The Azure audience fix in 3.2.1 overcorrected: it switched token validation from client_id to identifier_uri, which fixed custom Application ID URIs but broke the default case where Azure AD v2 tokens set aud to the bare client ID GUID. Both formats are now accepted.
What's Changed
Fixes 🐞
Dependencies 📦
- chore(deps): bump the uv group across 2 directories with 1 update by @dependabot[bot] in #3795
Full Changelog: v3.2.1...v3.2.2