Skip to content

config properties saml properties options

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.0

options Type

object (options)

options Properties

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

sign_authn_requests determines whether initial requests should be signed.

sign_authn_requests

  • is optional

  • cannot be null

sign_authn_requests Type

boolean

sign_authn_requests Default Value

The default value is:

true

force_login

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

force_login Type

boolean

validate_encryption_cert

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

validate_encryption_cert Type

boolean

validate_encryption_cert Default Value

The default value is:

true

skip_signature_validation

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

skip_signature_validation Type

boolean

allow_missing_attributes

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

allow_missing_attributes Type

boolean

Clone this wiki locally