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
The constructor of OnlineIdAuthenticationProvider accepts a parameter of type OnlineIdAuthenticationProvider.PromptType to allow scenarios where a login should be tried, but fail silently if there are no cached credentials so the users isn't bothered by a login prompt. Could something similar be possible with the MsaAuthenticationProvider? Or am I missing something?
The text was updated successfully, but these errors were encountered:
The constructor of
OnlineIdAuthenticationProvider
accepts a parameter of typeOnlineIdAuthenticationProvider.PromptType
to allow scenarios where a login should be tried, but fail silently if there are no cached credentials so the users isn't bothered by a login prompt. Could something similar be possible with theMsaAuthenticationProvider
? Or am I missing something?The text was updated successfully, but these errors were encountered: