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

ADAL.NET Version 4.2.0-preview

Compare
Choose a tag to compare
@bgavrilMS bgavrilMS released this 17 Oct 15:06
5fd5dcc

Version 4.2.0-preview

This release includes:

  • Due to static initialization, there was a race condition which appeared randomly. MSAL issue #629
  • Improved error messages and inclusion of an aka.ms link for broker redirect error. ADAL issue #601
  • For iOS, a clear exception message is now returned when the application is not able to access keychain, with instructions. See https://aka.ms/msal-net-enable-keychain-access for details. MSAL issue #611
  • For iOS, TeamId is now accessible when the device is locked. MSAL issue #626
  • For iOS, MSAL returns a useful error message, and an aka.ms link, when keychain access groups have not been set in the Entitlements.plist. MSAL issue #633
  • UWP cache fix. The key of the storage on UWP should be 255 characters or less. When using several scopes the key could exceed 255 characters. Now hashing scopes and environment on UWP. 612
  • Removal of double-logging in log files and callbacks. #1289