You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose we fix this before removing the -preview tag as well. It's an easy fix, we just need to improve the validation and move it somwhere else. Feel free to propose a new milestone if you disagree @jmprieur
MSAL 3.0.3-preview
User this code on .NetCore
Expected: this should work
Actual:
System.PlatformNotSupportedException: 'On .NET Core, interactive authentication is not supported. Consider using Device Code Flow https://aka.ms/msal-net-device-code-flow or Integrated Windows Auth https://aka.ms/msal-net-iwa'
The text was updated successfully, but these errors were encountered: