-
Notifications
You must be signed in to change notification settings - Fork 896
config properties saml properties identity_providers items
v1.1.0
object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean |
Optional | cannot be null | Config |
name | string |
Optional | cannot be null | Config |
domain | string |
Optional | cannot be null | Config |
metadata_url | string |
Optional | cannot be null | Config |
skip_email_verification | boolean |
Optional | cannot be null | Config |
attribute_map | object |
Optional | cannot be null | Config |
enabled
activates or deactivates the identity provider.
enabled
-
is optional
-
cannot be null
boolean
name
is the name given for the identity provider.
name
-
is optional
-
cannot be null
string
At login the domain will be extracted from the users email address and then used to identify the idp to use. This tag defines for which domain the idp is used.
domain
-
is optional
-
cannot be null
string
metadata_url
is the URL the API can retrieve IdP metadata from.
metadata_url
-
is optional
-
cannot be null
string
skip_email_verification
determines whether the check if the email_verified
attribute in the IdP response
will be skipped.
skip_email_verification
-
is optional
-
cannot be null
boolean
attribute_map
is a map of attributes used to map attributes in IdP response to custom attributes at
Hanko.
attribute_map
-
is optional
-
cannot be null
object
(attribute_map)