Skip to content

Commit 56da964

Browse files
authored
Enhance Conditional Access policy recommendations
Added recommendations for Conditional Access policies, including impact reporting, managed policies, and optimization agent.
1 parent 604310f commit 56da964

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

learn-pr/wwl-azure/design-authentication-authorization-solutions/includes/6-design-for-conditional-access.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ Tailwind Traders wants to implement Conditional Access into their identity solut
4444

4545
- **Consider blocking legacy authentication protocols**. Attackers exploit weaknesses in older protocols every day, particularly for password spray attacks. Configure Conditional Access to [block legacy protocols](/azure/active-directory/conditional-access/howto-conditional-access-policy-block-legacy) from accessing Tailwind Traders apps.
4646

47+
- **Consider per-policy impact reporting**: Each enabled policy now has a built-in impact graph in the Microsoft Entra admin center. A Log Analytics workspace isn’t required.
48+
49+
- **Consider Microsoft-managed Conditional Access policies**: Microsoft provides managed policies aligned to Secure Future Initiative. These policies can limit device code flow and legacy authentication.
50+
51+
- **Consider Conditional Access Optimization Agent**: AI-powered agent that monitors policy gaps and recommends fixes with one-click application (requires Microsoft Entra P1 + Security Copilot SCUs).
52+
53+
4754
- **Consider running Report-only mode**. Run Report-only mode to predict the number and names of Tailwind Traders users who are affected with common deployment initiatives. Use Report-only mode to test blocking legacy authentication, requiring MFA, and implementing sign-in risk policies.
4855

4956
- **Consider using the What If tool**. Use the What If tool to test your proposed Conditional Access policies before you implement them.

0 commit comments

Comments
 (0)