Version Number : 2.2.38
Overview of This Release
This is a minor update of Authlete 2.2. It includes the following new or enhanced features since the version 2.2.30.Newly Supported Standard Specifications
OAuth 2.0 Rich Authorization Requests (RAR)
Authlete 2.2 supports “OAuth 2.0 Pushed Authorization Requests (PAR).” This release includes updates to align with draft-ietf-oauth-rar-19.New Configuration Items
OpenID on Refresh (Service configuration)
If “Remove unless offline_access” is selected, theopenid scope is dropped from a new access token issued by the refresh token flow unless the presented refresh token contains the offline_access scope. On the other hand, if “No action” is selected, nothing special is performed.
DPoP Required (Client configuration)
If “Required” is selected, The client is forced to use DPoP. Any access token request or usage that does not use DPoP will be rejected.Added or Updated APIs
/auth/introspection API
ReturngrantType in token introspection response.
/service/configuration API
Addpatch request parameter to /api/service/configuration API for patching the response content.
See JavaDoc of ServiceConfigurationRequest class in our authlete-java-common library for details.