Identity & Access · Chapter 1
Authentication, authorisation, audit
Three different questions. Conflating them is the root of most identity incidents.
Identity work has an unusually bad acronym problem, and it hides a simple structure. Almost everything in this field is one of three questions, and the discipline gets much easier once you can place any control into the right one.
Why the distinction pays off immediately
When an incident happens, the first useful question is which of the three failed. Almost every reported “account compromise” is really two failures: authentication let someone in, and authorisation let them reach far more than that account should have touched. The second failure is what turned an incident into a breach, and it is nearly always the cheaper one to have prevented.
- Authentication is largely a solved problem if you deploy phishing-resistant factors. Passkeys and FIDO2 hardware keys defeat the credential phishing that causes most intrusions, because the credential is bound to the origin and cannot be replayed elsewhere.
- Authorisation is where the hard, unglamorous work is — and where most organisations are weakest, because it requires knowing what every person should be able to reach, which nobody has ever fully written down.
- Audit is what makes the other two provable. Without it you have opinions about your access posture rather than evidence.
The question that reframes an identity programme
Not “how do we stop attackers logging in?” but “when an attacker does log in as an ordinary employee, what can they reach?”
The first question has diminishing returns and a well-understood answer. The second is where the actual risk lives, and it is a question about authorisation, not authentication.