Skip to content

3.0.6-preview

Pre-release
Pre-release

Choose a tag to compare

@jennyf19 jennyf19 released this 19 Apr 20:50
1ef6f4b

3.0.6-preview

New Features:

Bug Fixes:

  • When doing the ADAL.NET fallback from MSAL.NET, MSAL.NET was doing the lookup based on the account.HomeAccountId or requestParameters.LoginHint. In ADAL.NET an account will never have a HomeAccountId (by design), so lookup needs to happen by Account.UserName instead. MSAL.NET issue #1100
  • AcquireTokenInteractive would throw a PlatformNotSupportException on NetCore when using CustomWebUI. MSAL.NET no longer throws an exception when using CustomWebUI on NetCore. MSAL issue #1058