SamlSloConfigurationTO

SamlSloConfigurationTO
SamlSloConfigurationTO

SAML2 Single logout request configuration.

JSON Example
{
    "slo_url": "https://www.okta.com/slologout",
    "relay_state_param": "param",
    "enabled": true
}
string
slo_url
Optional

Single Logout request URL. When the filed is null or blank, the SLO URL from the metadata is used.

string
relay_state_param
Optional

Relay state parameter that is passed to the SLO request URL.

boolean
enabled
Optional
Constraints: default: true

Indicates if SLO is enabled. When set to false, the SLO configuration will be removed.

Property Of