Skip to main content
Version: latest

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.

Body

    SAMLResponsestring

    Describe the SAML compliant response sent by IDP which will be validated by Palette to perform logout.

Responses

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

Loading...