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.
- application/x-www-form-urlencoded
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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Authorizationstring
Describes the authentication token in jwt format.
isMfaboolean
Indicates the authentication flow using MFA
{
"Authorization": "string",
"isMfa": true
}
Loading...