Identity & Access
AAA Framework
Also known as: Authentication, Authorization, Accounting, Triple-A
Definition
A foundational access-control model built on three layered functions: Authentication, Authorization and Accounting.
Examples
- Enterprise Wi-Fi using 802.1X with a RADIUS server providing the three AAA functions.
- A network device sending TACACS+ accounting records for every CLI command.
Related terms
Authentication
The process of verifying that an entity — user, device or service — really is who or what it claims to be before granting access.
Authorization
The process of deciding what an already-authenticated identity is allowed to do — which resources, actions and conditions are permitted.
Accounting (AAA)
The third pillar of the AAA framework: recording what an authenticated identity did, when, from where and to which resources, for audit and billing purposes.
RADIUS
RADIUS — definition coming soon.
TACACS+
TACACS+ — definition coming soon.
Identity and Access Management (IAM)
A discipline and set of technologies for defining digital identities and controlling which resources each identity may access under which conditions.