request_uri
(2), to use when you call the /authorize
endpoint (3). The request_uri
is a reference to the stored authorization requests at the /par
endpoint so these requests are not exposed (4). To learn more, read Configure Push Authorization Requests.
application/x-www-form-urlencoded
./token
endpoint when retrieving an .ext-
prefix.ext-
. Otherwise, they will not be available.request_uri
is a reference for the stored authorization requests. The request values pass to the GET /authorize
endpoint as the request_uri
parameter.expires_in
is the number of seconds the request_uri
is valid. After this time frame, the request_uri
expires if not used. The thirty-second expiration time is a static value and can’t be configured.request_uri
value returned from the /oauth/par
endpoint in the authorization request and redirects the user agent to the authorization endpoint. To learn more about the request_uri
parameter, read Configure Push Authorization Requests.
The following example directs the user agent to make the following HTTP request:
request_uri
, the rest of the looks the same.
request_uri
value can be used only one time.request_uri
will be rejected by the authorization server.