Zero Trust is a security architecture and an operating model. It is not a product, a licence tier or a box that can be ticked at purchase. NIST Special Publication 800-207 defines it as a set of principles for designing access decisions, and the CISA Zero Trust Maturity Model describes it as a progression across identity, devices, networks, applications and data. Buying multi-factor authentication, single sign-on, mobile device management, endpoint detection or a Zero Trust network access product does not, on its own, mean an organisation has implemented Zero Trust.

That distinction matters most for small businesses, because the vendor market talks about Zero Trust as though it ships in a box. This guide explains what the architecture actually asks for, which parts a small business can usually reach with the platforms it already pays for, which parts genuinely require another tool, and which parts are honest work that no purchase removes. All standards references and product documentation were checked in September 2026. Atlas assessment: the most common Zero Trust failure we see described in small-business terms is not a missing product but a missing owner.

Nothing in this guide promises a completion date, a risk reduction figure or a service level for patching. Those numbers are the easiest thing to publish and the hardest thing to support, so the implementation sequence below advances on evidence rather than on a calendar.

What Zero Trust actually means

The core premise of NIST SP 800-207 is that the location of a request tells you almost nothing about whether it should be allowed. A request from inside the office network is not trusted because it came from inside the office network. Instead, each access request is evaluated against what is known about the account making it, the device it comes from, the resource being requested and the context of the request, and the resulting authorisation applies to that session rather than to the network as a whole.

The publication frames this as tenets rather than as a product architecture. All data sources and computing services are treated as resources. All communication is secured regardless of network location. Access to individual resources is granted on a per-session basis. Access is determined by a dynamic policy that considers the identity of the client, the state of the requesting asset and other behavioural attributes. The organisation monitors and measures the integrity and security posture of the assets it owns and associated assets. Authentication and authorisation are dynamic and strictly enforced before access is allowed. The organisation collects information about the current state of assets and network infrastructure and uses it to improve its security posture.

Read those tenets carefully and you notice that most of them describe behaviour rather than technology. Collecting information and using it to improve policy is an operating habit. Granting access per session is a design choice. Monitoring posture is a staffing question before it is a licensing question. The technology matters, but it is the means by which the behaviour becomes enforceable.

Atlas assessment: a small business that has strong authentication, an authoritative directory, enrolled devices and one person who genuinely reviews access is further along than a business that owns four Zero Trust branded products and reviews nothing. That is an editorial judgement about priorities, not a claim found in the standard.

Policy Decision Point and Policy Enforcement Point, explained plainly

Diagram of a Zero Trust access request: a user icon on the left sends a request to a central hexagonal decision element, which is linked upward to a policy engine shape and downward to a gate-shaped enforcement point, before an arrow continues to three stacked application blocks on the right.
A request is evaluated by a policy decision function and permitted or refused by a separate enforcement function before the resource is reached.

NIST SP 800-207 splits the machinery of an access decision into two logical parts. The Policy Decision Point is the component that decides. It takes in what is known about the subject, the device, the resource and the current context, applies policy, and returns an answer. The Policy Enforcement Point is the component that sits in the request path and either establishes the connection or refuses it, based on the decision it receives. The decision point in the publication is further divided into a policy engine, which makes the determination, and a policy administrator, which establishes or tears down the session.

The practical value of the split is that it tells you what to look for in real products. In a Microsoft 365 tenant, Conditional Access performs the decision function: Microsoft documents the conditions it can evaluate, including user, target resource, network, device platform, client application and risk, and the grant controls it can require, such as multi-factor authentication or a compliant device. The enforcement happens where the session is issued or refused. In Google Workspace, context-aware access performs the equivalent decision role for supported applications. In an identity-aware access broker such as Cloudflare Access, the policy is defined centrally and enforced at the point where the request reaches the protected application.

Two consequences follow, and both are frequently missed. First, a decision point is only as good as the signals it receives, which is why device state and identity quality matter more than the sophistication of the policy language. Second, a decision made once and never revisited is a perimeter with extra steps. Microsoft documents continuous access evaluation precisely because a token issued under acceptable conditions may need to be challenged again when those conditions change.

