curl --request POST \
--url https://api.example.com/auth/saml/acs \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'saml_response=<string>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Handle the SAML SSO response from the IdP post-authentication.
curl --request POST \
--url https://api.example.com/auth/saml/acs \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'saml_response=<string>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?