Version Number : 3.0.20
Overview
This minor update introduces changes for Authlete 3.0. This new version was made available on October 2nd (Thu).New Features & Improvements
Cache namespaces update
Added the following cache namespaces in order to provide better context on related entries :ServiceApiKeyClientByIdClientByAlias
Audit logs filtering improvements
AddedMIGRATION_TOKEN_UPDATE_CREATE and MIGRATION_CLIENT_SECRET_UPDATE audit log types in order to make events created by the token migrator service filterable.
Specs support
N/ABug fixes
PKCE code challenge method fix
Fixed an issue wherecode_challenge_methods_supported would be returned as a string instead of a JSON array when isPkceS256Required is set to true.
- This change was made in order to respect the behavior mandated by RFC 8414