For a business without a network engineer, the useful reading of the decision and enforcement model is architectural rather than procurement-driven. You are not shopping for a decision point. You are asking which system in your environment already makes access decisions, what it can see when it makes them, and what happens when the answer should change.

Why the perimeter model stopped working

Two-panel comparison diagram: on the left a glowing castle-wall perimeter ring encloses many laptop and server icons with a single arrow crossing the wall; on the right the wall is gone and each individual resource icon sits inside its own shield, connected by separate lines to one central diamond checkpoint.
The perimeter model trusts everything inside one boundary. A resource-centric model evaluates each request for each resource independently.

The traditional model built a strong boundary and treated everything inside it as broadly trustworthy. Remote staff were brought inside that boundary through a virtual private network, which admitted the device to the network and, in most small deployments, to a great deal more than the one application the person needed. The model was coherent while applications lived in one building and staff worked in it.

Small businesses now run the opposite arrangement. Email, files, accounting, payroll, customer records and support tooling are hosted by vendors. Staff work from home, from personal devices and from contractor laptops the business does not own. There is no boundary left to defend, and the practical consequence is that a stolen credential or a compromised laptop reaches a great deal from anywhere.

The Zero Trust response is not to abandon network controls but to stop using network position as the deciding factor. The CISA maturity model describes this in its Networks pillar as a move away from broad, flat access toward access defined per resource, with segmentation applied according to need rather than uniformly. That is a different claim from the one vendors usually make, which is that internal networks should be divided into as many enforcement zones as possible.

Atlas assessment: for most small businesses the highest-leverage change is not network segmentation at all. It is removing standing broad access — the shared administrator login, the file share everyone can reach, the remote-access tunnel that grants the whole subnet. Those are identity and access problems wearing network clothing.

The building blocks, and what each one really does

The capabilities below are the ones a small business is realistically choosing between. Each is described in terms of what it does rather than what it is called in a product catalogue, because the same function appears under many names.

Identity verification and multi-factor authentication

Everything else depends on the identity layer being trustworthy. That means one authoritative directory, an account per person, no shared logins, and a second authenticator on every account. Microsoft documents how its multi-factor authentication works and publishes a policy template requiring authentication strength for all users; Google documents 2-Step Verification for Workspace tenants. Both are available inside the platforms most small businesses already run.

Not all second factors are equal, and the difference is documented rather than a matter of opinion. NIST SP 800-63B sets out authenticator types and their properties, and the published guidance explains why some methods resist interception better than others. Where a platform supports hardware or platform authenticators, they are the stronger option for administrative accounts. Where a business is still on codes delivered by message, moving administrators first is a reasonable order of operations.

The uncomfortable part of the identity layer is not enrolment but recovery. Every business needs a documented way to restore access when an authenticator is lost, and that path is exactly where attackers aim. Write it down, decide who is allowed to execute it, and keep at least one break-glass administrator account excluded from conditional policies and stored securely.

Single sign-on

Single sign-on moves application authentication to the identity provider. Its security value is not convenience; it is that accounts, session policy and revocation live in one place, so disabling one directory account can close many doors. Microsoft describes how single sign-on works in Entra ID, and Google documents single sign-on for Workspace.

The obstacle is commercial rather than technical. Many software vendors place federation on a higher plan, so a business can find that consolidating logins costs more per application than the security benefit appears to justify. That is a real trade-off and worth documenting per application rather than assuming. Our comparison of single sign-on options for small businesses works through where the feature usually sits and what the alternatives are when it is out of reach.

Conditional access

Conditional access is the decision function made configurable. Rather than a single yes or no per account, policy evaluates the combination of who is asking, what they are asking for, from what device and in what circumstances, and then requires more assurance or refuses. Microsoft publishes both the signals available as conditions and the controls that can be required; Okta documents how its policies are evaluated and the policy concepts behind them; JumpCloud documents conditional access policies driven by device posture.

