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

Request Body

application/json

app?string
wa?string
wtrealm?string
wreply?string
wctx?string
whr?string
tenant?string
login_hint?string

WS-Fed IDP passive sign-in endpoint (POST)

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