Skip to content

Handle IdP SSO POST binding.

POST
/saml/idp/sso
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/saml/idp/sso \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data SAMLRequest=example \
--data SAMLResponse=example \
--data RelayState=example
Media type application/x-www-form-urlencoded
object
SAMLRequest
string
SAMLResponse
string
RelayState
string
key
additional properties
Example generated
SAMLRequest=example&SAMLResponse=example&RelayState=example

Successful HTML response.

Media type text/html
string