Table of Contents
This minor update introduces a couple of changes for Authlete 2.3. This new version was made available on August 5th (Wed).
accessTokenDuration request parameter to the /backchannel/authentication/complete APIrefreshTokenDuration request parameter to the /backchannel/authentication/complete APIaccessTokenDuration request parameter to the /device/complete APIrefreshTokenDuration request parameter to the /device/complete APIrefreshTokenDuration request parameter to the /auth/token/issue APIrefreshTokenDuration request parameter to the /auth/token APIresponseContent parameter is now included in API responses even when its value is null.
Introspection endpoint will now provide detailed error information when the JWT access token validation fails.
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.
Added null-checks for the “keys” array in the JWKSet JSON parsing method to ensure that the “keys” member is present and that all individual keys within the array are not null, preventing potential parsing errors.
If the key length is less than the minimum required length (as defined by the RSA key generator), an exception is thrown.
Fixed postgres error in cleanup endpoint (only affects on premise customers).
N/A