azure-ad-b2c/Scripts

Use SocialAndLocalAccounts instead of SocialAndLocalAccountsWithMFA

Opened this issue · 2 comments

Presenting MFA for each login for end users for applications with Azure AD B2C as IdP, is overkill. This is happening with below scenario:

Is it possible to configure https://b2ciefsetupapp.azurewebsites.net/ for initial deployment to use SocialAndLocalAccounts rather than SocialAndLocalAccountsWithMFA starter pack?

It is not, but the reason for doing it this way is, that if you every decide to use MFA, you can easily.
I can look to make an option to disable MFA too.
Currently, if you select to "remove facebook", it also removes MFA, since it uses the journey from LocalAccounts stater pack.

Thank you. Looking forward for the option to remove MFA without removing Facebook.