Cybersecurity · June 20, 2026 · intSignal Team

Zero Trust in Practice: A Five-Step Rollout

Share this article

Zero Trust is an architecture, not a product

"Zero Trust" gets sold as a box you can buy. It isn't. It is an architecture built on three durable ideas: verify explicitly, enforce least privilege, and assume breach. No single appliance, agent, or SaaS tier makes an organization Zero Trust — the model is realized across five pillars that each answer the same question from a different angle: should this specific request be allowed, right now, given who is asking, what they are asking from, and what they are trying to reach?

Those five pillars are identity, devices, network, workloads, and data. This piece walks the architecture pillar by pillar rather than as a calendar of phases. The order matters, because each pillar builds on the one before it, and because getting the sequence wrong is how a Zero Trust program either stalls or causes the outage that gets it cancelled. The through-line is "verify explicitly" — every access decision is made against live signals, logged, and re-evaluated, instead of granted once at the network edge and trusted forever.

Pillar 1: Identity is the control plane

If you build only one pillar well, build this one. Roughly 80 to 90 percent of breaches involve compromised or misused credentials, and identity is the single control plane that touches every user, service, device, and application at once. Get it right and every later pillar becomes cheaper to enforce.

Zero Trust control loop across the five pillars Every request is authenticated, authorized against least privilege, and continuously re-verified before it reaches data.

Concrete moves, in order:

  1. Consolidate authentication behind one identity provider. Every SaaS app, remote-access tool, and internal system authenticates through a single IdP with single sign-on. Shadow local accounts are the enemy — inventory and retire them, because an account that bypasses the control plane is invisible to every policy you write.
  2. Enforce phishing-resistant MFA. SMS and push-approval MFA are defeated at scale by prompt-bombing and SIM swaps. Move privileged and internet-facing accounts to FIDO2 security keys or passkeys first, then extend to the whole population.
  3. Enforce least privilege on identity itself. Standing administrator rights are the highest-value target in any environment. Vault privileged credentials, broker just-in-time elevation, and drive the number of permanent admin accounts toward zero. Standing access is entropy — it accumulates and never cleans itself up.

This pillar rests on a disciplined identity and access management foundation: clean joiner-mover-leaver automation, role-based access, and scheduled access reviews. If offboarding still depends on someone remembering to disable an account, fix that before you buy anything else.

Pillar 2: Device trust and posture

A valid login from a compromised or unmanaged laptop is still a compromise. Verifying the person is only half the request — you also have to verify the thing they are using. Tie access to device posture so the endpoint proves it is healthy before it reaches anything sensitive.

At minimum, gate access on four signals: disk encryption enabled, endpoint protection running and current, operating-system patch level within policy, and enrollment in your management platform. Feed those signals into the access decision so an out-of-compliance device is automatically routed to a remediation path rather than to production data. This is also where bring-your-own-device reality gets settled: unmanaged personal devices get browser-isolated, limited access — not full reach. The tradeoff is real friction for a small set of users, which is why you stage it: managed corporate fleet first, contractors and BYOD second, once the remediation flow is proven and support is ready for the tickets.

Pillar 3: Network — segmentation and ZTNA instead of VPN

Once identity and device are the gatekeepers, shrink the blast radius so a single foothold does not grant a clear path to everything else. Two mechanisms do the heavy lifting.

  • Segmentation. Group assets by sensitivity and blast radius, then default-deny between zones. Domain controllers, backup infrastructure, and finance systems do not belong in the same flat space as the reception-desk printer. Roll it out monitor-first: apply the intended policy in log-only mode, learn the real east-west traffic for two to four weeks, then flip enforcement one boundary at a time. Enforcing before you observe is how you take down an integration nobody documented.
  • ZTNA replacing the VPN. A traditional VPN drops a user onto the whole network and trusts them there. A secure access service edge model brokers access to individual applications based on identity and device posture, so a remote user never touches segments they have no business reaching. The migration path is pragmatic: stand ZTNA up alongside the existing VPN, move applications behind it one at a time, and decommission the VPN concentrator only once the last app has moved.

Pillar 4: Workloads and applications

Machines authenticate far more often than people do, and their credentials are usually the weakest link — service accounts with broad standing rights, no MFA, and passwords buried in scripts. Extend "verify explicitly" to workloads.

Give services their own identities instead of shared secrets, keep those secrets in a vault rather than in code or config files, and rotate them automatically. Enforce mutual TLS between services so a workload proves what it is before another workload will talk to it, and put per-service allow-lists in front of internal APIs. Administrative interfaces, CI/CD systems, and management consoles are prime lateral-movement targets — they belong behind the same brokered, identity-aware access as everything else, never exposed directly to the internet or reachable flat from a user subnet.

Pillar 5: Data is the asset you are actually protecting

The other four pillars exist to protect this one. Identity, device, network, and workload controls are all proxies for a simpler goal: the right data reaches only the right requester under the right conditions.

Start by classifying data by sensitivity so policy has something to attach to — you cannot write "least privilege" rules for a store nobody has labeled. Then tie data access to the same live signals as everything else: identity, device posture, and purpose, not merely a correct password and a network location. Encrypt at rest and in transit, apply data-loss-prevention controls on the paths where sensitive records tend to leak (email, cloud sync, removable media), and log every access to sensitive stores so an anomalous read pattern is visible. A database suddenly serving ten times its normal volume to one account is a textbook exfiltration signature — but only if something is watching.

Sequencing the pillars without breaking the business

The pillars are an architecture, but you deploy them as a program. Two rules keep that program from causing the disruption everyone fears. First, go in order: identity carries the majority of the risk reduction and every later pillar leans on it, so a flat network with weak identity is the wrong place to start. Second, observe before you enforce — monitor-only mode on segmentation and conditional access turns undocumented dependencies into a tuning exercise instead of an outage. Plan on 12 to 18 months end to end for a mid-sized estate, with the value front-loaded: the first two pillars deliver most of the protection, so if budget or attention runs short after them, you are still measurably safer than when you started.

Done well, this architecture is nearly invisible to people doing honest work and relentlessly inconvenient to everyone else. intSignal runs phased Zero Trust implementation programs sequenced around your real dependencies rather than a vendor's checklist. If you want a candid read on which pillar to build first in your environment, talk to our security team.

Share this article