Two cautions apply. Conditional access features are licence-gated, and entitlement differs by plan: Microsoft publishes its licensing documentation for exactly this reason, and vendors including Okta, JumpCloud, Cloudflare and Tailscale publish their own plan pages. Check entitlement before designing policy. The second caution is operational: a policy that locks out the only administrator is a self-inflicted outage, which is why break-glass exclusions come before enforcement.

Device enrolment is not device compliance

Flow diagram showing three inputs on the left, a user badge, a laptop with a check mark and a location pin, converging into a central shield-shaped evaluation block, which branches to two outcomes on the right: a green open padlock and a red closed padlock.
Identity, device state and request context are evaluated together, and the same request can be permitted or refused depending on those inputs.

This is the distinction most often blurred in small-business security conversations. Enrolment means a device is registered with a management service and can receive configuration. Compliance means the device currently meets stated rules. Microsoft documents device registration and device join planning separately from compliance policies, and Apple documents enrolment and management, automated device enrolment and declarative device management as distinct mechanisms.

A registered device that has encryption switched off, a stale operating system and no screen lock is registered and non-compliant at the same time. Access policy should consume the compliance signal, not the enrolment fact. Google documents advanced mobile management for the equivalent Workspace capability, and access brokers including Cloudflare and Tailscale document posture checks that can be required before access is granted.

Keep the initial compliance baseline small enough to enforce. Disk encryption, a screen lock, a supported operating-system version and the presence of the endpoint security agent cover the failures that matter most and produce few arguments. Long baselines written before anyone has handled a non-compliant laptop tend to be quietly disabled. Our guide to mobile device management for small businesses covers the enrolment mechanics in more depth.

Endpoint protection

If the network is not trusted, the device carries more of the assurance burden. Endpoint detection and response tooling exists to spot malicious behaviour on the device and to leave enough telemetry behind that an incident can be reconstructed. Microsoft documents Defender for Endpoint, and CrowdStrike documents its endpoint platform.

The purchase is the easy part. Detection produces alerts, and alerts require a human decision, which is why endpoint tooling so often becomes an expensive log generator in businesses with no assigned reviewer. Decide who looks, when, and what happens out of hours before you deploy. Our comparison of endpoint security for small and remote teams sets out the options, including managed alternatives for businesses that cannot staff triage.

Network and resource access

The Zero Trust replacement for a broad remote-access tunnel is a broker that authenticates the user, checks device posture and connects that session to one application. Cloudflare Access policies, Tailscale access control lists, Microsoft Entra Global Secure Access and Chrome Enterprise Premium all document this per-application model in their own words.

Web-based internal applications convert cleanly. Anything speaking an older protocol, or any device that cannot run an agent, converts less cleanly and sometimes not at all. Tailscale additionally documents tailnet lock for controlling which devices may join, which is the kind of control that matters when contractors come and go.

Segmentation compared with microsegmentation

Segmentation means separating networks so that a compromise in one area does not reach everything else: a separate guest wireless network, a separate network for cameras, printers and other appliances, and administrative interfaces that are not reachable from the general staff network. Microsegmentation means enforcing policy between individual workloads, and it requires an accurate map of internal traffic plus somebody to maintain the policy as applications change.

Atlas assessment: microsegmentation is not automatically practical for a small business, and presenting it as a standard step is one of the reasons Zero Trust reads as unattainable. Both NIST SP 800-207 and the CISA model treat granular network enforcement as an advanced capability rather than a starting point. Coarse segmentation of appliances and guests, combined with identity-aware access to internal applications, delivers much of the containment benefit without a policy set nobody can maintain.

Continuous evaluation

Per-session authorisation implies that conditions are re-checked rather than assumed to hold forever. Microsoft documents continuous access evaluation as the mechanism for challenging a session when relevant conditions change. Where a platform does not offer that, session lifetime settings and prompt account disablement carry the same intent in a blunter form.

The organisational equivalent is scheduled reassessment: access reviews, administrative-rights checks and offboarding verification. Microsoft documents access reviews where the licence includes them, and Google documents administrator roles for the equivalent scoping decisions. Where automation is not licensed, the manual version is entirely legitimate at small headcount, provided it is dated and someone signs it.

