@azure/msal-common v16.10.0
16.10.0
Tue, 23 Jun 2026 22:19:29 GMT
Minor changes
- Deprecate the max_age request parameter and stop validating the auth_time of returned tokens. maxAge is now a no-op; the unused checkMaxAge helper and the auth_time_not_found/max_age_transpired error codes have been removed #8664 (rginsburg@microsoft.com)
- Make correlationId a required parameter on AuthError and all derived error classes #8609 (sameera.gajjarapu@microsoft.com)
- Add default idToken claims (signin_state, login_hint) and kmsi on AccountInfo #8656 (thnorlin@microsoft.com)
- Add FMI cache key isolation and FIC grant type support (constants, cache infrastructure, assertion context) #8614 (avdunn@microsoft.com)
- Add NativeAccountId property to TenantProfile and deprecate top-level AccountEntity property #8649 (lalimasharda@microsoft.com)
Patches
- Migrate region auto-discovery to the IMDS /compute JSON endpoint (api-version 2021-02-01), reading the location field #8660 (rginsburg@microsoft.com)