We are using CA policy to enforce MFA on users.
For some specific users, we need to disable MFA. We have done that by adding does users to the exclude list under users.
We are still getting MFA prompts on does excluded users, when they login.
What are we missing in our configuration?
We are using the following configuration:
Any help would be appreciated.
I tried to create one Conditional Access Policy in the Azure AD for enabling MFA for specific users and excluding others. Along with the conditional access policy, I also configured the MFA authentication registration policy.
Security Defaults set to - No
Conditional Access Policy MFA Include User:-
Exclude user :-
Add Azure Portal in the apps:-
Require MFA:-
Enable Policy set to On
Created Conditional Access Policy successfully like below:-
Tried logging in with spuser who was included in the Policy and got an MFA prompt like below:-
Tried logging in with usersid who was excluded from the Policy and did not receive any MFA prompt like below:-
Signed in successfully:-
Make sure you have the below settings configured for MFA Registration Policy in Azure AD identity Protection. If MFA is not needed you need to exclude the User from this Policy.
Go to > Azure Portal > Azure AD > Security > Identity Protection > MFA registration policy > Assignments > Users > If all users are included > Exclude the specific user > Enforce Policy > On > Save
Also, Validate if there's any other Azure Policy added to the excluded users that is forcing MFA. Also, Check if the MFA is not applied to All Users including excluded ones.
Reference:-
A user is excluded in conditional access policy but it is still applied - Microsoft Q&A By Amanpreetsingh-MSFT