Version Number : 2.3.21
Overview
This minor update introduces a couple of changes for Authlete 2.3. This new version was made available on August 5th (Wed).New features & Improvements
Added access and refresh token duration request parameters to more APIs
- Added
accessTokenDurationrequest parameter to the/backchannel/authentication/completeAPI - Added
refreshTokenDurationrequest parameter to the/backchannel/authentication/completeAPI - Added
accessTokenDurationrequest parameter to the/device/completeAPI - Added
refreshTokenDurationrequest parameter to the/device/completeAPI - Added
refreshTokenDurationrequest parameter to the/auth/token/issueAPI - Added
refreshTokenDurationrequest parameter to the/auth/tokenAPI
Support null responseContent parameter
responseContent parameter is now included in API responses even when its value is null.
Introspection endpoint response improvements
Introspection endpoint will now provide detailed error information when the JWT access token validation fails.Specs support
Accept oauth-authz-req+jwt in request object
Updated implementation of/api/pushed_auth_req API to accept oauth-authz-req+jwt as value for the typ header parameter in presented request object, as per JAR/RFC 9101.