You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PAR] allows clients to push the payload of an OAuth 2.0 authorization request to the authorization server via a direct request and provides them with a request URI that is used as reference to the data in a subsequent call to the authorization endpoint.
...
PAR fosters OAuth security by providing clients a simple means for a confidential and integrity-protected authorization request.
This is essentially a server-side POST to an endpoint (e.g. /par) with all the request parameters that would traditionally be included in the /authorize redirect that is returned to a user agent to follow. A security advantage here is that any such parameters are no longer leaked/visible in the end-users browser and available for manipulation.
ID-porten is among the providers that support this extension.
The text was updated successfully, but these errors were encountered:
RFC 9126 - OAuth 2.0 Pushed Authorization Requests
This is essentially a server-side POST to an endpoint (e.g.
/par
) with all the request parameters that would traditionally be included in the/authorize
redirect that is returned to a user agent to follow. A security advantage here is that any such parameters are no longer leaked/visible in the end-users browser and available for manipulation.ID-porten is among the providers that support this extension.
The text was updated successfully, but these errors were encountered: