Skip to content

Commit 0461133

Browse files
authored
Add new coin:defaultRAC-setting to the templates (#491)
1 parent 7324f38 commit 0461133

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

manage-server/src/main/resources/metadata_configuration/saml20_idp.schema.json

+9
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,15 @@
325325
"default": "All",
326326
"info": "Services can use the guest attribute to offer guests a different set of functionality, the default behavior is to consider all users from an IdP as guest. Select: 1. All (default): All of the users from this IdP are marked as guests. 2 None: None of the users from this IdP marked as guests and all will be considered members. 3 Some: Most users will be a guest, and some of the users will be marked as members. When the IdP provides the attribute urn:oid:1.3.6.1.4.1.1076.20.100.10.10.1 (surfPersonAffiliation) with value member OpenConext considers it a member."
327327
},
328+
"coin:defaultRAC": {
329+
"type": "string",
330+
"enum": [
331+
"http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password",
332+
"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport",
333+
"urn:oasis:names:tc:SAML:2.0:ac:classes:Password"
334+
],
335+
"info": "The default RequestedAuthnContext for this IdP."
336+
},
328337
"coin:schachomeorganization": {
329338
"type": "string",
330339
"info": "The Identity Providers organization using the organization’s domain name; syntax in accordance with RFC 1035. Usually the domain name of the organization. e.g. uniharderwijk.nl."

0 commit comments

Comments
 (0)