Use SocialAndLocalAccounts instead of SocialAndLocalAccountsWithMFA
Opened this issue · 2 comments
yogeshbeniwal commented
Presenting MFA for each login for end users for applications with Azure AD B2C as IdP, is overkill. This is happening with below scenario:
- Custom policy starter pack deployed using https://b2ciefsetupapp.azurewebsites.net/ with Deploy Phone SignIn Journeys enabled
- Azure AD security default enabled
Is it possible to configure https://b2ciefsetupapp.azurewebsites.net/ for initial deployment to use SocialAndLocalAccounts rather than SocialAndLocalAccountsWithMFA starter pack?
JasSuri commented
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.
yogeshbeniwal commented
Thank you. Looking forward for the option to remove MFA without removing Facebook.