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
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
- See PR and MSAL Issue #653
- 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.
- Removed chrome dependency for system browser on Android devices. See https://aka.ms/msal-net-system-browsers for more information. MSAL issue #664
Azure AD B2C improvement
- Add support for b2clogin.com for b2c authorities MSAL issue #669 #632