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
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
Currently if a user's account in ASP.NET Identity is configured to require 2fa it's required for both password and external authentication. Often the external provider already does the 2fa. There should be a param on the ExternalLoginSignInAsync to bypass the 2fa step, but still keep the other checks (primarily the call to PreSignInCheck).