Logging and monitoring

Logs are what make an access decision reviewable and an incident explicable. Retention is the trap: platforms keep events for a documented period that depends on the plan, and Google publishes retention and lag times per log type for exactly this reason. Microsoft documents sign-in logs and Google documents user log events. Check the window you actually have before assuming an investigation can look back as far as you would like.

Ownership matters more than tooling. A log that nobody reads is a record for a future investigator rather than a control. Assign a named reviewer for authentication anomalies and endpoint alerts, or contract that responsibility out and confirm in writing what the provider covers.

Privileged access

Administrative accounts deserve separate treatment because they are the shortest path to everything else. The baseline available to every business is separation: administrators hold a normal account for daily work and a distinct account for administrative tasks, with the strongest available authenticator on the latter. Microsoft documents time-bound privileged elevation where the licence includes it, and documents account deletion and recovery behaviour that matters when staff leave.

Least privilege in SP 800-207 is not a slogan about tightening permissions until people complain. It is the position that access should match the current task rather than the broadest job description someone once had. In practice, that means checking who holds administrative rights, removing rights that were granted for a project that ended, and making elevation deliberate.

Data protection

Access to a system is not the same as access to everything inside it. The CISA model treats data as its own pillar, and NIST treats data sources as protected resources. For a small business the useful starting question is narrow: where does regulated, contractual or otherwise sensitive information actually live, and who can currently reach it. Microsoft documents data loss prevention in Purview, and the CIS Controls include data protection safeguards written for organisations without a dedicated security team.

Classification is the hard part, and it is human work. Rules applied to data nobody has categorised produce false positives, and false positives that nobody adjudicates get switched off. Start with the smallest set of genuinely sensitive locations and keep sharing controls simple enough to survive a busy month.

The Zero Trust capability matrix

The matrix below sets out each capability, what it does, how it relates to the two governing documents, where a small business usually gets it, what has to exist first, an Atlas feasibility assessment, the ongoing administrative burden, and the documentation supporting the capability description. Feasibility and burden columns are editorial judgements and are labelled as such; capability descriptions come from vendor documentation. Where a vendor does not publish a figure for a configuration, the honest entry is Not publicly documented or Contact sales, and pricing that depends on a quote is marked that way rather than estimated.

