API ReferenceApplications
POST
/v1/auth/saml/idp/sso

Request Body

application/json

SAMLRequest?string
Defaultfalse
RelayState?string
SamlRequest?string
LoginHint?string
tenant?string
flow_token?string
login_hint?string

SAML IDP HTTP POST binding login flow

curl -X POST "https://api.descope.com/v1/auth/saml/idp/sso" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?