auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
281 stars 130 forks source link

[SDK-4763] - RIch Authorization Request (RAR) #637

Closed jimmyjames closed 2 months ago

jimmyjames commented 2 months ago

Changes

Adds support for Rich Authorization Requests (RAR) to the /par endpoint.

Two new public methods have been added to AuthAPI. Both methods accept a list of maps, which will be serialized to url-form-encoded json.

References