In depth
The canonical reference is NIST SP 800-207 (Zero Trust Architecture, August 2020), which defines the Policy Decision Point / Policy Enforcement Point model and enumerates seven tenets: all data sources and computing services are resources, all communication is secured regardless of location, access to individual resources is granted per-session, access is determined by dynamic policy, the integrity and security posture of assets is monitored, all resource authentication and authorisation are dynamic and strictly enforced, and the enterprise collects information about asset state to improve its security posture. CISA's Zero Trust Maturity Model v2.0 operationalises the same tenets across five pillars (Identity, Devices, Networks, Applications and Workloads, Data) plus three cross-cutting capabilities (Visibility and Analytics, Automation and Orchestration, Governance).
In practice, Zero Trust shows up as a portfolio of investments rather than a single product. Identity-aware proxies (Google BeyondCorp, Cloudflare Access, Tailscale) replace VPN-based perimeter access. Strong device posture (MDM-enforced disk encryption, EDR present, OS patch level, certificate-based device identity) becomes a precondition for any access request. SSO with conditional access (Okta, Microsoft Entra ID) pushes risk-based MFA into every authentication flow. Service-mesh mTLS (Istio, Linkerd) enforces workload-to-workload authentication inside the cluster. Microsegmentation (Illumio, Cisco Secure Workload) replaces flat VLAN trust.
Zero Trust is not "buy a Zero Trust product" — it is a multi-year programme to inventory resources, classify data, instrument identity, harden device fleet and continuously evaluate access. See VAPT services for validation of the architecture in practice.