Legacy Auth Conditional Access

Iron Contributor

Of those that have enabled the Block Legacy Auth via Conditional Access, were there any surprises or unexpected turn of events by doing so? 

 

I been watching the Sign in Logs for legacy authentications and taking care of any accounts that were still using them. I believe I have taken care of them all. So, I created a conditional access to block those protocols but set it to Report-Only.  However, two days later, I do not see anything under Report-Only on the Sign in Logs. I do see the policy under the Conditional Access tab and results is Not Applied, which in report-only mode, would make sense. Also going to the Insights, let's just say that does not make any sense at all.  

 

Just wanted to get some feedback on those that have done this on their tenant and how successful it was to implement.  Thanks. 

3 Replies
You can always add exceptions as necessary, even adding a blank "exclude everything from my trusted locations" rule will greatly reduce your exposure to brute force attacks and such. Usually, it's the multi-functional devices, app integrations and automated scripts that cause trouble, but of course it varies from org to org.
Where is this rule "exclude everything from my trusted locations" ? Can that be applied to the Basic Auth Condition?
This: https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/location-condition
You can configure it as an exception to your policies, so that legacy auth is still allowed for any request coming from said location/IP ranges. You should only use this as a temporary solution though, getting rid of basic auth should still remain the goal.