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

Request Body

application/json

state_id?string
sso_app_id?string

WS-Fed IDP finish endpoint after authentication

curl -X POST "https://api.descope.com/v1/auth/wsfed/idp/sso-finish" \  -H "Content-Type: application/json" \  -d '{}'
{  "replyURL": "string",  "wresult": "string",  "wctx": "string",  "error": true}
export interface Response {replyURL?: stringwresult?: stringwctx?: stringerror?: boolean}
Was this helpful?