azure-ad-b2c / Scripts

Sample scripts related to Azure AD B2C
29 stars 11 forks source link

Use SocialAndLocalAccounts instead of SocialAndLocalAccountsWithMFA #11

Open yogeshbeniwal opened 2 years ago

yogeshbeniwal commented 2 years ago

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?

JasSuri commented 1 year ago

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 1 year ago

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