CapabilityWhat it actually doesNIST SP 800-207 / CISA ZTMM relationshipTypical SMB sourcePrerequisiteSMB feasibilityOngoing administrative burdenEvidence/source
Identity and multi-factor authenticationEstablishes that a request comes from a known account and requires a second authenticator before a session is issuedSP 800-207 treats the subject as an explicit input to every access decision; ZTMM places authentication under the Identity pillarIncluded with Microsoft 365 and Google Workspace tenantsA single authoritative user directoryHigh — configurable inside the identity console already in useLow once enrolment is complete; recovery and lost-authenticator handling remain manualMicrosoft Entra MFA · Google 2-Step Verification
Single sign-onMoves application authentication to the identity provider so accounts, sessions and revocation are managed in one placeSupports the SP 800-207 principle of per-session authorisation and the ZTMM Identity pillar move away from siloed local accountsMicrosoft Entra ID, Google Workspace, Okta or JumpCloudApplications that support a federation protocol; some plans gate this featureHigh for major applications, lower for small vendors that charge separately for federationModerate — each application onboarding is its own projectEntra SSO · Google SSO · Okta policies
Conditional accessEvaluates signals such as user, application, device state, location and risk, then grants, blocks or requires additional controlsThis is the policy decision function described in SP 800-207 and the automation the ZTMM associates with higher maturityMicrosoft Entra Conditional Access, Google context-aware access, Okta, JumpCloudLicence entitlement plus reliable device and user dataModerate — the feature is licence-gated, so check entitlement before designing policyModerate — policies need exclusions, break-glass accounts and testingEntra Conditional Access · Google context-aware access
Device enrolmentRegisters a device with a management service so it can receive configuration and be identified in later access decisionsCreates the device identity that SP 800-207 expects as an input; ZTMM Devices pillar begins with a complete inventoryMicrosoft Intune, Apple Business Manager with an MDM, Google endpoint managementCompany-owned hardware or an accepted personal-device agreementHigh for new company hardware, harder for existing personal machinesModerate — enrolment, replacement and retirement are recurring tasksMicrosoft Intune · Apple Automated Device Enrollment
Device compliance signalsReports whether an enrolled device currently meets defined rules, for example disk encryption, screen lock, operating-system version and security agent presenceSupplies the continuous device input SP 800-207 requires; enrolment alone does not satisfy itIntune compliance policies, Google mobile management, Cloudflare or Tailscale posture checksEnrolment first, then a policy definitionModerate — the signals are only as good as the rules you writeModerate — non-compliant devices generate real support workIntune compliance · Cloudflare posture · Tailscale posture
Endpoint detection and protectionDetects and responds to malicious behaviour on the device itself, and provides the telemetry that makes an incident reconstructableSP 800-207 assumes the network is hostile, so endpoint assurance carries weight; ZTMM Devices pillar includes threat detectionMicrosoft Defender for Endpoint, CrowdStrike, or another endpoint vendorSupported operating systems and an agent rolloutModerate — deployment is straightforward, alert handling is notHigh if nobody is assigned to triage; alerts arrive whether or not you read themDefender for Endpoint · CrowdStrike platform
Network and resource accessBrokers access to a specific internal application or host per request rather than admitting the device to a whole networkThis is the enforcement function in SP 800-207 and the ZTMM Networks pillar shift from flat access to per-resource accessCloudflare Access, Tailscale, Microsoft Entra Global Secure Access, Chrome Enterprise PremiumAn identity provider the broker can trustModerate — practical for web and internal applications, harder for legacy protocolsModerate — access rules follow team changes and need reviewCloudflare Access policies · Tailscale ACLs · Entra Global Secure Access
Logging and monitoringRetains sign-in, administrative and device events so access decisions can be reviewed and incidents investigatedSP 800-207 depends on collected telemetry to improve policy; ZTMM treats visibility and analytics as a cross-cutting capabilityNative tenant audit logs, optionally exported to longer-term storageKnowing which logs exist and how long the platform keeps themHigh to enable, lower to actually useHigh — retention windows differ by platform and plan, and someone has to read the logsEntra sign-in logs · Google log events · Google retention windows
Privileged accessSeparates everyday accounts from administrative ones and limits how long elevated rights are heldDirectly supports the SP 800-207 least-privilege tenet and ZTMM governance expectationsSeparate admin accounts in any tenant; time-bound elevation where licensing allowsAn inventory of who currently holds administrative rightsHigh for account separation, licence-dependent for time-bound elevationLow once established, but reviews cannot be skippedEntra Privileged Identity Management · Google admin roles
Data protectionClassifies and restricts sensitive content so that access to a system does not automatically mean access to everything inside itSP 800-207 treats data as a protected resource in its own right; ZTMM has a dedicated Data pillarMicrosoft Purview data loss prevention, Google Workspace controls, application-level sharing settingsKnowing where regulated or sensitive data actually livesModerate — technically available, but classification is the hard partModerate to high — rules produce false positives that need adjudicationMicrosoft Purview DLP · CIS Controls data protection
Review and reassessmentRe-checks who holds access, which devices are enrolled and whether policies still match the businessEncodes the SP 800-207 position that authorisation is continuous rather than permanent; ZTMM ties higher maturity to routine reassessmentEntra access reviews where licensed, otherwise a scheduled manual reviewNamed owners for each application and each administrative roleHigh — the manual version works at small headcountModerate — the work is small individually and easy to abandonEntra access reviews · CISA ZTMM
Microsegmentation of internal networksDivides internal networks into small enforcement zones with policy between themNamed in SP 800-207 and the ZTMM Networks pillar as an advanced network controlNetwork hardware and firewall platforms; specific licensing varies by vendorAn accurate map of internal traffic flowsLow for most small businesses without a dedicated network ownerHigh — every application change can become a firewall changeNIST SP 800-207 · CISA ZTMM v2
Zero Trust capability matrix. Standards relationships are drawn from NIST SP 800-207 and the CISA Zero Trust Maturity Model; capability descriptions come from each vendor’s own documentation. Feasibility and burden ratings are Atlas editorial assessments, not vendor claims.

