API ReferenceApplications
GET
/oauth2/v1/authorize

Query Parameters

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 GET authorization endpoint start

curl -X GET "https://api.descope.com/oauth2/v1/authorize"
{}
export interface Response {}
Was this helpful?