Update SAML auth settings
Enterprise feature
Updates the settings for SAML Authentication
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
samlSettingsSchema
SamlSettingsSchema0
OR
SamlSettingsSchema1
Response
samlSettingsResponseSchema
enabled
Whether to enable or disable SAML 2.0 for this instance
entityId
The SAML 2.0 entity ID
signOnUrl
Which URL to use for Single Sign On
certificate
The X509 certificate used to validate requests
signOutUrl
Which URL to use for Single Sign Out
spCertificate
Signing certificate for sign out requests
autoCreate
Should Unleash create users based on the emails coming back in the authentication reply from the SAML server
emailDomains
A comma separated list of email domains that Unleash will auto create user accounts for.
defaultRootRole
Assign this root role to auto created users
Allowed values:
defaultRootRoleId
Assign this root role to auto created users. Should be a role ID and takes precedence over defaultRootRole.
enableGroupSyncing
Should we enable group syncing. Refer to the documentation Group syncing
groupJsonPath
Specifies the path in the SAML token response from which to read the groups the user belongs to.