Forum Discussion
- jenstfBrass 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.
- bbhorriganBrass 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.
- jenstfBrass 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..