Using the CISA maturity model instead of inventing deadlines

Four ascending flat platforms, each holding a shield that becomes more complete from left to right: a dashed outline shield, a plain outline shield, a solid blue shield with a check mark, and a bright cyan shield with a check mark encircled by a dotted orbit, with dotted arrows looping back between the steps.
A progression across four stages in which assurance becomes more complete and re-evaluation becomes continuous, with feedback to earlier stages.

The CISA Zero Trust Maturity Model describes four stages — Traditional, Initial, Advanced and Optimal — across five pillars, with visibility and analytics, automation and orchestration, and governance running across all of them. Its value for a small business is that it gives a vocabulary for partial progress. A business can be Initial on identity, Traditional on networks and Advanced on devices at the same time, and that mixed picture is a normal state rather than a failure.

What the model does not do is promise that any organisation reaches a particular stage within a particular period. It was written for federal agencies as a maturity framework, and the published version describes characteristics of each stage rather than schedules. Any article that converts those stages into a fixed number of days has added something the source does not contain.

Atlas assessment: use the stage names to describe where each pillar stands today and what specifically would move it, and let the timeline follow the business. A five-person firm with one part-time administrator and a fifty-person firm with a managed provider will move at genuinely different rates, and neither rate is a compliance failure.

A sequence-based implementation plan

The table below is ordered by dependency rather than by date. Each phase states its objective, the concrete actions, who owns it, what must already exist, the maturity stage it corresponds to, the evidence it produces, and the failure mode we see described most often. The evidence column is the important one: a phase is complete when it has produced something a third party could inspect, not when it feels finished.

PhaseObjectiveActionsOwnerPrerequisiteCISA ZTMM stageVerification/evidence producedCommon failure mode
Phase 1 — Establish the recordKnow which accounts, applications and devices existExport the user list from the identity provider, list every application holding company data, list every device that touches it, and record an owner for eachOwner or office manager, with outside help if there is no internal administratorAdministrative access to the identity tenantTraditional moving toward InitialA dated inventory of accounts, applications, devices and ownersTreating the inventory as a one-time document rather than a maintained record
Phase 2 — Make identity authoritativeOne directory, strong authentication, no shared loginsEnable phishing-resistant or app-based second factors, remove shared accounts, separate administrator accounts from daily accounts, and register break-glass accountsWhoever holds tenant administrative rightsPhase 1 account listInitialSign-in logs showing second-factor use and a documented break-glass procedureLeaving legacy authentication paths or service accounts exempt indefinitely
Phase 3 — Consolidate application accessReduce the number of independent local loginsMove the highest-value applications behind single sign-on, disable local passwords where the application allows it, and document applications that cannot federateAdministrator plus each application ownerPhase 2 identity workInitial moving toward AdvancedA list of federated applications and an explicit exception listAssuming every vendor includes federation in the plan the business already pays for
Phase 4 — Bring devices into the decisionAccess decisions can see device state, not only credentialsEnrol company devices, define a small compliance baseline such as encryption, screen lock and supported operating-system version, then require compliance for sensitive applicationsAdministrator, with a written policy agreed by the ownerEnrolment capability and an agreed personal-device positionAdvanced for enrolled fleetsCompliance reporting per device and a documented exception pathConfusing enrolment with compliance, and reporting a device as trusted because it is merely registered
Phase 5 — Replace flat network accessAccess is granted per resource rather than per networkPublish internal applications through an identity-aware access broker, keep the legacy remote-access path open for named exceptions, then retire it once nothing depends on itAdministrator or managed providerPhases 2 and 4, plus knowledge of what the remote-access path is used forAdvancedAccess policy per application and a shrinking list of legacy tunnel usersSwitching off the old remote-access path before finding the applications nobody documented
Phase 6 — Own the telemetryEvents are retained and someone reads themConfirm the retention window of each platform, export what the plan does not keep long enough, and assign a named reviewer for alerts and unusual sign-in activityNamed internal reviewer, or a monitoring provider under contractLogging enabled in every platform from Phase 1Advanced moving toward OptimalA retention record per platform and a review log with names and datesBuying detection tooling without deciding who answers the alerts it produces
Phase 7 — Make reassessment routineAccess, devices and policies are re-examined as the business changesRun access reviews per application, re-check administrative rights, verify offboarding actually removed access, and revisit policies after any staffing or vendor changeOwner, with the administrator producing the evidenceNamed application and role owners from Phase 1Optimal for the controls in scopeSigned review records showing what was removed or retained and whyReviewing only when an auditor, insurer or customer asks
Sequence-based implementation. Phases advance when the prerequisite and evidence conditions are met, not on a fixed number of days. Stage names follow the CISA Zero Trust Maturity Model.

