Phase 3 · BYOD, Conditional Access & Disk Encryption · Lesson 3 of 3
Exercise
·
15 min
·
+20 pts
Conditional access is where identity and device posture turn into an actual allow/deny decision. A conditional-access policy has a simple shape: conditions (who, what device, where, what risk) combined with a grant control (allow, require MFA / step-up, allow with limits, or block). Designing good policies is the capstone skill of this phase — it ties together Phase 2 identity with this phase's device posture and encryption controls.
For each scenario below, choose the conditional-access policy that best balances security and the business need. Every scenario has one best answer, and the explanations walk through the reasoning you will use when designing real policies. Watch for two recurring failure modes: policies so strict they break legitimate work (and get disabled), and policies so loose they do not actually constrain the risk.
When your new policy locks out the whole company — including you
The shape of a policy
Read each scenario as: IF [these users/groups] access [this resource] from [this device/location/risk state] THEN [grant / require step-up / limit / block]. Also remember to plan the break-glass path: every block-heavy policy needs an emergency-access account excluded from it, or you risk locking the whole company out of its own tenant.
Quick check
Access to the cloud production admin console (the highest-blast-radius resource) needs a conditional-access policy. What is the strongest appropriate design?
Quick check
Contractors must use an internal web app from their own unmanaged laptops. The company will not manage personal devices. What conditional-access design fits?
Quick check
The identity provider flags a sign-in as high-risk (impossible-travel: a login from a new country minutes after one from the home office). What conditional-access response is appropriate?
Quick check
A legacy internal application only supports basic authentication (username/password) and cannot enforce MFA or evaluate device posture. Leadership wants it accessible. What is the most defensible approach?
Quick check
You are rolling out strict block-based conditional-access policies across the tenant. What must you design alongside them to avoid catastrophe?
The five scenarios trace the real design space. A few principles to carry into actual policy work:
GRC Engineer's lens
A conditional-access policy set is one of the most powerful and most auditable controls you can point to — it operationalizes least privilege, device trust, and risk-based access in one place. When you document it, capture the policy export (the IF/THEN rules), the device-posture sources feeding it (MDM compliance, EDR risk), and sign-in logs showing the policies actually evaluated — granting, stepping up, and blocking as designed. And always document the break-glass design and its monitoring: an auditor who sees strict policies will immediately ask how you avoid locking yourselves out, and the answer should already be written down.
That completes Endpoint & Device Security. You can now trace the full arc: MDM enrolls and configures devices and reports compliance (Module 3.1); EDR detects and responds to what gets through, and CIS Benchmarks harden the OS to shrink the attack surface (Module 3.2); and BYOD/posture, encryption with key escrow, and conditional access turn device trust into an enforced, evidenced access decision (Module 3.3). Every one of these produces the reports and policy exports that satisfy endpoint and device controls across SOC 2, ISO 27001, and NIST — and they connect directly back to the identity work in Phase 2, because in the end, who you are and what device you are on are evaluated together.