API ReferenceApplications
POST
/oauth2/v1/finish-authorize

Request Body

application/json

state_id?string
sso_app_id?string
error_redirect_uri?string

OIDC GET authorization endpoint finish

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