Skip to content

v4.2.5

Latest

Choose a tag to compare

@https-richardy https-richardy released this 25 Apr 14:15

4.2.5 - 2026-04-25

this patch fixes an issue in the authorization_code flow where the access token issued for an authenticated user did not include the allowed audiences configured on the requesting client. this created a mismatch between the client context that initiated authorization and the resulting user token.

starting in 4.2.5, when a client obtains an authorization code and exchanges it for an access token, the generated user access token now includes all allowed audiences configured for that client. in the same flow, the authorization code is also bound to the client context to ensure exchange consistency.