Forum Discussion
StuartK73
Jul 02, 2019Steel Contributor
Ensure Users aren't missed from CA Policy
Hi All Apart from targeting All Users with exceptions / exclusions, is there any other way to ensure that users don't get missed by CA policies? Info appreciated
jenstf
Jul 02, 2019Brass Contributor
StuartK73 There is also "any location" and "any device", but "all users" should do the trick.
Make sure to block legacy authentication, both to make sure MFA access controls works and because basic auth tokens won't carry enough information to filter properly in all CA policies.
bbhorrigan
Jul 03, 2019Brass Contributor
Be very careful when disabling Legacy authentication. The problem that arises is if users are using any of the legacy protocols and you turn them off.... it is a bad day.
- jenstfJul 03, 2019Brass Contributor
Yes, you should analyze the Azure AD Sign-in logs first (add client application column) and make sure to exclude all service accounts that doesn't support modern authentication from the policy and prepare the users, especially those that show up in the log as legacy auth users..