Azure-Samples / active-directory-b2c-custom-policy-starterpack

Azure AD B2C now allows uploading of a Custom Policy which allows full control and customization of the Identity Experience Framework
http://aka.ms/aadb2ccustom
MIT License
340 stars 395 forks source link

Disable MFA for users #135

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 there any way to edit policy files to disable MFA for users while keeping security defaults enabled? Relevant issue in https://github.com/azure-ad-b2c/Scripts/issues/11 to use SocialAndLocalAccounts instead of SocialAndLocalAccountsWithMFA