Lesson 4 of 35IAM/SSOIAM/SSO

What is IAM/SSO?Identity & Access Management / Single Sign-On explained

The system employees log into once to reach every other work app, and the system IT uses to control who gets access to what — the front door for almost everything else in a company's software stack.

By Reviewed

Verified Sources: cloudflare.com, cloudflare.com, en.wikipedia.org

The lesson

How one login safely opens every app at work

Almost every company now funnels its logins through a single front door. Learn why collapsing dozens of passwords into one identity system makes you safer, not less safe — and what actually happens behind the redirect.

If it helps, think of it as… the hotel front desk

You show your ID once, at check-in. The front desk hands you a keycard that opens your room, the gym, and the pool — each door trusts the card, not your ID. At checkout, deactivating that one card locks you out of every door at once. That's single sign-on: verify once, carry a trusted pass everywhere, revoke in one place.

Employee sign-in

one password plus a second factor

HR & directory data

who works here, on which team

Risk signals

device, location, time of login

Identity provider

verifies you once, issues a signed token

Email & chat

Files & code

Hundreds of other apps

each trusts the token, not a password

Audit log

every login recorded

One verified login at the identity provider becomes a signed token that opens every connected app — and every login and grant is logged.

What it does

Identity and Access Management (IAM) is the system a company uses to keep track of who its people are and what each of them is allowed to use. Its most visible feature is single sign-on (SSO): you prove who you are once, to a single system called the identity provider, and it then vouches for you to every other work app you open that day. Email, chat, files, code — none of them check a password of their own. They trust a signed token the identity provider hands to your browser.

That makes the identity provider the front door for nearly everything else a company runs. Whoever controls that door controls the software stack — which is why attackers target it, and why defenders concentrate their strongest protections on it.

The attack it stops

Without SSO, an employee juggles separate passwords for dozens of apps. People cope by reusing the same password everywhere — so when some unrelated website is breached and its password list leaks, attackers feed those email-and-password pairs into every business app they can find. The technique is called credential stuffing, and it succeeds depressingly often.

SSO collapses those dozens of doors into one, and one door can be seriously hardened: multi-factor authentication (MFA), checks on the device and location, alarms on unusual logins. Just as important, when an employee leaves, disabling one account cuts off everything at once. No forgotten app quietly keeps accepting a password that should have died with the departure.

How it works, step by step

  1. You open a work app. Instead of showing its own password box, the app redirects your browser to the identity provider.
  2. The identity provider verifies you: password plus a second factor, often weighed with signals like whether this is your usual laptop and your usual country.
  3. If satisfied, it issues a signed token — a small, tamper-evident digital note that says "this is really Sam, verified a moment ago." Open standards — SAML (Security Assertion Markup Language) and OIDC (OpenID Connect) — define the format so any app can read it.
  4. The app checks the signature and lets you in. Other apps repeat the handshake silently for the rest of the day — that's the "single" in single sign-on.
  5. Behind the scenes, the same system creates, updates, and disables accounts inside each app as people join, change teams, and leave, and it logs every login and every grant for later review.

What it doesn't do

Centralizing logins also centralizes risk. If an attacker does take over someone's identity-provider account, they inherit that person's access to everything behind the door. The front door is only as strong as the login factors guarding it, which is why MFA is not optional here.

SSO also doesn't judge whether access is appropriate. It faithfully opens every door a person has ever been granted, including ones they should have lost two role changes ago. The common beginner worry runs the other way: "one password for everything sounds less safe." In practice, one well-defended door beats forty forgotten ones.

How it fits the stack

How strong that front door really is depends on MFA and passwordless login, which the identity provider enforces at sign-in. The most powerful admin accounts get extra handling in privileged access management, and whether each person's access is actually appropriate is the job of identity governance. Cloud access services like SASE and zero trust access ask the identity provider's opinion on every single request.

Terms you just met

Each links to its plain-language definition in the glossary.

The field guide

Evaluating this category

A second pass for buyers: market context, distinctions that matter, and what to weigh when tools in this category start looking alike.

Think of the button employees click every morning that logs them into email, chat, and expense software with one username and password — instead of typing separate credentials into each one. That single login is backed by a system that also decides who is allowed into which app, what happens the moment someone joins or leaves, and whether a login attempt looks risky enough to demand extra proof of identity.

For most companies this system has become the front door for essentially everything else in the business — if it goes down, employees can't get into the tools they need, and if it's compromised, an attacker potentially has a path into everything connected to it.

The problem it solves

Without a central system like this, every application has its own username and password, so employees reuse passwords across services (a real risk) and IT has no single place to shut off access when someone leaves. A departing employee might still log into a dozen tools weeks after their last day, simply because nobody remembered to remove their account from each one.

It also creates an inconsistent front door: some apps allow logins from anywhere with just a password, while others require more. Centralizing authentication turns that patchwork into one enforced policy, and turns "who can log into what" into a question with one clear answer instead of a scavenger hunt across admin panels.

How it works

Employee and group information is synced in from wherever it already lives — often an HR system or existing directory — so the platform always has an up-to-date list of who should have access to what. When an employee logs in, they authenticate once against this central service using a supported second factor, then get handed off, without re-entering credentials, into each connected application through a standard handshake the app already trusts.

Access decisions aren't just a yes/no gate: the system weighs context like the device, its location, and how risky the request looks, and responds by requiring extra verification or blocking the attempt outright. Because provisioning ties back to the same source of truth used for logins, access can be granted automatically the day someone joins and revoked everywhere at once the day they leave, instead of relying on IT to remember.

Workforce identity vs customer identity

Everything above is about employees logging into internal work tools — commonly called workforce identity. A related but distinct discipline handles a completely different population: the end users signing into a company's own product or website. That customer-facing work has to scale to millions of accounts, support self-service signup and password reset, and sit inside a product's own login screens rather than an internal app catalog.

The underlying technology overlaps, but the two are usually bought and sold as separate products, since requirements — user volume, branding, self-service — diverge so much between a few hundred employees and an entire customer base.

Choosing one

For most organizations, the deciding factor is how many applications already in use show up as ready-made connectors — a large out-of-the-box app catalog means faster rollout and far less custom integration work. It's also worth checking how deeply the platform talks to whatever directory or HR system manages employee records, since that connection is what makes automatic provisioning and deprovisioning actually work.

Beyond that, look at how adaptive access and multi-factor enforcement are configured — whether risk-based policies tighten security for risky logins without adding friction to routine ones — since a poorly tuned policy either lets too much through or annoys employees into workarounds.

Capability taxonomy

What buyers typically evaluate when comparing tools in this category.

Single sign-on
Lets users authenticate once to access many connected applications.
Directory integration
Syncs users and groups with an existing directory like Active Directory or HR system.
Adaptive / conditional access
Adjusts login requirements based on device, location, and risk signals.
Lifecycle provisioning
Automatically grants and revokes app access as employees join, move, or leave.
Multi-factor authentication support
Enforces a second factor at login as part of the sign-in flow.
Audit logging
Records authentication and access events for security and compliance review.
Pre-built app connectors
Ships with ready-made SSO integrations for thousands of common apps.

Tools in this category

Now that you know what IAM/SSO does, see who does it.

Search Cyber Tool Stack

Jump to any tool, vendor, category, or glossary term.