v1

latestOpenAPI 3.0.0Apache-2.02026-07-17326898.9 KB
oidc4ci

OIDC Pushed Authorization Request

Client sends OAuth authorization request directly to authorization server and gets request URI in response that can be used as reference to the data in subsequent request to authorization endpoint.

post/oidc/par

Response

Created

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_ininteger required

A JSON number that represents the lifetime of the request URI in seconds as a positive integer. The request URI lifetime is at the discretion of the authorization server but will typically be relatively short (e.g., between 5 and 600 seconds).