You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`group_attribute_name` - The name of the attribute containing the information of which group the connecting users belong to.
52
58
*`metadata` - The SAML xml metadata of the Identity Provider to federate to.
53
-
*`disable_users` - Whether account users should still be usable as a login method or not (optional, defaults to true).
54
-
*`requested_attributes` A SAML 2.0 requested attribute that should be added to SAML requests when using this provider (optional).
55
-
*`is_required` Expresses that this RequestedAttribute is mandatory.
56
-
*`name` Name of the SAML RequestedAttribute.
59
+
*`disable_users` - Whether local users should still be usable as a login method or not (optional, defaults to true). Administrator will always be able to login, regardless of this value.
60
+
*`requested_attributes` A SAML 2.0 requested attribute as defined in [SAML-ReqAttrExt-v1.0](http://docs.oasis-open.org/security/saml-protoc-req-attr-req/v1.0/cs01/saml-protoc-req-attr-req-v1.0-cs01.pdf). A RequestedAttribute object will indicate that the Identity Provider should add the described attribute to the SAML assertions that will be given to the Service Provider (OVH).
61
+
*`is_required` Expresses that this Attribute is mandatory. If the requested attribute is not present in the assertion, the user won't be allowed to log in.
62
+
*`name` Name of the SAML Attribute that is required.
57
63
*`name_format` NameFormat of the SAML RequestedAttribute.
58
-
*`values` List of AttributeValues allowed for this RequestedAttribute
64
+
*`values` List of AttributeValues allowed for this RequestedAttribute.
0 commit comments