Authlete 3.0 Release Notes - April 2026

Version Number : 3.0.31

Overview

This minor update introduces changes for Authlete 3.0. This new version is available from April 30th (Thu).

New Features & Improvements

Client deletion improvements

Added cleanup queue to client deletion flow in order to minimize impact when working with a large number of entities.

Flexible service tokens

Added the following permissions to Service Access Tokens :

  • VIEW_SERVICE
  • VIEW_CLIENT
  • USE_INTROSPECTION
  • USE_SERVICE
  • CREATE_CLIENT
  • MODIFY_CLIENT
  • MODIFY_SERVICE

For further details, please consult our documentation.

Authorization Code Duration

Implemented capability to set authorization_code_duration at service level.

Specs support

OID4VCI update

Updated OID4VCI implementation to include Key Attestation signature verification feature.

HAIP support

Implemented the required validation steps and service properties to support HAIP specification.

Bug fixes

Missing request body fix

Fixed an issue where a request missing a request body would result in an empty 400 error.

Other

N/A