Skip to content
Getting Digital

Zero Trust

Also: zero trust architecture, never trust, always verify

Zero trust is a security model in which no request is trusted because of where it comes from, so every access to a resource is authenticated, authorised and checked against policy each time.

Our take. Zero trust is a design principle that vendors have turned into a product category, and the product is usually the part you need least. An organisation that enforces strong identity, grants access per application rather than per network, and logs every decision has done most of the work with tools it already owns.

The model it replaces is the castle: a hard perimeter, a trusted interior, and a firewall deciding who gets in. That worked while the interior was a building and the users sat in it. It stopped working when the applications moved to other people's data centres, the users moved to their kitchens, and the attacker who stole one password found themselves inside a network that trusted everything inside it. Zero trust is the reply: the network location of a request tells you nothing, so each request has to prove who is asking, from what device, for which resource, and whether policy allows it right now.

What the standard actually says

NIST's architecture document describes zero trust as a set of principles, not a product: all resources are treated as such regardless of location, all communication is secured, access is granted per session, policy is dynamic and uses signals about the user and the device, the enterprise monitors the integrity of everything it owns, and authentication and authorisation are enforced before access. Nothing in that list names a vendor, and most of it can be met with an identity provider, per-application access rules and a habit of logging decisions.

In practice the shift is from network segments to identities. A user does not connect to the office network and then reach the payroll system because they are inside; they authenticate to an identity provider, present a device that meets the policy, and receive access to payroll and nothing else, with the decision re-evaluated when their risk signals change. The hardest part is not the technology. It is cataloguing what the resources are and who should reach each one, which is the inventory work most organisations have deferred for a decade, and which no product performs for them.

In practice

  • First: put every application behind the identity provider, so policy is enforced in one place.
  • Second: require a managed, healthy device for anything sensitive, which is where multi-factor authentication stops being the only line.
  • Third: narrow access from network-wide to per-application, and log every allow and deny so the policy can be tuned.

Consider a company whose finance staff reach an accounting application through a corporate network and a virtual private network from home. Under the old model, anyone on the network can reach the application's login page, and a stolen VPN credential puts an attacker where an employee would be. Under zero trust, the application sits behind an identity-aware proxy: reaching it at all requires a valid session with the identity provider, a device the company manages and considers healthy, and membership of the finance group. The stolen credential without the managed device gets nothing, and the login page is never exposed to the network at all.

Often confused with

VPN (Virtual Private Network)
A VPN extends the trusted network to a remote device; zero trust removes the idea of a trusted network and checks each request instead. Many organisations run both while they move from one to the other.
Least Privilege
Least privilege is a rule about how much access to grant; zero trust is a model about when and how to check it. Zero trust without least privilege verifies everyone and then gives them too much.
Multi-Factor Authentication (MFA)
Multi-factor authentication proves who is asking. Zero trust also asks from what device, for what, and whether policy still agrees, on every request rather than once at login.

Key takeaways

  • Network location proves nothing; identity, device state and policy decide each access.
  • The principles are standardised and vendor-neutral; the products are optional.
  • The hard work is the inventory of resources and who should reach them, not the tooling.

Certifications that test this

Vendor exams whose syllabus covers this concept — facts, cost and a preparation path on each page.

More courses from these shelves

A rotating selection from the course directory, drawn from the subcategories where this concept is taught rather than picked for it. Details, price and the provider link are on the course page.

Cisco CCST Networking Preparation Exam ( Guaranteed )

Begin your journey to becoming a Cisco Certified Support Technician (CCST) with our comprehensive networking preparatio…

Udemy

Master Performance Testing Gatling + Scala + Jenkins -JUL'25

[THE ENTIRE COURSE HAS BEEN UPDATED ON 2025 JULY WITH LATEST BREAKING CHANGE GATLING VERSION 3.13.5]Are you ready to in…

Udemy

Learning Path: Practical DevOps with Ansible and Docker

Are you looking forward to gaining practical knowledge on powerful technologies such as Ansible and Docker? If yes, the…

Udemy

Master Oracle Cloud Infrastructure Architect concepts

The Oracle Cloud Infrastructure (OCI) Architect Professional certification is designed for experienced cloud architects…

Udemy

The Basics of DAO (Autonomous Organization) in Blockchain

You might have heard about Blockchain & Other Cryptocurrencies. Do you know Blockchain can run a completely automated d…

Udemy

Google Professional Cloud DevOps Engineer GCP Practice Tests

Google Cloud Professional Cloud DevOps Engineer Practice Exam is an essential resource for IT professionals seeking to…

Udemy

FAQ

Is zero trust a product I can buy?
No, though many are sold under the name. It is an architecture defined by principles, and an identity provider, per-application access rules and good logging cover most of it. Buy a product when you have a specific gap the principles have exposed, not to acquire the principles.
Does zero trust replace the firewall?
It demotes it. The firewall stops being the decision point for who reaches what, because that decision moves to identity and policy, but it still filters traffic and still has a job at the edges and between segments.
Where does an organisation start?
With identity. Put every application behind one identity provider, turn on multi-factor authentication, and require managed devices for the sensitive ones. That sequence delivers most of the benefit and needs none of the products marketed as zero trust.

Sources

The primary text this definition rests on. Read it before you trust ours.

Last reviewed 13 September 2026 · Getting Digital