Metadata tags for OIDC
Lipscomb, Gary
glipscomb at csu.edu.au
Sun Feb 16 21:29:01 EST 2020
Hi list,
Shib IdP v3.4.4
CSCfi OIDC extension v1.1
We currently use the .json file for defining OIDC relying parties.
Is it possible to add an attribute to the .json file [1] to determine if consent release is required or any other way possible? E.g. oidc-metadata-providers.xml using 2 different files.
We currently add [1] to our saml metadata to determine if release consent is required.
[1] oidc .json file
[
{
"client_id":"https://oidcdebugger.com/oidc",
"client_name":"OIDC Debugger - devel",
"scope":"openid profile rememberMe email",
"redirect_uris":["https://oidcdebugger.com/debug"],
"response_types":["code" "token" "code token" "id_token"],
"grant_types":["authorization_code"]
},
{
"client_id":"kbyuFDidLLm280LIwVFiazOqjO3ty8KH",
"client_name":"OpenID Connect Playground - devel",
"scope":"openid profile email phone address",
"redirect_uris":["https://openidconnect.net/callback"],
"client_secret":"topsecret",
"response_types":["code" "token"],
"grant_types":["authorization_code"]
}
]
[2] saml metadata tag
<md:Extensions xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
<mdattr:EntityAttributes xmlns:saml="urn:oasis:names:tc:SAML:assertion">
<saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
Name="ConsentReleaseRequired" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue>NotRequired</saml:AttributeValue>
</saml:Attribute>
</mdattr:EntityAttributes>
</md:Extensions>
Gary Lipscomb
Technical Officer, Systems(Infrastructure) | Infrastructure & Client Services | Division of Information Technology
Charles Sturt University
Panorama Avenue
Bathurst NSW 2795
Tel: +61 2 6338 6533
Email: glipscomb at csu.edu.au |www.csu.edu.au
| ALBURY-WODONGA | BATHURST | BRISBANE | CANBERRA | DUBBO | GOULBURN | MELBOURNE | ORANGE | PORT MACQUARIE | SYDNEY | WAGGA WAGGA |
LEGAL NOTICE
This email (and any attachment) is confidential and is intended for the use of the addressee(s) only. If you are not the intended recipient of this email, you must not copy, distribute, take any action in reliance on it or disclose it to anyone. Any confidentiality is not waived or lost by reason of mistaken delivery. Email should be checked for viruses and defects before opening. Charles Sturt University does not accept liability for viruses or any consequence which arise as a result of this email transmission. Email communications with Charles Sturt University may be subject to automated email filtering, which could result in the delay or deletion of a legitimate email before it is read at Charles Sturt University. The views expressed in this email are not necessarily those of Charles Sturt University.
Charles Sturt University in Australia The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: 83 878 708 551; CRICOS Provider Number: 00005F (National)). TEQSA Provider Number: PV12018
Consider the environment before printing this email.
More information about the users
mailing list