SAML SLO Using GET
GET {{authPath}}/{{envID}}/saml20/idp/slo?SAMLRequest={{SAMLRequest}}&RelayState=testing...
The GET /{{envID}}/saml20/idp/slo operation initiates the SAML single logout action through a GET request. In the request URL, the SAMLRequest parameter contains the encoded SAML logout request information.
Note: Currently, the PingOne platform does not support a global SLO when executing the sign off endpoint.
| Parameter | Description |
|---|---|
RelayState | Passes the defaultTarget information to the IdP. |
SAMLRequest | The encoded SAML logout request information. |
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
SAMLRequest | string | ||
RelayState | string |