The Identity Perimeter Is Broken: Why Everything You Know About Access Security Is Already Obsolete
- May 3
- 6 min read
Updated: May 19
Part 1 of 2: The Collapse of Legacy Identity Security

There is an uncomfortable truth most security leaders will not say out loud in a boardroom: the way we have managed identity and access for the last two decades is not just outdated, but it was never truly secure. We tolerated it because the speed of business allowed us to. Quarterly access reviews, passwords hardened with MFA, and always-on entitlements were "good enough" when humans were the only actors in the system and business moved at human speed.
That assumption no longer holds.
We are now entering the age of Agentic Identity, where autonomous AI agents, automated workflows, and machine-to-machine interactions make decisions, access data, and execute processes at a velocity that renders human-centered security models dangerously irrelevant.
If your identity security strategy was built for a world of humans clicking through approval workflows, you are defending a castle whose walls have already fallen.
The Quarterly Access Review: Security Theatre at Scale
Every 90 days, managers review who has access to what, certify that it is still appropriate, and revoke what is no longer needed. In practice, a manager receives a list of dozens or hundreds of entitlements for their direct reports. They scan it, understand maybe a third of the entries, and click "approve all" because there is often little to no context to make an informed decision.
This is not a people problem. It is a design problem.
Quarterly reviews assume that access risk is slow-moving, that excessive privileges granted in January will not cause damage before April's review. In a world where a compromised identity can exfiltrate terabytes in minutes, or where an AI agent can spin up infrastructure and move laterally across systems in seconds, a 90-day review cycle is not a control. It is a liability.
We are asking the wrong question. "Did this person need this access last quarter?" is backwards. The right question is "does this identity, whether human or machine, need this exact access, in this moment, for this specific action?" And it is a question that cannot wait 90 days for an answer.
Passwords and MFA: The Lock on a Door That No Longer Exists
We spent years convincing users to create complex passwords. Then we layered MFA on top because we tacitly admitted passwords alone were broken. Now we treat the combination as a gold standard. But is it really?
Passwords, even strong ones, are a shared secret architecture. They are phishable, stealable, and replayable. MFA raised the bar, but adversaries adapted with SIM-swapping, MFA fatigue attacks, and real-time phishing proxies that intercept both passwords and tokens simultaneously. These are not theoretical. They are operational playbooks used at scale today.
The fundamental flaw is architectural. As long as authentication relies on secrets that can be intercepted or socially engineered out of a human, the attacker has an inherent advantage. No amount of complexity requirements or additional factors changes the underlying reality: we are asking humans to be custodians of secrets in an adversarial environment purpose-built to extract those secrets.
The Human Authentication Problem Is Solvable. The Machine Authentication Problem Is Not
Passwordless authentication has emerged as a genuine paradigm shift for human identities, eliminating shared secrets entirely in favour of cryptographic proof. For humans, this works. The user has a device, the device has a key, and the authentication is bound to something that cannot be phished or replayed.
But human authentication is no longer the primary challenge. When we extend the problem to non-human identities, service accounts, API keys, OAuth tokens, and now autonomous AI agents, the model collapses entirely. An AI agent does not have a device to bind a key to. It does not have biometrics. It operates with bearer tokens, embedded secrets, and delegated credentials that often carry far broader permissions than any human user, with no behavioural baseline and no adaptive challenge mechanism.
The average enterprise now has tens of machine identities for every human one. With the rise of agentic AI, each agent may generate its own downstream identities: ephemeral tokens, session credentials, delegated permissions. The number of digital identities is exploding in every direction. Even today’s best authentication tools are struggling to keep up with a reality they weren't designed for.
The front door we spent decades reinforcing is not even the door these identities use. They enter through service endpoints, API gateways, inter-process communication channels, and delegated authorization chains that exist entirely outside the human authentication paradigm.
Static, Always-On Access: The Biggest Lie in Enterprise Security
The most dangerous legacy assumption is that access should be provisioned and left on until someone explicitly revokes it. Employees accumulate entitlements through role changes, project completions, and restructures. Multiply that across thousands of users, hundreds of applications, and years of drift, and you get what the industry calls "entitlement creep" and what should honestly be called a permanent invitation for lateral movement.
Every standing privilege is an attack surface that exists 24/7 whether or not it's being used. An admin account active during a two-hour maintenance window but provisioned the other 8,758 hours of the year is 99.98% unnecessary risk exposure.
The Scale Problem With Non-Human and Agentic Identities
While static access for humans is a known vulnerability, for machine and agentic identities, it is a ticking time bomb. Service accounts with standing admin rights to production databases. API keys with broad permissions hardcoded into deployment scripts. AI agents provisioned with persistent credentials that outlive the workflows they were created for. These identities combine the worst possible attributes from a security perspective: high privileges, low visibility, and no one actively monitoring their behaviour.
A human with excessive access might trigger an anomaly alert based on unusual login times or data access patterns. A machine identity operating within its expected parameters raises no flags, even if those parameters include unrestricted access to sensitive systems around the clock.
And the numbers are staggering. For every human identity that accumulates a handful of excessive entitlements over time, there are dozens of machine identities that were created over-privileged and have never been reviewed. Most organizations cannot even produce a complete inventory of their non-human identities, let alone assess whether each one's access is still appropriate.
As we enter the agentic transition, this problem compounds further. An AI agent provisioned on Tuesday may spawn sub-agents on Wednesday, each inheriting or requesting their own credentials. By Thursday, the original agent has accessed fourteen APIs across three cloud providers. By Friday, it is deprecated, but its credentials may persist for months. The lifecycle of these identities is measured in hours or days, but the access they carry can persist indefinitely.
The Agentic Identity Inflection Point
All of these legacy weaknesses are amplified by orders of magnitude by the emergence of agentic AI. Agents are being deployed to automate customer service, code review, financial reconciliation, data pipelines, and procurement. Each operates as an identity in your environment with credentials, permissions, and access to systems, all at machine speed.
How do you conduct an access review for an agent that was provisioned on Tuesday, spawned sub-agents on Wednesday, accessed fourteen APIs on Thursday, and was deprecated on Friday? How do you enforce least privilege when the agent's required permissions change dynamically based on the input it receives? How do you apply secure authentication to an autonomous workflow that chains together six different services without human intervention?
The honest answer for most organizations: you do not. You provision broad access because it is easier, and you hope the agent does not get compromised or behave unexpectedly.
The average enterprise now has roughly 45 machine identities for every human one, and that ratio is accelerating. When your identity footprint grows exponentially but your security controls are calibrated for human-paced operations, the gap between actual risk and perceived risk widens every day.
That gap is where breaches live.
The most sophisticated threat actors have already shifted their focus from exploiting network vulnerabilities to exploiting identity weaknesses. Why break through a firewall when you can compromise a credential, assume a legitimate identity, and walk through the front door? Or, increasingly, find an over-privileged machine identity that has no behavioural monitoring, no session limits, and no one reviewing its activity.
What Comes Next
The legacy model will not be fixed by incremental improvements. What is needed is a fundamental reimagining of identity security built for continuous verification, dynamic authorization, and machine-speed governance. One that treats every identity, human or non-human or agentic, as untrusted by default and earns trust continuously through context, behaviour, and intent.
In Part 2, we lay out what that future looks like: the principles, architectures, and capabilities that define identity security for the agentic shift.
Because the real question is no longer whether your identity perimeter will be tested. It is whether the perimeter you built for a human-speed world can survive contact with a machine-speed threat.


