0
votes

We've got an MVC application connected with azure AD B2C tenant for authentication. We need to allow MFA for siging in the users, I can see that we can easily enable/disable the MFA from User Flow properties. Please refer to User Flow properties - MFA.

However, above setting is applied for all the users, and we want to enable/disable the MFA for individual users based on their preference selected from our application. Is there a way to do so ?

Thanks in advance for any help !

Nitin Gupta

1

1 Answers

1
votes

You can do it in custom policies. You can save user preference as an extension attribute and based on presence of it, invoke MFA. In Custom policies you can tweak rules to suit custom needs.