An identity is a record: a person, a service or a device, with attributes and a lifecycle. Access is the set of things that identity may do. Identity and access management is everything that connects the two over time: creating the identity when someone joins or a service is deployed, proving it at each login, granting entitlements according to role and request, reviewing them, and removing them when the job changes or ends. Authentication is a moment inside that lifecycle; the lifecycle is the discipline.
The failure is silent and cumulative
Nobody complains when they keep access they no longer need. A finance analyst who moved to marketing eighteen months ago still has the payroll role; a contractor's account outlived the contract; a service account created for a migration still holds administrator rights on a database that has since been replaced. None of these break anything, all of them are exactly what an attacker who compromises one account is hoping to find, and no product reviews them for you unless somebody configures it to.
- Joiner, mover, leaver: the three events every identity process must handle, and the third is where most fail.
- Single sign-on: one identity provider authenticating to many applications, so policy lives in one place and there is one account to close.
- Roles and groups: access granted by job rather than by individual request, so a mover's change of role changes their access without a ticket.
- Access reviews: periodic confirmation by an owner that each entitlement is still needed; tedious, unglamorous, and the control that catches the residue.
- Privileged access: administrative rights granted for a time-boxed session with approval, rather than held permanently, so the most dangerous access exists only while it is being used.
- Workload identities: the accounts owned by software rather than people, which outnumber human accounts in most organisations and are governed worse.
The vendor certifications in this field examine exactly these mechanics: Microsoft's identity administrator paper spends a quarter of its weight on governance, meaning reviews, entitlement packages and privileged access, and the management-level security credentials ask who is accountable for an entitlement rather than how it is configured. Both reflect the same lesson. The technology of identity is largely solved; the governance of it is where the organisations that get breached differ from the ones that do not.
