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

MSAL.NET Version 2.2.1-preview

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

2.2.1-preview

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

  • Due to static initialization, there was a race condition which appeared randomly. MSAL issue #629
  • 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
  • Cache serialization for .NetCore
  • Improve logging for device code flow to handle "authorization_pending" exceptions as info messages MSAL issue #631