Forum Discussion
Where does "Require MFA for administrative roles" count come from?
- Apr 27, 2020
EvanTse I highly recommend the MS docs for your questions.
1. Enabling Azure Multi-Factor Authentication through a Conditional Access policy doesn't change the state of the user.
2. You shouldn't enable or enforce users if you're using Conditional Access policies. As for viewing user status I believe PowerShell is the way to go.
https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates
Thanks for the reply ChristianBergstrom!
The information you provided is great.
To delve deeper into my question, the recommendation is to use conditional access policies to manage MFA. We have followed the recommended set up and are seeing there are some admin accounts not registered.
I have 2 questions:
- Does conditional access policies update the Azure AD MFA state (from my testing it does not appear to be the case)
- I have activated MFA on an global admin account then went to Azure > users > MFA and found that the account states MFA is disabled. I then tried to log in with an incognito session that prompted for MFA.
- Is there a way to see which users do not have MFA set up (assuming that conditional access policies don't actually update the MFA dashboard in Azure).
- If this is the case, then would the recommendation be to go to the MFA dashboard in Azure and then manually set the MFA state to enforced for admin accounts
- AND if we do this, then will there be adverse affects with the Azure enforcement and conditional access policy
- If this is the case, then would the recommendation be to go to the MFA dashboard in Azure and then manually set the MFA state to enforced for admin accounts
Apologies for the long reply.
EvanTse I highly recommend the MS docs for your questions.
1. Enabling Azure Multi-Factor Authentication through a Conditional Access policy doesn't change the state of the user.
2. You shouldn't enable or enforce users if you're using Conditional Access policies. As for viewing user status I believe PowerShell is the way to go.
https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates
- EvanTseApr 27, 2020Copper Contributor
ChristianBergstrom Thanks heaps for the extra information!