cURL
curl --request POST \ --url https://{tenant_id}.hanko.io/saml/callback \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'RelayState=<string>' \ --data 'SAMLResponse=<string>'
Callback endpoint called by the identity provider after successful login.
SAML Identity Provider Response
The body is of type object.
object
Found
Was this page helpful?