Back to Home
Cybersecurity 7 min read

Zero Trust in 2026: What Mid-Market Teams Are Actually Shipping

Ethan
Ethan
April 4, 2026
Zero Trust in 2026: What Mid-Market Teams Are Actually Shipping

The phrase zero trust has been around long enough that most security teams roll their eyes when a vendor brings it up. That eye roll is earned. For years it described an architectural ideal that almost nobody had actually implemented end to end, and the gap between the deck and the running system was huge. What changed over the last eighteen months is that mid-market security teams – companies in the 300 to 3000 employee range – stopped trying to boil the ocean. They picked two or three controls, shipped them, and moved on. The result is a far more honest picture of what zero trust looks like in production.

This piece is about the patterns I keep seeing when I talk to security leads at those companies. None of it is glamorous. A lot of it is unfinished. But it is the closest thing to a working baseline that the mid-market has produced.

The two controls everyone actually ships

Almost every team I have spoken to landed on the same starting pair: phishing-resistant MFA for all human accounts, and identity-aware proxy in front of internal web applications. That is it. Those two things, when done properly, are enough to make a credible claim that you are on the zero trust path.

Phishing-resistant MFA in practice means hardware security keys or platform passkeys, not TOTP and not push. The shift away from push-based MFA happened roughly between late 2024 and mid-2025, after several high profile fatigue attacks landed in industry reports and after Microsoft and Okta both nudged customers toward stricter factors by default. A surprising number of mid-market companies got there by deploying Yubikeys to every employee, costing roughly 50 to 70 dollars a head one time, and pairing them with platform passkey support on managed laptops. Compared to fighting the same phishing fires twice a quarter, the math is not close.

Identity-aware proxy is the other half. The Cloudflare Access, Tailscale, and Zscaler ZPA crowd have made this cheap enough that it stopped being a budget conversation. The bigger lift is the inventory work – finding every internal admin panel, every legacy Jira instance, every shadow Confluence that someone stood up two years ago. Teams that did this well treated it as a quarterly recurring sweep, not a one-time project.

What did not survive contact with reality

A few zero trust ambitions died quietly in the mid-market during 2025. The most visible casualty was full microsegmentation inside production VPCs. Teams that tried to enforce service-to-service identity for every internal API call discovered that the operational burden, especially around certificate rotation and break-glass debugging, was incompatible with how small platform teams actually work. The pattern that won instead was coarser segmentation at the boundary of trust domains: separate the customer data plane from the analytics plane, the analytics plane from the corporate plane, and call it good. Inside each domain, services still trust each other on the network.

The second casualty was device posture as a hard gate. The original promise was that every connection would be evaluated continuously against device health, and unhealthy devices would be cut off. In practice this generated a steady drip of false positives – stale agents, edge cases on Linux laptops, contractors on personal devices. Teams that ran posture as a hard gate ended up with help desk tickets eating two engineers’ worth of time. Most pulled back to posture as a soft signal feeding the access decision, with hard blocks only on a small set of high-sensitivity destinations.

The data tier is still the elephant

Where zero trust falls apart in the mid-market is data. Identity proxies and MFA stop unauthorized humans. They do not stop a contractor with a valid login from copying a customer table out of Snowflake at 2am. The data exfiltration story is still mostly logged, not blocked. A few teams have started piping query logs into a behavioral analytics tool and writing rules around bulk reads, but the alerting volume is brutal and the false positive rate has driven more than one analyst to leave the function.

The teams making real progress here are doing two non-glamorous things. First, they cut the number of people with raw warehouse access by an order of magnitude, replacing it with semantic layer access where columns can be masked and rows filtered. Second, they tag sensitive datasets at ingestion and let the warehouse’s native row-level security do the heavy lifting. These are old ideas, not zero trust ideas, but they are the controls that actually shrink the blast radius when an account is compromised.

Where vendors are pushing too hard

Three vendor pitches show up over and over in mid-market RFPs and most of them are not worth the price tag at this stage. The first is universal ZTNA replacing every VPN, including for engineering teams who need raw network access for debugging. The cost spike when you move from per-application access to full L4 connectivity is non-trivial, and you typically lose flexibility on routing in a way that hurts the platform team.

The second is continuous adaptive trust based on behavioral biometrics – keystroke cadence, mouse movement, that family of signals. The detection rates are not yet good enough to act on, and the privacy footprint inside the EU and California is awkward.

The third is automated SOAR responses that yank tokens on suspicious activity. The intent is good, but the playbooks are too aggressive and the false positives create real outages. Several teams I know have walked these back to detection-only.

The auditor angle

One under-discussed reason zero trust has gained ground in the mid-market is that it now matches what SOC 2 and ISO auditors expect to see. The Trust Services Criteria do not say zero trust by name, but the control objectives line up cleanly with phishing-resistant MFA, application-layer access control, and centralized identity. Teams that built the zero trust controls primarily for security found themselves with most of an audit ready to go. The reverse is also true – teams that built for the audit ended up with a defensible security posture by accident.

This alignment matters because it shifts the budget conversation. Security spend has always been hard to justify in mid-market companies where the CFO has not lived through a breach. Audit-required spend is a different category. Reframing zero trust controls as audit infrastructure that also reduces incident probability has unlocked budgets that pure risk arguments never could.

The next eighteen months

If I had to guess where the mid-market goes next, three things stand out. The first is workload identity getting real. Service accounts and long-lived API keys are still where most breaches actually leak data from, and the tooling for short-lived workload credentials is finally mature enough to deploy. SPIFFE-style identity, scoped IAM roles with session tokens, and managed identity in the major clouds are all converging to a point where killing static secrets is achievable, not just aspirational.

The second is browser as the new endpoint. A growing share of work happens in the browser, and a growing share of attacks land there too. Enterprise browser products from Island, Talon, and the platform vendors are starting to make sense for environments where you cannot enforce device posture on every contractor. Mid-market adoption is still early, but the value prop is clear enough that I expect a meaningful wave by mid-2027.

The third is identity threat detection becoming its own category. Identity is where the attacker is, the SIEM cannot see most of it, and the IdP vendors are not strong enough at detection on their own. Whether this gets absorbed into XDR or stays standalone is unsettled, but the gap is real and budget is moving.

What this means if you are starting from scratch

For a security lead picking up a mid-market environment with nothing in place, the honest sequence is short. Get phishing-resistant MFA on every human account inside ninety days, with hard enforcement and no exceptions for executives. Put an identity-aware proxy in front of every internal application that does not need to be on the public internet, and turn off the VPN for everything you can migrate. Shrink the number of people with raw production data access to the smallest number you can defend in front of an auditor. Stop there for six months and see what breaks.

That is unglamorous advice, and it does not match what any vendor wants to sell you. It is also the closest thing to a working zero trust baseline that the mid-market has produced. The teams that resisted the urge to buy the full platform and shipped two controls properly are the ones I would copy.

Ethan

About the Author

Ethan Cole is a technology writer and cybersecurity analyst focused on AI, cloud infrastructure, privacy, SaaS platforms, and enterprise technology. With more than a decade of experience covering digital transformation and emerging technologies, he specializes in translating complex technical topics into practical insights for businesses, developers, and decision-makers.

View all posts by Ethan

No spam. Unsubscribe anytime.