API ReferenceApplications
POST
/{ssoAppId}/oauth2/v1/par

Path Parameters

ssoAppId*string

Request Body

application/json

client_id?string
client_secret?string
response_type?string
scope?string
redirect_uri?string
code_challenge?string
code_challenge_method?string
state?string
nonce?string
dpop_jkt?string
request?string
request_uri?string
project_id?string
client_assertion?string
client_assertion_type?string
ssoAppId?string

Pushed Authorization Request endpoint for a federated OIDC SSO application (RFC 9126).

curl -X POST "https://api.descope.com/string/oauth2/v1/par" \  -H "Content-Type: application/json" \  -d '{}'
{  "request_uri": "string",  "expires_in": 0}
export interface Response {request_uri?: stringexpires_in?: number}
Was this helpful?