Two ordering points are worth stating explicitly. Identity comes before device work because a device signal attached to an untrustworthy account adds little. Retiring the old remote-access path comes last within the network phase, because the applications nobody documented always surface at exactly that moment.

What this looks like in a real small business

Circular workflow diagram with five ringed nodes containing a key, a laptop, a document with a magnifying glass, an alert bell and a person walking through a doorway, connected clockwise by curved arrows and each linked by a thin line to a central diamond node.
A repeating ownership loop across credentials, devices, access review, alert handling and departures, each connected to a central coordination point.

Start with what you already pay for

Before evaluating any new product, establish what the current tenant includes. A Microsoft 365 or Google Workspace subscription typically already provides the directory, strong authentication, administrative role separation, audit logging and some device management, and higher plans add conditional access or context-aware access. Microsoft’s licensing documentation and Google’s context-aware access documentation are the places to confirm entitlement, because feature availability by plan changes and secondhand summaries age badly.

This step is unglamorous and it is where the most value sits. Atlas assessment: a business that has not yet enabled the identity and logging capabilities included in its existing subscription is not short of security products. Reviewing subscriptions for exactly this kind of unused entitlement is one of the by-products of a structured software spend audit.

When another tool is genuinely necessary

There are four situations where an additional purchase is usually justified rather than optional. The first is mixed-platform device management that the current tenant cannot cover. The second is internal applications that must be reachable remotely, where an identity-aware access broker replaces a broad tunnel. The third is endpoint detection with somebody actually watching it, which for many businesses means a managed service rather than a licence. The fourth is federation for a critical application that the identity provider cannot reach on the current plan.

Outside those cases, the honest answer is often that the gap is procedural. No product supplies the decision about who reviews access, and none supplies the record that the review happened.

Staffing and administrative burden

Zero Trust redistributes work rather than removing it. Enrolment, exception handling, access review, offboarding verification and alert triage are recurring tasks with names attached. A business with no internal administrator should assume the burden lands either on the owner or on a provider, and should say which in writing. Where the answer is a provider, the contract needs to state whether alert review is included, what the response expectation is, and who holds administrative credentials.

Training belongs in this budget too. Conditional access prompts, device compliance messages and enrolment steps all generate questions, and staff who do not understand a prompt route around it. Structured security awareness training reduces the volume of avoidable support work; CISA publishes free public awareness material for businesses that cannot fund a platform.

Access reviews, offboarding and privileged accounts

Offboarding is where architecture meets reality. If application access is federated, disabling the directory account closes most of it, which is the strongest practical argument for consolidation. Applications with local accounts must be handled individually, which is why the exception list from the consolidation phase is an operational document rather than paperwork. Verification is part of the task: a checklist that says access was removed is weaker than a screenshot or log entry showing it.

Administrative rights need their own review, separate from ordinary access. Rights granted for a migration, an integration or a departed contractor persist quietly, and they are what makes a single credential compromise severe. Where time-bound elevation is licensed, use it. Where it is not, a dated review of who holds which role achieves much of the same result.

