Join our Newsletter — 33% off our NHI Course

How should organisations implement conditional access for remote workers without creating too much friction?

Start with a risk based policy that checks three things before access is granted: who the user is, whether the device is trusted, and whether the network is approved. Apply stronger checks, such as MFA, to remote or unmanaged contexts, then relax requirements only when the environment is demonstrably safer. This keeps access decisions aligned to real conditions rather than a blanket yes or no rule.

Why conditional access works best as a risk-based decision

conditional access should be treated as a policy engine, not a binary gate. The goal is to match access strength to the current risk signal, so a trusted user on a managed device can move with less interruption than someone on an unmanaged endpoint or unusual network. That is the practical way to reduce friction without lowering the security bar.

The model works because each signal adds confidence. User identity tells you who is asking, device trust tells you whether the endpoint is under your control, and network context tells you whether the request is arriving from a known or higher-risk environment. When those signals are strong, the policy can be lighter; when they weaken, the policy should tighten automatically.

A useful way to think about this is that friction should be concentrated where risk is highest. If every worker sees the same challenge regardless of device posture or location, you create unnecessary resistance. If every worker gets a simple pass because the policy is too permissive, you create blind spots. The balance is dynamic, not fixed.

How to reduce friction without making policy too permissive

Start by separating baseline access from step-up access. Baseline access should cover the normal case for a known user on a trusted device, while step-up checks should appear only when the session looks abnormal, remote, or unmanaged. That lets the policy stay quiet for routine work and visible only when the risk profile changes.

Device posture is usually the most effective friction reducer because it prevents repeated challenges for endpoints you already trust. Network location helps, but it should not be the only factor, since remote workers often move between home, travel, and public networks. The best policies treat network as a signal, not a sole decision-maker.

It also helps to avoid overusing MFA in places where the access request already carries strong assurance. If the policy asks for MFA on every login, users learn to see it as noise. If the policy asks for MFA when a device is unfamiliar, a location changes, or risk rises, the control stays meaningful. You get better security and a better user experience at the same time.

What good conditional access looks like in practice

Good implementation is consistent, explainable, and measurable. Users should be able to understand why they were challenged, and administrators should be able to explain the decision path after the fact. That usually means documenting which signals trigger step-up authentication, which contexts are treated as trusted, and where exceptions are allowed.

Policy tuning should also be iterative. Remote work patterns change, device fleets change, and business tolerance for interruption changes. The right operating model is to review sign-in failures, challenge rates, and exception usage regularly, then adjust thresholds when the policy is either too noisy or too lenient.

For reference, modern control guidance such as NCSC UK Advice and Guidance, NIST SP 800-53 Rev 5 Security and Privacy Controls, and CIS Controls v8 all reinforce the same operational idea: control access by context, privilege, and assurance level rather than by a one-size-fits-all rule.

Risk and Threat Considerations

Conditional access reduces exposure only when the trust signals are reliable. If device compliance is weak, location checks are easy to bypass, or exceptions accumulate over time, attackers can use the policy itself as a path to lower-friction access. The biggest risk is not the challenge prompt, it is policy drift that quietly turns conditional access into permanent implicit trust.

Failure mechanism: An organisation over-relies on one signal, such as network location or basic MFA, while unmanaged devices, stolen credentials, or permissive exceptions allow a session to satisfy the policy without enough real assurance.

Impact: Attackers and risky sessions get the same access path as trusted workers, which weakens account protection, increases the chance of data exposure, and makes incident response harder because the policy no longer distinguishes normal from abnormal use.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST SP 800-53 Rev 5 AC-2 — Account Management Conditional access depends on governed account and session eligibility.
IA-2 — Identification and Authentication (Organizational Users) User verification is central to conditional access decisions for remote workers.
IA-5 — Authenticator Management Step-up MFA and credential handling are key to reducing remote access friction safely.
Recommendation — Limit access by account state, context, and approved conditions. Require stronger authentication when context indicates higher risk. Manage authenticators so higher-risk sessions trigger stronger proof.
CIS Controls v8 CIS-5 — Account Management Conditional access operationalises account and access governance across contexts.
CIS-6 — Access Control Management The topic is fundamentally about granting access only under approved conditions.
Recommendation — Review access conditions regularly and remove stale exceptions. Apply context-aware access rules that tighten when trust drops.
ISO/IEC 27001:2022 A.5.15 — Access control Conditional access is an access-control implementation choice within an ISMS.
A.8.5 — Secure authentication The question centers on authentication strength and step-up checks for remote access.
A.8.2 — Privileged access rights Higher-risk remote contexts often require tighter privilege handling.
Recommendation — Define conditional access rules and review them against business risk. Use stronger authentication when device or network trust is lower. Restrict elevated access so remote sessions receive only needed privilege.

Practitioner Guidance

What to prioritise: Tune the policy around the few decisions that actually change risk, then keep the rule set small enough that users and support teams can predict outcomes. Overly complex condition trees often create more tickets than security value.

What to verify: Check that your “trusted device” and “approved network” signals are backed by controls you can evidence, not just labels in the console. If you cannot prove how a device earned trust, the policy will eventually become exception-driven.

Decision rule: If the user is remote and the endpoint is unmanaged or the context is unfamiliar, require step-up authentication and limit access to the minimum needed for that session. If the environment is demonstrably trusted, reduce prompts rather than removing control entirely.

Practitioner takeaway: The best conditional access policy is strict enough to block weak sessions, but simple enough that trusted users are challenged only when the actual risk changes.