API ReferenceApplications
POST
/oauth2/v1/authorize

Request Body

application/json

response_type?string
scope?string
client_id?string
state?string
redirect_uri?string
code_challenge_method?string

PKCE

code_challenge?string
dynamic_val?string
nonce?string
ssoAppId?string
loginHint?string
prompt?string
flow?string
flow_token?string
tenant?string
style?string
dpop_jkt?string

OIDC POST authorization endpoint start

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