Hi @生 先 ,
Enabling per-user MFA in Azure AD B2C
You would not enable per-user MFA in the same place as you would in regular Azure AD, since the functionality is slightly different in Azure AD B2C. In Azure AD B2C, if you want to enable MFA per user, you have two main options:
1) User flows
2) Custom policies
This is documented in the guide for enabling MFA in B2C.
In the User Flows, you have the choice between enabling MFA for all users, turning it off for all users, or enabling conditional access MFA based on particular criteria.
In the Custom policies, you can flag the users you would like to enroll in MFA with an extension attribute. There is an example of this use case here that you could copy.
See also: Invalid user name when I enable per-user MFA in B2C
Let me know if this helps.
-
If this answer was helpful to you, please consider marking as answer so that others in the community with similar questions can more easily find a solution.