Unmanaged devices, contractors and personal hardware

Most small businesses cannot enrol every device that touches company data, and pretending otherwise produces policy nobody follows. There are three workable positions. Require enrolment for access to sensitive applications, and accept a narrower browser-only path for unmanaged devices. Require posture checks through the access broker where enrolment is not possible, using documented checks such as those published by Cloudflare and Tailscale. Or restrict the data available to unmanaged devices so that the device state matters less.

Contractors need explicit treatment. They should hold their own accounts in the directory rather than borrowing someone else’s, they should have an end date recorded when the account is created, and their device situation should be decided before the engagement starts. The NCSC device security guidance is a useful non-commercial reference for what to ask of a device that the business does not own.

Legacy applications and the staged move away from broad remote access

Legacy applications are the most common reason a Zero Trust project stalls. An application that cannot federate, cannot sit behind a broker, or depends on a protocol that assumes a flat network is a genuine constraint. The workable approach is containment rather than denial: isolate the application, restrict which accounts can reach it, log access to it separately, and record it as a known exception with a named owner.

The move away from a broad remote-access tunnel should be staged. Publish the applications that convert cleanly through the broker, keep the tunnel available to a shrinking named group, watch what still uses it, and retire it when the list is empty. Cutting the tunnel first is how businesses discover an undocumented dependency at the worst possible moment. Where physical access systems are also part of the estate, our guide to cloud-based access control covers the same identity-first principle applied to doors.

What Zero Trust does not do

Zero Trust does not remove the need for backups, patching or recovery planning. It constrains how far a compromise reaches; it does not make compromise impossible, and NIST is explicit that a Zero Trust architecture reduces certain classes of risk rather than eliminating threat. Neither governing document promises immunity, and any vendor claim that a product delivers it should be read as marketing.

It also does not resolve compliance obligations by itself. Contractual, insurance and regulatory requirements have their own control lists and evidence expectations. The CIS Controls and CISA Cyber Essentials are more directly useful than SP 800-207 when a customer questionnaire or insurer asks what is in place, and SBA guidance on staying legally compliant is a starting point for the obligations attached to the business itself. Watching CISA advisories covers the patching side that architecture alone does not address.

Finally, it does not convert a part-time administrator into a security operations function. Detection without response is a record of things that already happened. Deciding who responds, and accepting that this may mean a paid service, is part of the architecture rather than an afterthought.

Limitations of this Zero Trust guide

This guide is built from published documentation, and its limits should be stated plainly rather than buried. Atlas did not run these products in a laboratory and makes no testing claim. Every capability description above traces to the vendor’s own documentation or to NIST and CISA publications listed in the single Sources section below, and each is dated to September 2026.

Regulatory, insurance and contractual requirements vary by jurisdiction and industry, and this guide is not legal or compliance advice. Where an obligation is specific, the controlling document is the contract, policy or statute, not an architecture publication.

Where to begin, and why there is no universal answer

There is no universal answer to what a small business should do first, because the right first step depends on which layer is currently weakest. A business with shared logins should fix identity before considering an access broker. A business with strong authentication and unmanaged laptops should work on devices. A business with both in reasonable shape and a broad remote-access tunnel should look at per-resource access next. Ranking products in the abstract cannot answer that question, which is why this guide names no overall pick.

What is consistent is the shape of the work. Establish the record of accounts, applications and devices. Make identity authoritative and strongly authenticated. Consolidate application access where the economics allow. Bring device state into the access decision. Replace flat network access with per-resource access. Own the telemetry and name a reviewer. Make reassessment routine. Every one of those steps produces evidence, and evidence is what distinguishes an implemented architecture from a purchased one.

Atlas assessment: if only one change is possible this quarter, make it the one that removes standing broad access from your environment — the shared administrator account, the everyone-can-reach file share, or the tunnel that admits a device to the whole network. That is the change most consistent with the architecture and least dependent on a purchase.

Sources

All sources below are primary standards documents or first-party vendor documentation, checked in September 2026.

Leave a Reply

Your email address will not be published. Required fields are marked *