Zero trust is the most marketed concept in enterprise security and, as a result, one of the most misunderstood.

In vendor terminology, zero trust is a product you buy. In practice, zero trust is an operating model you adopt — a shift in how your organisation makes access decisions, built from several distinct capabilities that work together. No single product delivers it. Buying a ZTNA solution without addressing identity, device posture, and monitoring does not make you zero trust.

This guide explains what zero trust networking actually requires, how to implement it without disrupting the business, and how to tell whether it is working. It also covers where most implementations stall.

What zero trust actually means as an operating model

The core principle is straightforward: stop granting access based on network location, and start granting it based on verified identity, device posture, and context.

The practical translation:

  • “You are on the internal network” is no longer a reason to trust you
  • “Your account is valid, your device is managed and compliant, you are accessing from an expected location, and this app is within your allowed scope” is

This changes several things at once:

  • Access decisions happen continuously, not once at login
  • Users who compromise their credentials get less — not more — from that compromise, because the credential alone is insufficient
  • A compromised endpoint on the internal network cannot freely reach other systems, because network location no longer grants implicit trust

The perimeter model that most organisations are still running

Most enterprise environments still have a meaningful gap between their stated security posture and their actual access model. The gap usually looks like this:

  • MFA is deployed on primary enterprise applications
  • There are legacy VPN connections (for some users) that grant broad network access on authentication
  • Third-party contractors and vendors have access through a separate path with lighter controls
  • Some internal applications do not enforce MFA because they “trust the network”
  • Monitoring is available but fragmented — different systems, no central correlation

This is not a catastrophic configuration. It is a very common one. It also contains multiple paths that an attacker with a single compromised credential can exploit. According to the Verizon 2026 Data Breach Investigations Report, credential-related compromise remains one of the dominant attack patterns across incident types — which is exactly what this access model enables.

Zero trust does not require ripping this out immediately. It requires a structured approach to closing the gaps, in an order that does not break the business.

The four maturity stages of a practical zero trust rollout

Stage 1 — Identity foundation

Nothing else in zero trust works reliably without strong identity. This stage focuses on:

  • Consolidate authentication. All business applications should authenticate through a single identity provider (Okta, Microsoft Entra ID, or equivalent). Eliminate isolated credential stores where possible.
  • Enforce MFA everywhere. Not just on “critical” systems — everywhere. Legacy applications that cannot support MFA should be flagged for replacement or wrapped behind an identity-aware proxy.
  • Centralise provisioning and de-provisioning. The ability to add and remove access reliably, quickly, and completely is a prerequisite for everything that follows.

When Stage 1 is complete: every user authenticates through a single identity provider with MFA enforced. You can revoke access for any user within minutes.

Stage 2 — Device posture

Once identity is solid, extend the access decision to include the device:

  • Define a managed device baseline. OS version, encryption status, endpoint security active and up to date. Devices that do not meet the baseline should be blocked or restricted to lower-risk access.
  • Implement conditional access. Enforce rules like “admin access requires a compliant device” and “access from an unmanaged device is read-only or blocked entirely.”
  • Extend posture checks to third-party users. This is harder — most third parties resist installing MDM agents — but you can enforce browser-based posture checks for cloud application access.

When Stage 2 is complete: access decisions include device health. An attacker with a valid credential on an unmanaged device gets restricted access, not full access.

Stage 3 — Application-level access (replacing broad VPN)

This is where the network-location model is directly replaced:

  • Publish internal applications through an identity-aware proxy or ZTNA solution. Users reach specific applications, not the network behind them.
  • Segment VPN scope to legacy use cases only. For systems that cannot be published through a ZTNA model, maintain scoped VPN access — but eliminate “any to any” routing.
  • Apply least-privilege routing. Each role or user group has an explicit list of what they can reach. Expansion requires a request, not a default setting.

For more on the VPN versus ZTNA decision, see business VPNs for remote teams in 2026.

When Stage 3 is complete: remote users access specific applications through identity-aware controls, not broad network tunnels. Lateral movement from a compromised remote account is contained.

Stage 4 — Continuous verification and automated response

The final stage moves from static access decisions to continuous evaluation:

  • Session risk monitoring. Detect anomalous behaviour during an active session — unusual access patterns, atypical download volumes, impossible travel.
  • Step-up authentication. Require additional verification when risk signals are elevated, without requiring full re-authentication for normal use.
  • Automated responses. Block or quarantine a device that fails a posture check. Require step-up MFA for a session that starts behaving unusually. This turns your monitoring investment into actual prevention.

When Stage 4 is complete: access decisions are not just made at authentication — they continue throughout the session.

Common false starts that stall zero trust programs

Buying before designing. Zero trust tool procurement before a clear architecture design leads to products that do not integrate, gaps that nobody owns, and a vendor landscape that is expensive to maintain.

Targeting endpoints before identity. Endpoint controls are part of Stage 2. Without Stage 1 (solid identity), device posture checks have nothing reliable to bind to.

Ignoring third parties. Third-party and contractor access is often zero trust’s biggest blind spot. They are also the highest-risk users — external, less visible, often with weaker controls on their side of the connection.

Measuring rollout instead of outcomes. “We deployed the ZTNA product” is an activity metric. “We have reduced the number of accounts with broad network access by 80%” is an outcome metric. Track outcomes.

Overblocking in the first 30 days. Aggressive enforcement before users are prepared creates workarounds — personal devices, shadow IT, VPN bypasses. Roll out policies in monitoring mode first, then enforce progressively.

How to know it is working

Track these metrics:

  • MFA coverage: percentage of users and applications with enforced MFA (target: 100%)
  • Managed device access ratio: percentage of authentications from managed, compliant devices
  • Privileged account count: number of accounts with admin or elevated access (should decrease over time)
  • Time to revoke: how long it takes from a de-provisioning request to zero access (target: under 10 minutes)
  • Third-party access reviews: percentage of external accounts reviewed in the last 90 days

If these numbers are moving in the right direction, the operating model is improving — regardless of which specific products you are using to get there.

FAQ

Do we need zero trust if most of our applications are SaaS?

Yes, probably more so. SaaS environments expand the number of access paths and data repositories. Identity-first access, conditional access, and device posture are all applicable — and many SaaS platforms support them natively through SAML and SCIM integrations.

Is zero trust only for large enterprises?

No. The core controls — SSO, MFA, conditional access, least privilege, managed devices — are available to organisations of all sizes. A small team can implement a meaningful zero trust foundation with commercially available identity platforms. The scale differs; the principles do not.

How does zero trust help with ransomware?

Directly. Ransomware operators depend on lateral movement after initial access. Zero trust’s segmentation, least-privilege access, and continuous verification all reduce the blast radius of a compromised account or endpoint. See ransomware response: step by step for what to do when ransomware is already active.