SAML SLO Using POST

POST {{authPath}}/{{envID}}/saml20/idp/slo

You can also initiate the authentication session the SAML single logout action through a POST request. The sample shows the POST /{{envID}}/saml20/idp/slo operation to start the logout flow:

The request URL includes the SAMLRequest parameter to pass in the encoded SAML logout request information.

Note: Currently, the PingOne platform does not support a global SLO when executing the sign off endpoint.

Prerequisites

  • See SAML 2.0 for important overview information.
PropertyTypeRequired?
RelayStateStringRequired
SAMLRequestStringRequired

Request Body

[{"name"=>"SAMLRequest", "value"=>"{{SAMLRequest}}", "datatype"=>"string"}, {"name"=>"RelayState", "value"=>"testing...", "datatype"=>"string"}]