Version Number : 3.0.34
Overview
This minor update introduces changes for Authlete 3.0. This new version is available from July 30th (Thu).New Features & Improvements
Client API improvements
Implemented a new cursor-based client list endpoint to improve performance on client lookups.Specs support
N/ABug fixes
Audit logs OOM fix
Fixed an issue where server would fetch too many audit logs at once, causing OOM errors.Standard claims NPE fix
Fixed an issue where a nullsupportedStandardClaims would trigger an NPE error.
Invalid redirect URI error fix
Fixed an issue where the server would throw an unhandledIllegalArgumentException instead the intended 400 invalid_client_metadata error whenever a client registration request contains a malformed or non-URI value in redirect_uris.