Scripts icon indicating copy to clipboard operation
Scripts copied to clipboard

Use SocialAndLocalAccounts instead of SocialAndLocalAccountsWithMFA

Open yogeshbeniwal opened this issue 2 years ago • 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:

  • 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?

yogeshbeniwal avatar Aug 30 '22 04:08 yogeshbeniwal

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.

JasSuri avatar Dec 08 '22 11:12 JasSuri

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

yogeshbeniwal avatar Dec 10 '22 15:12 yogeshbeniwal