Skip to main content
Version: latest

Identity provider callback url for the SMAL authentication

POST 

/v1/auth/org/:org/saml/callback

Returns the Authorization token for the palette. This is called by the SAML based IDP as a callback url after IDP authenticates the user with its 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

    RelayStatestring

    Describes a state to validate and associate request and response

Responses

OK

Schema

    Authorizationstring

    Describes the authentication token in jwt format.

    isMfaboolean

    Indicates the authentication flow using MFA

Loading...