Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

MSAL.NET Version 2.0.1 preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@trwalke trwalke released this 15 Sep 01:17
· 351 commits to dev since this release
63c0140

This release contains bug fixes on top of MSAL 2.0.0-preview:

  • When using MSAL 2.0.0-preview with Azure AD B2C, the cache was never hit. (See MSAL#604),
    and the accounts were not removed correctly (See MSAL #613)
  • The TokenCacheExtensions.Deserialize was throwing if a null array of bytes was passed as arguments instead of silently not doing anything.
    (See MSAL #603)
  • When migrating a token cache from ADAL v3 or ADAL v4 to MSAL 2.0, the override of acquire token silent without authority used to work incorrectly (cache was missed)