Handle IdP SLO POST binding.
POST
/saml/idp/slo
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/saml/idp/slo \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data SAMLRequest=example \ --data SAMLResponse=example \ --data RelayState=exampleRequest Body
Section titled “Request Body ” Media type application/x-www-form-urlencoded
object
SAMLRequest
string
SAMLResponse
string
RelayState
string
key
additional properties
Example generated
SAMLRequest=example&SAMLResponse=example&RelayState=exampleResponses
Section titled “ Responses ”Successful HTML response.
Media type text/html
string