Table of Contents
This minor update introduces changes for Authlete 3.0. This new version was made available on July 24th (Thu).
Added service principal identifier to audit logs, which will be used whenever entries are generated by the system. Note : Currently this is only a server-side change, with the UI coming in the near future.
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
Removed redundant requirement to include apiKey in payload for /api/{serviceId}/service/update
endpoint.
N/A