What Is Zero Trust?
Zero Trust is a security model that assumes no user, device, or network is trusted by default. Instead of a hard perimeter with a soft interior, every access request is verified explicitly using identity, device posture, and context, and is granted with the least privilege necessary.
The core principles
- Verify explicitly: authenticate and authorize every request on signals like identity, device health, location, and risk.
- Least privilege: grant the minimum access needed, ideally just in time.
- Assume breach: segment, monitor, and limit blast radius as if an attacker is already inside.
Why identity is the foundation
Once the network is no longer the perimeter, identity becomes the perimeter. That is why Zero Trust programs lean on strong authentication, phishing-resistant MFA, continuous authorization, and identity threat detection.
Zero Trust Network Access (ZTNA)
ZTNA is the access-layer implementation that replaces VPNs with identity-aware, per-application access. Browse Zero Trust vendors and our zero-trust rollout guide.
What "implementing zero trust" actually means
Zero trust is a set of principles, not a product, and vendors sell very different things under the label. In practice a programme is four workstreams:
- Strong authentication everywhere. Phishing-resistant MFA with a short exemption list that is reviewed, not inherited. Policies that require "MFA" generically are satisfied by methods that relay kits defeat daily.
- Device signal in the access decision. Device posture from MDM or EDR, feeding conditional access. This is the workstream most often skipped because it requires enrolment on every endpoint.
- Per-application authorization. ZTNA replacing flat network access, so a compromised endpoint reaches only what its user is entitled to.
- Continuous evaluation. Re-checking during a session rather than only at the gate, because a session stolen after login satisfied every policy at issuance.
The honest limits
Two things are worth saying plainly. Device posture is self-reported by software on a machine an attacker may already control, so it is strong against commodity attacks and weak against a determined intruder holding the device. And the hardest part of most ZTNA migrations is not technology, it is producing an inventory of every internal application, who should reach it, and which ones depend on flat network access today.
NIST SP 800-207 is the reference worth reading precisely because it is vendor-neutral enough to argue with.
Where zero trust fails in practice
Exclusions. Every real deployment accumulates policy exemptions added for a migration, a vendor, or a legacy application, and they are never removed. Audit the exclusion list more often than the policy list, because that is where the actual access model lives.
Where to start
Where to start
Read the Zero Trust architecture guide, then map your identity stack against the principles above.
Frequently asked questions
- What is Zero Trust?
- Zero Trust is a security model that never trusts implicitly and always verifies, enforcing least privilege and continuous verification regardless of network location.
- What is the core principle of Zero Trust?
- Never trust, always verify. Every access request is authenticated, authorized, and validated against policy and context.
- Is Zero Trust a product?
- No. It is an architectural approach and strategy implemented with many tools across identity, device, network, and policy, not a single product.
Related on Start with Identity
- RankingBest Zero Trust Tools: Top 5 ZTNA and SSE Platforms
The top 5 Zero Trust tools (Cloudflare, Zscaler, Tailscale, Palo Alto Prisma Access, Netskope), scored on a 10-dimension rubric.
- VendorCloudflare Zero Trust
top_tier
- ArticleTop 7 Open-Source Zero Trust and ZTNA Tools
The best open-source zero trust tools in 2026, from OpenZiti and Pomerium to Teleport, Headscale, NetBird, HashiCorp Boundary, and Authelia, compared on archite
- ArticleTop 7 Service Mesh Identity Solutions for Zero-Trust Microservices in 2026
Compare the top 7 service mesh identity solutions, Istio, Linkerd, Consul Connect, SPIFFE/SPIRE, Cilium, Kong Mesh, and AWS App Mesh, to implement mutual TLS, w
- ArticleTop 8 Zero Trust Network Access (ZTNA) Tools in 2026
Compare the top 8 ZTNA tools that replace traditional VPNs with identity-aware, least-privilege network access for modern distributed workforces.
- GlossaryZero Trust
A security model where trust is never assumed based on network location and is continuously re-evaluated. Each access decision considers identity, device postur