-
Notifications
You must be signed in to change notification settings - Fork 896
config properties saml properties options
v1.1.0
object
(options)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
sign_authn_requests | boolean |
Optional | cannot be null | Config |
force_login | boolean |
Optional | cannot be null | Config |
validate_encryption_cert | boolean |
Optional | cannot be null | Config |
skip_signature_validation | boolean |
Optional | cannot be null | Config |
allow_missing_attributes | boolean |
Optional | cannot be null | Config |
sign_authn_requests
determines whether initial requests should be signed.
sign_authn_requests
-
is optional
-
cannot be null
boolean
The default value is:
true
force_login
forces the IdP to always show a login (even if there is an active session with the IdP).
force_login
-
is optional
-
cannot be null
boolean
validate_encryption_cert
determines whether the certificate used for the encryption of the IdP responses should
be checked for validity.
validate_encryption_cert
-
is optional
-
cannot be null
boolean
The default value is:
true
skip_signature_validation
determines whether the validity check of an IdP response's signature
should be skipped.
skip_signature_validation
-
is optional
-
cannot be null
boolean
allow_missing_attributes
determines whether missing attributes are allowed (e.g. the IdP specifies a phone
attribute in the metadata but does not send it with a SAML Assertion Response).
allow_missing_attributes
-
is optional
-
cannot be null
boolean