Megatrend · Cybersecurity & Digital Trust

When the walls come down, all that stops a thief is “who are you?”

Cybersecurity used to mean building a wall around the office. Anyone inside the wall was trusted. But once everything moved to the cloud and people started working from anywhere, that wall vanished. The only thing left to stop a thief is checking your “identity” every time someone asks to access something — which is why the industry now calls identity “the new perimeter.”

Category Cybersecurity & Digital Trust Level Sub-theme Maturity Scaling Read time ~13 min
An old castle wall has collapsed, leaving a single identity-check gate standing in an open field, with people lining up to verify who they are.
ภาพประกอบ (hero.png)
The wall is gone; all that's left is the gate. Once there's no more “inside vs. outside the wall,” all your security piles up at one point: the gate that asks “who are you?”

01What is IAM (the 3 layers of identity)

Picture a luxury hotel. You can't just walk into anyone's room. First (1) you check in at the front desk to prove you're the person who booked. Then (2) your keycard only opens certain rooms on certain floors — not all of them. And (3) there's a special manager's keycard that opens everything, which the hotel guards especially closely. Identity & Access Management, or IAM, is exactly this “hotel system” — but for the digital world. It's the layer that controls who or what is allowed to access an organization's systems, data, and apps.

IAM breaks into three sub-topics that work in sequence — just like those three layers in the hotel:

  • Workforce & Customer IAM (checking in at the desk): this is about logging in — proving you're really you, with single sign-on (log in once, use every app) and MFA (two-step verification, like a code plus a phone app). It covers both internal employees and customers logging into the company's apps
  • Identity Governance & Administration, or IGA (a keycard for some rooms only): this is about permissions — who should be able to access what, which rights to grant a new hire, which to revoke the moment someone leaves, and constantly checking that nobody has piled up more access than they need
  • Privileged Access Management, or PAM (the manager's keycard): this is about the most powerful accounts — admin, root, the accounts that can open “every room” in the system. These are the crown jewels a thief wants most, so they get special guarding
Key terms
Authentication vs Authorization

People mix these two up all the time · Authentication (authn) = “who are you?” — proving your identity, like entering a password and confirming with MFA · Authorization (authz) = “what can you do?” — once the system knows who you are, it decides what you're allowed to access. IAM is both of these, back to back: check who you are, then grant the rights.

On the megatrend map, IAM sits under Cybersecurity & Digital Trust, positioned as the “control plane” — the control layer for all of security. Because whether you're protecting devices, networks, or data, it all starts with the same question: “who exactly is this asking for access?”

02Why “identity” became the new perimeter

Twenty years ago, corporate security looked like a medieval castle — a wall (firewall) around everything. Anyone inside was trusted; anyone outside was the enemy. All the important systems lived on servers at the office, and you had to be sitting in the building to reach them. That logic worked well for a long time.

Then two things knocked the wall down: the cloud (systems and data moved onto the internet, no longer in the building) and remote work (people logging in from home, from a coffee shop, from their phone). Suddenly “inside vs. outside the wall” meant nothing — because every connection now comes from “outside the wall.” The only thing left to tell you whether to trust a request is the identity of whoever's asking — not where they happen to be.

And the numbers confirm this is a real battleground. Verizon's 2025 DBIR found that stolen passwords and identities were the No. 1 way attacks got in — thieves aren't breaking down the door, they're “walking in the front door with a stolen key.” For web-app attacks specifically, 88% involved stolen credentials.

How thieves get in — the first point of entry
% of data breaches by the path attackers used to get in first (2025)
Source: Verizon 2025 Data Breach Investigations Report (DBIR) — stolen passwords are the No. 1 point of entry

Once “identity” becomes both the key to the house and the thief's No. 1 target, the market that protects it grows too. IAM is expanding from about $26B in 2025 to around $43B by 2030, growing roughly 10–12% a year.

Global IAM market size
Value (in billions of dollars) — 2030 is a forecast (CAGR ~10–12%)
Source: MarketsandMarkets ($25.96B→$42.61B, CAGR 10.4%) and Grand View Research ($41.52B in 2030, CAGR 12.6%) — midpoint used
22% of all 2025 data breaches started with a stolen password — more than any other path, making “identity” the single largest attack surface (Source: Verizon DBIR 2025).

03How it works — “trust no one until they prove it”

At the heart of modern IAM is an idea called zero trust — literally “don't trust by default.” Its slogan is “never trust, always verify.” Unlike the wall era, where “once you're inside, you're trusted,” zero trust says every single request has to pass a fresh identity check. There's no “pass once, get in everywhere.”

The actual mechanism is walking through an “identity gate” of three checkpoints in a row — every time you (or an app, or an AI) try to touch anything:

The zero-trust identity gate An access request passes three checkpoints in a row — authentication (authn), authorization (authz), and a special gate for powerful accounts (privileged). No implicit trust. Person · App · AI Access request 1 Authenticate authn SSO + MFA 2 Authorize authz least privilege 3 Special gate privileged admin · PAM What matters Miss any checkpoint = denied instantly
The zero-trust identity gate. Every request — whether from a person, an app, or an AI — passes three checkpoints in a row, every time: authenticate → authorize → a special gate for powerful accounts. There's no “pass once, trusted forever.”

The first checkpoint is authentication (authn). MFA matters a lot here, because a password alone is easy to steal — but if a second step is required, a thief with just the password can't get in. CISA and the industry say phishing-resistant MFA blocks over 99% of identity-based attacks — the number that explains why every organization is rushing to require it.

The second checkpoint is authorization (authz), following the principle of least privilege — “grant the smallest amount of access needed.” Even after you authenticate, that doesn't mean you can reach everything; you can only reach what your job actually requires. This is IGA's job. And the third checkpoint is a special gate for powerful accounts — important enough to get its own chapter next.

But the truth is, it's easier said than done. Even though 63% of organizations worldwide say they've done zero trust in part or in full, Gartner estimates only about 10% will reach a “complete and measurable” level by 2026 — the gap between “claiming to do it” and “actually doing it” is still wide, and that's exactly where the IAM market keeps growing.

04The most dangerous key: powerful accounts (PAM)

In an organization's keyring, there's one key unlike all the others — the master key that opens every room. In IT, that's the admin or root account, or any account that can control servers, databases, and the entire cloud. If a thief steals an ordinary employee's account, they only get partial access. But steal the master key and it's the same as seizing the whole organization. That's why Privileged Access Management (PAM) gets carved out for special guarding.

A massive keyring with hundreds of small keys hanging from it, as a hand reaches to pick the single large key that stands out from all the rest.
ภาพประกอบ (keys.png)
Thieves aren't after every key. They're after a single master key — the admin account that opens everything.

PAM runs on an idea that sounds simple but is powerful: instead of letting admins carry the master key around at all times, you keep the key in a central “vault” and check it out only when needed. The system (1) stores admin passwords in a vault and rotates them so often that nobody even knows the real password, (2) grants access only when it's needed (just-in-time) and pulls it back the moment the job is done, and (3) logs every action of those powerful accounts so it can be audited later.

Key terms
Just-in-time access & Standing privilege

Standing privilege = an account that holds admin rights “all the time,” even when unused — a sitting target for thieves · Just-in-time (JIT) access = granting rights only for the exact moment they're needed, then pulling them back. The idea: “a master key that nobody holds onto can't be stolen and used.” Cutting standing privilege to the bare minimum is the ultimate goal of modern PAM.

How big a deal is PAM? CyberArk, the market leader here, says more than 10,000 organizations worldwide, including over 55% of the Fortune 500, use its system to protect these “crown jewels” — a sign that PAM isn't an add-on toy but a core pillar of large-organization defense.

05How it connects in the ecosystem

Because IAM is the “control plane” of security, it's the point where the rest of the field converges:

  • The foundation of all Cybersecurity: whether you're protecting devices and networks or protecting data, every defense starts with one question — “who's asking for access?” IAM is the answer to that question
  • Grows with hyperscale cloud: the more an organization moves to the cloud, the more the old wall disappears, and the more it must lean on identity as the perimeter — the cloud is why IAM exploded
  • Made urgent by AI agents: as AI starts doing work for people, it has to log in and access systems itself — AI's identity becomes a new perimeter IAM has to handle (see the next chapter)
  • Connects to AI Security & Agent Guardrails: controlling “who an AI agent is and what it can do” is exactly where IAM and AI governance meet

And looking inside IAM itself, the three sub-topics we covered aren't separate — they link up like a single conveyor belt: Workforce/Customer IAM is the first checkpoint that proves who you are (SSO + MFA) · IGA is the layer that decides what rights you should have and clears out the excess · and PAM is the innermost layer guarding powerful accounts. All three have to work at once to count as real zero trust — miss any layer and a thief slips in through that gap.

IGA (Identity Governance) in particular is the layer that answers “who should have which rights, and can you prove it to an auditor?” — driven by regulation (SOX/HIPAA) more than fear of threats. It's roughly an $8–9B market, and it just saw a big deal: SailPoint returned to the market at a ~$12.8B valuation in 2025.

06Where things stand now + who runs the field

The 2025–2026 IAM market has two standout features. The first is a split between giants who sell it “bundled in a package” and specialists who go deep. Microsoft leads on share with Entra ID (formerly Azure AD), because it comes bundled with the Microsoft 365 that organizations already use, while Okta, CyberArk, and SailPoint are specialists who go deeper in each area.

The second is a wave of consolidation. The deal that shook the field most was Palo Alto Networks announcing it would buy CyberArk for about $25B (announced July 2025, closing Feb 2026) — a clear statement that “identity” has become a pillar every major security company needs. It was the second-largest US tech deal of 2025, behind Alphabet buying Wiz.

Revenue of identity specialists
Latest annual revenue/ARR (in billions of dollars) — Okta is FY2025 revenue, CyberArk is 2025 ARR
Source: Okta 8-K (FY2025 revenue $2.61B, +15%), CyberArk (2025 ARR $1.44B, +23%) — Microsoft doesn't break out Entra revenue separately
Key players in this field
Note
We've arranged the players by their role and leadership at each checkpoint (authenticate · govern · privileged accounts) rather than raw market cap — to show who actually owns which layer of IAM.
US · share leader
Entra ID (formerly Azure AD) holds a top IAM share because it comes bundled with the Microsoft 365 that organizations worldwide already use — a “bundle it in” strategy that squeezes the specialists.
core · bundle market leader
OktaOKTA · US
US · login leader
The neutral SSO/MFA leader (not tied to any one cloud), for both employee and customer sides. FY2025 revenue ~$2.6B, +15%. A Leader in Gartner Access Management for 9 straight years.
core · SSO/MFA leader
CyberArkCYBR · US/IL
US/Israel · PAM leader
The Privileged Access Management leader — guarding the “master key” for over 55% of the Fortune 500. 2025 revenue $1.36B, +36%. Being acquired by Palo Alto Networks for ~$25B.
core · PAM leader
SailPointSAIL · US
US · IGA leader
The Identity Governance specialist — answering “who should have which rights” and automatically clearing out excess access. Returned to the public market in 2025.
core · IGA leader
Ping IdentityPrivate · US
US · enterprise challenger
An SSO/MFA specialist for large enterprises and the customer side (CIAM). Now a private company under Thoma Bravo — Okta's direct competitor.
core · SSO/CIAM rival

07The new perimeter: the identity of “machines” and AI

So far we've talked entirely about the identity of “people.” But the reality now flipping the field is this — most of what logs into today's systems isn't human. It's software: scripts, bots, automated services, and most recently AI agents doing work for people. These are collectively called non-human identities (NHI), and each one needs its own passwords, keys, and access rights, just like a person.

A vast crowd of small robots and machines lining up to enter an identity-check gate, with only a few real humans mixed into the throng.
ภาพประกอบ (machines.png)
A login queue with no humans. In modern systems, most of what's asking for access is machines and AI — people are the minority.

The numbers are startling: in a typical organization, NHI outnumber human identities by tens to one — research gives different figures by environment, from about 45:1 in a typical organization to 80:1 and over 100:1 (peaking around 144:1) in cloud/DevOps. And it's growing fast — the number of machine identities per organization is rising about +44% a year, incomparably faster than human identities.

“Machine” identities per single “person”
NHI-to-human ratio — the more cloud/automated the system, the higher it climbs
Source: Rubrik Zero Labs (45:1 and 82:1), Entro Labs H1 2025 (144:1 in cloud/DevOps) — values vary by environment

Why is this scarier than human identity? Because most NHI have no MFA (a bot can't tap a confirmation on a phone), they're often “set up and forgotten” with nobody to shut them off when they're done, and their keys (passwords/secrets) tend to scatter across code and config files. Research found that 43% of leaked secrets were outside source code — spread across CI/CD tools and work chat apps. So this is the “new perimeter” that CyberArk, Okta, and a new wave of players are all racing to claim.

45–144 : 1 Non-human identities (NHI) outnumber humans by roughly 45 to 144 to 1, and are still growing about +44% a year — making “non-human identity” the largest and least-watched attack surface (Source: CyberArk, Entro Labs, Rubrik Zero Labs).

08The future, the challenges, and the risks

The first clear direction is going “passwordless.” Passwords are identity's weakest point — stolen, guessed, tricked out of you. Technologies like passkeys and phishing-resistant MFA are replacing them, because they block over 99% of identity-based attacks. The future of logging in is “nothing to steal.”

The second direction is merging IAM with AI governance. As AI agents do more work for people, the question “who is this agent, what can it do, who's responsible” becomes a major problem — IAM, Agentic AI, and AI Security will be inseparable. Whoever controls AI's identity first wins the next wave.

But there are risks worth watching on this path:

Risk one — getting swallowed by the giants' “bundle.” Microsoft throws Entra in with the Microsoft 365 every organization already uses, so many customers pick what's “free in hand” over paying extra for a specialist. This is permanent pressure on Okta, Ping, and the specialists — their challenge is to be good and neutral enough to be worth paying extra for.

Risk two — the consolidation wave and concentration. The Palo Alto–CyberArk deal is a sign the market is consolidating into a few platforms. That's convenient for customers, but it also shrinks the options and hands more bargaining power to a few vendors.

Risk three — the machine-identity time bomb. NHI, growing tens of times faster than humans and lacking MFA, are the largest and least-watched attack surface right now. If AI agents spread faster than IAM tools can keep up, that gap becomes where the big breaches of the future happen.

The bottom line for investors IAM is the “control plane” of cybersecurity — an indispensable layer that grows with cloud and AI whether you like it or not. Three keys: (1) who controls which checkpoint — Microsoft owns the market via bundle, Okta owns login, CyberArk owns powerful accounts, SailPoint owns governance · (2) how hard the giants' bundles and consolidation squeeze the specialists · (3) who claims “machine/AI identity” first — the largest perimeter, and one with no clear owner yet. The real value is in “who becomes the identity checkpoint an organization can't do without,” not just who has the most features today.

In short: IAM is the story of all of security shifting from “building a wall” to “checking who you are.” Now that the wall has fallen along with the cloud, identity has become both the key to the house and the thief's No. 1 target. And when most of what's asking for access is no longer a person but an AI — the oldest question in security, “who are you?”, becomes the hardest and most important problem of this era.

Explore this theme — live data, stocks & news →