Skip to main content
GET
/
settings
/
saml
Error
A valid request URL is required to generate request examples
{
  "saml_enabled": true,
  "saml_enforced": true,
  "saml_sp_acs_url": "<string>",
  "saml_idp_metadata_url": "<string>",
  "decryption_failed_keys": [
    "<string>"
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json

Successful Response

saml_enabled
boolean
required
saml_enforced
boolean
required
saml_sp_acs_url
string
required
saml_idp_metadata_url
string | null
decryption_failed_keys
string[]

Encrypted setting keys that could not be decrypted with the current encryption key and must be reconfigured.