Table of Contents
This minor update introduces changes for Authlete 3.0. This new version was made available on March 3rd (Mon).
Fixed an issue where certain service and client settings were cleared/reset as a side effect when saving other unrelated settings.
Fixed an issue where the Service and Client creation buttons would be disabled after a user accepted an invite including admin permissions.
Added audit logs to organization settings UI.
Fixed an issue where user was unable to search logs if the user
field was missing.
Fixed description text for Identity Evidence Types
field.
Added a client overview panel at the top of the hero section on client page.
Implemented date range filter for audit logs.
Updated service settings UI for FAPI settings.
Updated audit logs GET endpoint to return logs based on organization instead of user.
Updated error message when trying to invite non-existent user on environment where password login is disabled.
Added functionality to retrieve audit logs using organization token.
Fixed an issue where Java Virtual Machine would crash when running the IdP with an M4 processor.
Fixed an issue where the user information would not show on security.login.oidc
event.
Updated list of audit logs events :
SECURITY_LOGIN_OIDC
eventSECURITY_MFA_CREATE
eventSECURITY_MFA_DELETE
eventSECURITY_PASSWORD_UPDATE
eventSECURITY_MFA_LOGIN
event to SECURITY_LOGIN_MFA
USER_ACCEPTINVITE
event to USER_INVITE_ACCEPT
USER_DECLINEINVITE
event to USER_INVITE_DECLINE
Updated media type of SD-JWT VC from vc+sd-jwt
to dc+sd-jwt
to comply with OAuth-SD-JWT VC PR 268.
Updated our implementation of OID4VCI to support the did:jwk
method in the kid
parameter in Key Proof JWT.
Fixed an issue where incorrect use of persistence managers would prevent table isolation feature from functioning properly.
Fixed inconsistencies in client identifier extraction and authentication across API endpoints.
N/A