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
AccountController sets explicitly a scheme value whereas Chris recommends to just use null (which challenges the default provider)
I checked on this and found that the auth scheme is only required to be non-null for SignIn. I've filed dotnet/aspnetcore#23325 to fix that. You can remove the fallback for all of the others.
Which Version of Microsoft Identity Web are you using ?
Microsoft Identity Web 0.1.5-preview
Where is the issue?
Suggestions
IOptionsMonitor
whereas the rest of Microsoft.Identity.Web.UI usesIOptions
. The recommendation is to use IOptionsNote
The AzureAD.UI counterpart does the same as Microsoft.Identity.Web.UI's account controller.
The text was updated successfully, but these errors were encountered: