This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
ADAL.NET Version 4.4.0
Version 4.4.0
-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 ADAL v4.x to MSAL v2.x
- Cache lookups were optimized. Work done in conjunction with ADAL.iOS and MSAL.iOS native) PR
- The ExtraQueryParameter environment variable is now read on ADAL for the .NET Core platform, as was already the case in the .NET Framework case ADAL issue #1362
- A Client credential API which should not be used on Xamarin.iOS, Xamarin.Android and UWP is now marked as obsolete