Table of Contents
This minor update introduces changes for Authlete 3.0. This new version was made available on April 10th (Thu).
Implemented feature to return request ID in API response.
Added a feature to filter audit log events by status (Success
or Failure
).
Fixed an issue where error messages would not display correctly when failing to accept an invitation.
Moved consoled search bar to a more noticeable place in the UI.
Fixed an issue where the search function in the organization dropdown would not return the expected results.
Fixed an issue where the search function in the service and client pages would not return the expected results.
Removed redundant information from PageHeader component.
Updated Placeholder for Authorization Server JWK Set
and fixed JSON formatting.
Fixed an issue where the console would crash whenever a user without a last name would try to log in.
Updated console logic to use the newly created revoke API endpoint to revoke sent invitations and log it as separate event in the audit logs.
AuditEventInterceptor
would throw an NPE error whenever the Spring session is null
.action
field.Improved the overall UI for the admin dashboard.
Implemented new API endpoint to revoke user invitations.
Updated encryption secret behavior so that its initialization is delayed until it is actually needed.
N/A
Fixed an issue where strict validation of audience values in client assertion would not behave as expected.
Fixed an issue where specifying the resources
parameter in a token creation request would not reflect its value in the aud
claim.
Fixed an issue where URI processing would not handle StringIndexOutOfBoundException
correctly.
Fixed an issue where updated trust anchors were not showing in the response from the /service/update
API.
Fixed an issue where DATABASECHANGELOG
table would be missing with PostgreSQL.
Fixed an NPE that would happen whenever the redirect URI is not provided in incoming fapi 2 requests.
Fixed an issue where the GET /service/get
endpoint would not correctly return the list of authorization servers
N/A