Fusion Connect Glossary

ZTNA (Zero Trust Network Access)

Written by Fusion Connect | Sep 25, 2026, 6:00:49 PM

Zero Trust Network Access (ZTNA) is a way of controlling access to business applications and resources without assuming that a user or device should be trusted simply because it is connected to the corporate network. Instead, access is granted based on factors such as the user's identity, the device they're using, the application they're requesting, and the organization's security policies. NIST describes Zero Trust as a shift away from static network perimeters toward protecting individual users, devices, applications, and resources.

For a mid-sized or enterprise business with employees working from home, this is particularly useful. An employee might access Microsoft 365 from a company laptop at home, connect to a business application from a hotel, or use a managed device from a coffee shop. ZTNA doesn't simply say, "You're connected through the VPN, so you're trusted." Instead, it evaluates the request and grants access to the specific resources the employee is authorized to use.

Here's a simplified example of how ZTNA works:

  1. The employee requests access to a business application.
  2. The user's identity is verified, typically through an identity provider and MFA.
  3. The device can be evaluated for characteristics such as whether it is managed or compliant.
  4. Security policies determine access, potentially considering the user, device, application, location, and other risk signals.
  5. The user receives access only to the authorized resource, rather than broad access to the corporate network.
  6. Access can continue to be monitored and reevaluated as conditions change.

This approach fits naturally into modern SASE architectures, where networking and security services are delivered through a distributed, cloud-based architecture. ZTNA can also complement SD-WAN and SSE, helping organizations separate secure application access from the traditional idea of putting users "inside" a trusted corporate network.

History of ZTNA

The ideas behind Zero Trust predate the term itself. In the early 2000s, the Jericho Forum promoted the concept of "de-perimeterization"—the idea that organizations should not depend on a traditional network perimeter as their primary security boundary. NIST's history of Zero Trust also points to earlier Department of Defense work involving a "black core" approach that focused security more closely on individual transactions rather than assuming everything inside a perimeter was trustworthy.

The term "Zero Trust" is generally credited to John Kindervag during his time at Forrester Research around 2010. Kindervag's work challenged the traditional "trust but verify" approach and promoted the idea that organizations should eliminate implicit trust and verify access based on the individual request. NIST specifically identifies Kindervag as the person who coined the term.

The concept subsequently evolved through several related approaches. Google's BeyondCorp demonstrated how an organization could move away from traditional network-based access and instead make access decisions based on users and devices. Meanwhile, the Cloud Security Alliance (CSA) developed its Software-Defined Perimeter (SDP) framework, with its first SDP specification published in 2014. SDP's identity-centric, "authenticate-before-connect" approach became an important architectural influence on modern Zero Trust implementations.

By 2020, Zero Trust had moved well beyond a security-industry concept. NIST published SP 800-207, Zero Trust Architecture, providing a formal architecture and terminology for implementing Zero Trust principles in enterprise environments. The framework specifically addresses trends such as remote workers, BYOD, and cloud applications that make the traditional corporate network perimeter less meaningful.

Three interesting ZTNA facts

  1. Zero Trust doesn't mean "trust nobody, ever."
    The practical idea is to eliminate implicit trust. Access can still be granted—the important difference is that access is based on authentication, authorization, policy, and context rather than simply network location.
  2. ZTNA isn't synonymous with VPN.
    A traditional VPN can place an authenticated employee onto a broader network. ZTNA is designed around granting access to specific applications or resources rather than automatically giving the user broad network access.
  3. Zero Trust wasn't invented as a response to remote work.
    The underlying ideas existed well before the mass shift to remote work. However, remote workers, cloud applications, BYOD, and distributed environments dramatically increased the need for security models that don't depend on a physical corporate network perimeter.

Why ZTNA Matters

The biggest change ZTNA brings is a change in what the business considers its security boundary. Instead of assuming that the corporate network is trusted and everything outside it is untrusted, Zero Trust focuses more closely on the individual user, device, application, and access request.

For businesses with distributed employees, that can provide several practical advantages:

  • More controlled remote access — Employees can access the applications they need without necessarily receiving access to the entire corporate network.
  • Least-privilege access — Users can receive only the access required for their jobs.
  • Consistent security policies — Policies can follow users regardless of where they're working.
  • Better visibility — IT and security teams can gain more information about who is accessing resources and under what conditions.
  • Reduced attack surface — Resources don't have to be broadly exposed simply because someone needs remote access.
  • Better fit for cloud applications — Security doesn't have to depend on traffic passing through a physical corporate headquarters.

In other words, ZTNA helps businesses make access more granular. An employee may be trusted to use Microsoft 365 but not a financial system. A contractor may need access to one application but nothing else. A managed company laptop may satisfy a security requirement that an unmanaged personal device does not. ZTNA provides the framework for making those distinctions.