v1

latestOpenAPI 3.0.02026-07-24171968.3 KB
Pushed Authorization Request Endpoint

Use this endpoint to initiate pushed authorization request

Pushed authorization request (PAR) enables an OAuth client to push the payload of an authorization request directly to the authorization server. A request URI value is received in exchange; it is used as reference to the authorization request payload data in a subsequent call to the authorization endpoint via the user agent.

post/par

Headers

x-client-certificatestring

MTLS Client Certificate

Response

Pushed authorization response

request_uristring required

The request URI corresponding to the authorization request posted. This URI is a single-use reference to the respective request data in the subsequent authorization request.

expires_innumber required

A number that represents the lifetime of the request URI in seconds.