Identity provider logout url for the SMAL
POST/v1/auth/org/:org/saml/logout
Returns No Content. Works as a callback url after the IDP logout from their server.
Request
Path Parameters
org stringrequired
Organization name
Query Parameters
authToken string
Deprecated.
- application/x-www-form-urlencoded
Body
SAMLResponsestring
Describe the SAML compliant response sent by IDP which will be validated by Palette to perform logout.
Responses
- 204
Ok response without content
Response Headers
AuditUid
string
Audit uid for the request
Loading...