Conditional access is a policy-based identity control that allows, blocks, or limits access based on factors such as user, device, location, risk, or application context. It matters because modern access decisions often need to reflect more than a correct password alone.
What is Conditional Access?
Conditional access evaluates the context of a sign-in or session and then applies rules such as requiring MFA, blocking access, allowing only compliant devices, or limiting access to specific applications. It is widely used in cloud identity and zero-trust architectures.
The goal is to make access decisions more adaptive, risk-aware, and aligned with business policy.
Common Conditional Access Signals
Common signals include user role, device compliance, network location, sign-in risk, session risk, application sensitivity, and whether the access request matches expected business conditions.
Conditional Access vs. Static Access Control
Static access control grants or denies based on simpler fixed rules. Conditional access is more dynamic and can adapt requirements based on changing identity and device context.
Frequently Asked Questions
Why is conditional access important?
Because it helps reduce risk from stolen credentials, unmanaged devices, suspicious locations, and other situations where a password alone should not be enough.
Does conditional access replace MFA?
No. It often uses MFA as one enforcement action within a broader policy model.