Sequentur Blog
Helping you stay ahead of IT challenges
Real-world IT knowledge from engineers solving problems every day.
Practical IT knowledge for businesses that can’t afford downtime
Zero trust and password management: how they work together
Zero trust is sold as a network story. Most of what gets written about it is about segmentation, tunnels, and replacing the VPN, which is the expensive half and the half a twenty-person business is least able to act on. The half that actually pays for a small business is the credential half, and it is the half that gets the least honest explanation, partly because “zero trust” and “passwordless” appear in so many of the same sentences that people come away believing the architecture is a way to stop caring about passwords.
It is close to the opposite. Zero trust and password management are not competing answers to the same question and one does not retire the other. What zero trust does is redistribute how much each credential in your business matters. It takes a few hundred passwords that all mattered moderately and turns them into a handful that matter enormously and a long tail that matters about as much as it did before. That redistribution is a real security gain, and it creates two specific exposures that a business gets wrong precisely because it has done the work: the credential that now sits underneath everything, and the credentials that the architecture never reaches at all.
This article is the credential-layer view of zero trust. If what you want is the framework itself, the three principles and the network and endpoint side of the build, zero trust security: what it means for small business covers that ground and this article does not repeat it. What follows assumes a business of roughly 20 to 100 people running Microsoft 365 or Google Workspace, that already has MFA switched on and probably has a password manager, and wants to know which parts of a zero trust credential model are worth adopting next and which parts are somebody’s quota.
Short answer
Zero trust does not eliminate passwords, it demotes them from being the thing that grants access to being one signal in a decision that also weighs the device, the location, the risk score, and how recently you proved anything. That demotion is genuine, but it only applies to accounts that sit behind your identity provider, and it moves the weight it removes rather than deleting it. Two consequences follow. First, your identity provider administrator credentials become the single most valuable secret in the business, which means they need phishing-resistant authentication, dedicated accounts, and a break-glass path that does not depend on the systems it is meant to rescue. Second, every credential that cannot be federated, meaning local administrator accounts, service accounts, network equipment, and vendor portals that gate single sign-on behind a tier you do not buy, keeps its full original weight and becomes relatively more attractive as everything around it hardens. A password manager is what carries that tail, which is why a zero trust program makes a vault more necessary rather than less. The operational habit worth taking from all of it: in a model where a session token is the real prize, resetting a password is no longer a complete response, and revoking sessions is.
What zero trust actually changes about a credential
| Question | Perimeter model answer | Zero trust answer | What it does to the password |
|---|---|---|---|
| Where is the security boundary | The firewall, and the login behind it | Every individual access request | The password stops being a wall |
| What does a successful login prove | That you are you, for as long as you stay connected | That you were you, at that instant, on that device | A login becomes a moment, not a state |
| Which passwords carry the risk | All of them, fairly evenly | A few, disproportionately | Weight concentrates upward |
| What happens after authentication | Nothing further is checked | Device, risk, and context are re-evaluated | The session token becomes the target |
| Who performs the verification | The network you are sitting on | The identity provider | One account now underwrites everything |
| What about apps that cannot federate | Treated the same as everything else | Outside the model entirely | Full original weight, unchanged |
The last row is the one that gets skipped in every vendor deck and it is the row that decides whether your implementation holds. Everything above it describes accounts your identity provider controls. Nothing above it is true of the wifi controller in the server closet.
Zero trust does not remove passwords, it demotes them
The clean way to state the change is that authentication stops being a gate and becomes an input.
Under the perimeter model, a correct password produced access. That was the entire transaction. Under a zero trust model, a correct password produces a claim, and the claim is then weighed against everything else the system knows: whether this device is enrolled and compliant, whether this location is plausible given where the same account signed in ninety minutes ago, whether the sign-in pattern matches the account’s history, whether the application being requested is one this person’s role should be reaching for. The password is necessary and it is no longer sufficient, and in a well-configured environment it is not even the most heavily weighted input.
That is a real reduction in what a stolen password buys an attacker, and it is the strongest argument for doing any of this. But three things stay true underneath it, and each one is a place small businesses get surprised.
A demoted credential is still an accepted credential. Anything the system accepts can be stolen and replayed, and the attacker’s job becomes assembling enough of the other signals to make the replay look ordinary. That is not hypothetical difficulty, it is the working model of every adversary-in-the-middle phishing kit currently in circulation, which is covered route by route in how hackers steal business passwords and how to stop them.
Demotion applies only inside the model. An account your identity provider has never heard of gets none of this. The context evaluation, the device compliance check, the risk scoring, none of it runs. That account is still living entirely in the world where a correct password produces access.
And demotion transfers weight rather than destroying it. If a hundred application passwords each matter less now, the reason they matter less is that something else is doing the verifying, and that something else has to be protected in proportion to everything it now stands in front of. Almost no small business does that proportionally, because the account in question usually predates the architecture and was set up as an afterthought during tenant creation.
The identity provider is now the most valuable credential you own
This is the honest cost of consolidating identity and it deserves stating plainly rather than as a footnote.
When you put single sign-on in front of forty applications, you have improved your aggregate risk substantially and concentrated your tail risk severely. Forty separate compromises became one. The compromise that matters got much harder to achieve and much worse to suffer. Single sign-on for small business covers the tooling and cost side of that decision; what follows is what the concentration obliges you to do about the credentials themselves.
Administrator accounts should not be anybody’s daily account. The account you use to read email, join Teams calls, and click links from vendors should not be the account that can rewrite conditional access policy. This is the oldest advice in identity administration and it is still the most commonly ignored one in businesses under a hundred people, usually because the owner or the one technical person set the tenant up on their own account years ago and never split it. Two or three dedicated administrator accounts, used deliberately, with no mailbox and no browsing.
Administrator authentication should be phishing-resistant, not merely multi-factor. A push approval on a phone is fine for general staff and it is not appropriate for the account that can disable your logging. Hardware keys or platform passkeys on administrator accounts remove the entire adversary-in-the-middle route for the credentials where that route pays best. Passkeys explained covers what that enrollment actually involves and where the rough edges still are.
You need break-glass accounts, and they need to be deliberately outside the architecture. At least two cloud-only accounts, excluded from conditional access on purpose, with long random passwords that live in a sealed process rather than in daily circulation, and a second factor that does not depend on a device that could be lost in the same event that made you need them. Alerting on any use at all. This feels like a contradiction of the entire model and it is not: zero trust assumes failure, and a policy engine that has locked everyone including the administrators out of the tenant is one of the failures it has to assume. Businesses discover this the hard way roughly once, during a misconfigured policy rollout on a Friday.
Watch the circular dependency. This is the specific trap worth naming because it is easy to build accidentally and it only reveals itself on the worst possible day. Your password manager authenticates through single sign-on. Your identity provider administrator password is stored in your password manager. Neither of those decisions is wrong on its own and together they mean an identity provider outage locks you out of the vault that holds the credentials you would use to fix the identity provider. Break the loop on purpose: the identity provider break-glass credentials do not live behind the thing they exist to recover.
The recovery path is the attack surface, not the password. An attacker who cannot phish an administrator credential protected by a hardware key will call your help desk and try to have the second factor re-enrolled on a device they control. That route does not care how strong the password was. It is a process control, not a technical one, and it belongs in writing in your password policy rather than being decided in the moment by whoever answers the phone.
What continuous verification actually means when you have to configure it
Continuous verification is the phrase in this space carrying the most marketing and the least explanation. In practice, for a business on a Microsoft 365 Business Premium tier or the equivalent Google Workspace tier, it resolves to a short list of settings that mostly already exist in a tenant you are already paying for.
Sign-in frequency and session lifetime. Default session lifetimes are generous because vendors optimize for people not complaining. A session that stays valid for weeks is a session worth stealing. Shortening it for administrator roles and for access from unmanaged devices is one of the highest-value settings changes available, and the reason it is worth doing is arithmetic rather than theory: it bounds how long a stolen token remains useful.
Device compliance as a condition of access. This is the signal that does the most work and it is the one that requires actual groundwork, because it means your devices have to be enrolled and reporting before the policy can reference them. Once it exists, “this credential is correct but this laptop is not one of ours” becomes a decision the system can make, which is precisely the decision the perimeter model could never make.
Risk-based policies. Impossible travel, sign-ins from infrastructure that has no business reason to be authenticating as your controller, unfamiliar sign-in properties. These are available at the tier most small businesses already hold, and they are frequently left switched off because nobody went looking.
Token protection. Binding a session to the device that established it is the direct answer to token theft, and it is the newest of these controls and the one with the most caveats about coverage. Worth enabling where it is supported, not worth assuming it is universal.
Revocation that actually works. This is the operational habit worth taking from the whole architecture, and it is the one that changes what your team does on a Tuesday. If the artifact under attack is the session rather than the password, then resetting a password is an incomplete response, because the attacker’s existing session is unaffected by it. The complete response is to revoke sessions, then reset, then check what OAuth grants the account has consented to, because a malicious application grant survives both. This applies identically when somebody leaves and when something goes wrong, which is why it appears in what happens to your passwords when an employee leaves and in what to do if your business passwords are compromised from opposite directions.
The credentials zero trust never touches
Every control above operates on accounts your identity provider knows about. The rest of your credentials receive none of it, and this is where a zero trust program that is only an identity program quietly fails.
The tail, in rough order of how often it goes unmanaged:
- Local administrator accounts on workstations and servers, which authenticate against the machine rather than the directory, and which in many small businesses share one password set during imaging years ago.
- Service accounts and API keys, which authenticate without a browser and therefore without any interactive policy applying to them at all. This is the most common gap in an otherwise well-built tenant and it is covered properly in how to handle service account passwords in a small business.
- Network equipment. The firewall, the managed switch, the wifi controller, the NAS, the backup appliance. None of it federates in any small business deployment, and the firewall administrator credential is functionally an administrator credential for the network.
- Vendor portals with no single sign-on on the tier you buy. The industry name for gating SAML behind an enterprise tier is unaffectionate and the practical effect is that a real portion of your SaaS stack is unfederatable at your budget.
- Platforms with no genuine multi-user model, where a shared login is the only thing on offer. That problem and its actual fixes are in the problem with shared passwords in small business.
- Anything a department bought on a card, which by definition never passed through whoever configures identity.
Now the perverse part. As the federated core hardens, the tail does not merely stay as risky as it was, it becomes relatively more attractive. Attackers are not attached to any particular route, they take the cheapest one available this month. Raise the cost of the front door and the unfederated back office is where the pressure goes. A business that deploys single sign-on and conditional access, and concludes it can relax about the vault, has arranged for its remaining weak credentials to be the most valuable target it owns.
This is the same conclusion the single sign-on article reaches from the tooling side, arrived at from the architecture side: identity federation and a password manager are complements. Federation shrinks the number of places a credential exists. The vault carries everything federation cannot reach, and gives that tail the properties zero trust gives the core: uniqueness, so a leak elsewhere stays there; rotation that is cheap enough to actually happen; access scoped by role rather than by who was in the room; and a record of who reached for what. If you have not established what is actually in the tail, how to audit your business passwords is the exercise that produces the list, and it usually produces a longer one than expected.
One more item belongs in the tail and it is the one people forget: credentials sitting in browser profiles, particularly profiles synced to a personal account. Those exist outside both the identity provider and the vault, in the store that infostealer malware empties first. Browser-saved passwords are a security risk covers the migration off them.
What this looks like without an enterprise security budget
The order below is the one that returns the most per unit of effort for a small business, and the point of the third column is that most of the first several stages are configuration in a licence you already hold rather than a purchase.
| Stage | What it establishes | Where it usually already lives |
|---|---|---|
| 1. Unique credentials everywhere, vault deployed | Removes reuse, which is the mechanism behind the highest-volume attack route | A password manager, the one line item here |
| 2. MFA enforced with no exceptions, no SMS | Closes the two highest-volume routes outright | Included in your existing tenant |
| 3. Administrator accounts split and made phishing-resistant | Protects the credential everything else now depends on | Included, plus hardware keys if you use them |
| 4. Break-glass accounts created and tested | Makes step 6 survivable | Included, entirely process |
| 5. Legacy and non-interactive authentication blocked | Removes the paths that bypass MFA without rendering a browser | Included, one-time change |
| 6. Conditional access: device compliance, risk, session lifetime | Turns authentication into a continuous decision | Business Premium or equivalent |
| 7. Single sign-on for what will federate | Shrinks the number of places credentials exist | Varies sharply by vendor tier |
| 8. Least privilege review across apps and file shares | Bounds what any single compromise reaches | Included, entirely labour |
| 9. Service accounts inventoried, then rotated | Closes the gap that policy cannot see | Included, needs a maintenance window |
| 10. Detection and monitoring on top | Catches what the first nine let through | Genuine ongoing cost |
Two notes on sequencing. Step 4 before step 6 is not optional ordering, it is the difference between a policy misconfiguration being an inconvenience and being an outage that requires vendor support to resolve. And step 9 tends to slip indefinitely because rotating a service account credential without understanding what consumes it breaks production, which is a real risk and an argument for inventorying first, not for skipping it.
A business working through this at a sane pace, alongside doing its actual job, is looking at a quarter for steps 1 through 5 and the rest of the year for the remainder. Anyone proposing a six-week zero trust transformation is selling something.
What you can reasonably skip
Honest framing matters more here than in most topics, because zero trust is the label currently attached to the largest volume of things a small business does not need.
Anything sold as a zero trust platform. Zero trust is an architecture, not a product, and a single product that claims to deliver it is describing one layer and pricing it as the whole. The Cluster 1 article makes this argument at length and it has not aged.
Microsegmentation beyond basic VLANs. Separating servers, workstations, guest wifi, and IoT devices captures most of the available benefit at a small business scale. The next tier of granularity costs considerably more and pays considerably less until you are much larger.
Replacing a working VPN purely for the label. If almost everything you use is SaaS and you have three internal applications, the credential and identity work above will do more for you than a network access replacement. VPN versus zero trust network access covers when that swap is genuinely worth it.
Removing the password manager because single sign-on arrived. Covered above, and it is the most expensive mistake on this list because it is made by the businesses that did the most work.
Buying continuous device posture assessment as a separate product when your existing device management already reports compliance to the same identity provider that would consume the signal.
Common mistakes
- Reading “zero trust” and “passwordless” as the same claim, and concluding that password hygiene is a solved problem. Passwords are demoted inside the model and untouched outside it.
- Consolidating access under an identity provider without hardening the identity provider administrator accounts in proportion to what they now control.
- Running the tenant from the owner’s daily-use account, which is simultaneously the most targeted mailbox and the most privileged identity in the business.
- Building conditional access with no break-glass account, and finding out during the rollout that the policy applies to the person trying to fix the policy.
- Storing the identity provider recovery credentials in a vault that authenticates through the identity provider.
- Treating a password reset as a complete response to a suspected compromise. It does not touch the live session or the OAuth grants, and in a token-centric attack the session was the objective.
- Assuming MFA is enforced everywhere because it is enforced somewhere. The gaps are non-interactive protocols and service accounts, and neither surfaces in the summary tile in the admin console.
- Leaving default session lifetimes in place, which quietly sets how long a stolen token stays useful.
- Declaring the project finished at the federated core, so the unfederatable tail becomes the softest and most valuable target you own.
- Buying detection and monitoring first because it demos well, before the configuration work that would have prevented most of what it detects.
Where this leaves the password
The useful way to hold the relationship is that zero trust changes the question a password answers.
It used to answer “should this person be let in,” on its own, once, at the boundary. It now answers “is this one of the several things that should be true right now,” alongside the device, the context, and the risk, repeatedly. That is a smaller job and a better-designed one, and it makes a stolen password meaningfully less useful than it was.
What it does not do is make any individual password unimportant. It makes most of them less individually decisive and makes a small number of them very nearly absolute, and the discipline that separates a working implementation from a marketing slide is knowing which of your credentials fall into which group. That knowledge is not architectural, it is inventory. It comes from having looked.
A business that has a vault covering everything that cannot federate, a hardened and separately administered identity provider in front of everything that can, sessions that expire and can be revoked, and a written rule for what happens when somebody calls asking for a reset, has implemented the part of zero trust that matters at its size. The rest is scale it does not have yet.
What is next in this series
That closes this cluster on business password management, which has run from why a password manager is worth deploying through choosing and rolling one out, shared credentials, offboarding, single sign-on, MFA, policy, passkeys, auditing, service accounts, browsers, breach response, the theft routes themselves, and now the architecture that sits over all of it. A pillar page pulling the whole set together into one path through the subject is next, aimed at readers arriving at credential security without a specific problem in hand yet.
If you are working through the cluster in order and want the practical starting points rather than the architectural ones, why your business needs a password manager and how to choose a password manager for your business are the front door, how to deploy a password manager across your business is the rollout, and MFA and passwords plus MFA is not enough are the two layers this article has been rearranging.
How Sequentur can help
If you want a straight read on which parts of a zero trust credential model your business would actually benefit from next, and which parts you can safely ignore at your size, schedule a call.
Get the Best IT Support
Schedule a 15-minute call to see if we’re the right partner for your success.
Testimonials
What Our Clients Say
Here is why you are going to love working with Sequentur