API ReferenceApplications
Path Parameters
ssoAppId*string
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 (sso app)
curl -X POST "https://api.descope.com/string/oauth2/v1/authorize" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?