Table of Contents
This minor update introduces changes for Authlete 2.3. This new version was made available on July 24th (Thu).
Improved client assertion audience logic so that validation can be enforced only for FAPI2 modes.
Changed request coalescing setting to off by default. Request coalescing is a performance tuning feature which should be only enabled when necessary and can cause race conditions if misused.
N/A
Implemented limit on the following endpoints to avoid unnecessary server load increases when fetching lists :
/api/auth/token/get/list
/api/client/authorization/get/list
/api/client/get/list
/api/hsk/get/list
/api/service/assertionprocessor/list
/api/service/get/list
Fixed NPE thrown by concurrent requests when using the coalesce feature.
N/A