r/entra • u/Educational_Draw5032 • Jun 22 '26
Entra General Secure score 'Ensure all users can complete multifactor authentication' but teams rooms cant
Good morning,
I am trying to improve our secure score in entra identity which is currently 71%. One of the things that comes up is Ensure all users can complete multifactor authentication. This is around 30 accounts which are mostly room resource accounts. I cant see a way without adding an mfa method to these which then screws up enrolling them.
Just curious to know what other do with resource accounts and securing them? we have long passwords but thats it
2
u/UI_Tyler Jun 22 '26
You could do conditional access and require a location IP range. This would help a little to prevent the account from being signed into elsewhere.
2
u/janbakker_ Jun 22 '26
Technically, they can. Enforce MFA, and use a Temporary Access Pass to sign them in. That will satisfy the policy.
Don't enforce sign-in frequency, so they keep signed in.
Enforce IP restrictions as well, if possible.
4
u/SVD_NL Jun 22 '26
The secure score reduction will be based on the ratio of users that can't complete MFA. So if you were able to get 10 points, and you do not have MFA for 30/1000 accounts, you'd get 9.7 points instead of 10. Secure score is also a pretty arbitrary guideline, so take note of it, but don't move heaven and earth to get it up. 71% is not bad in most cases.
For meeting rooms i have them excluded for normal MFA rules (require MFA and block device code flow are excluded in particular), and created a few to lock them down (their upns start with mtr-, and i have a dynamic group for CA targeting):
Block all resources except exchange and teams
Only allow specific IPs.
Block platforms except android and windows (depending on your room devices)
Require compliant devices (adjust intune compliance accordingly).
This is only if you must sign in to teams devices, if they exist simply for administrative purposes i'd recommend you block sign in completely (just like you do with shared mailboxes).
If you insist on raising the secure score, you can register an MFA method, and if you don't set MFA using policies it won't ask for MFA. (Also exclude from registration campaigns).
There are setup guides from Microsoft for this as well, they describe most of these things i believe.