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

MSAL.NET Version 2.4.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@trwalke trwalke released this 09 Nov 23:39
· 191 commits to dev since this release
e47ba87

2.4.0-preview

Improvements and fixes to the token cache

  • The serialized token cache can now be shared by different applications, therefore providing SSO if the same user signs-in in both applications
  • On .NET Core, the Token cache was shared by all instances of applications in memory. This is now fixed (See MSAL.NET issue #656 and PR)
  • Fixes consistency issues for advanced token cache migration scenarios from ADAL v3.x to ADA v4.x to MSAL v2.x
  • Cache lookups were optimized. Work done in conjunction with ADAL.iOS and MSAL.iOS native) PR

More browsers are now supported on Xamarin.Android when you choose to use system web browsers.

Azure AD B2C improvement