Aller au contenu

Assertion Consumer Service

POST
/saml/{tenant}/acs
curl --request POST \
--url https://auth.timetonic.com/api/saml/example/acs \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data SAMLResponse=example \
--data RelayState=example

SAML ACS endpoint (receives IdP response)

tenant
required
string

SAML tenant identifier

Media typeapplication/x-www-form-urlencoded
object
SAMLResponse
string
RelayState
string
Examplegenerated
SAMLResponse=example&RelayState=example

Redirect with session

Bad request

Media typeapplication/json
object
success
boolean
error
string
message
string
Example
{
"success": false,
"error": "bad_request",
"message": "Invalid request"
}

Resource not found

Media typeapplication/json
object
success
boolean
error
string
message
string
Example
{
"success": false,
"error": "not_found",
"message": "Resource not found"
}