An organization deploys a centralized Privileged Access Management (PAM) solution to govern administrator access to production databases. When a database administrator requests a session, the PAM system first verifies their identity using a hardware token and PIN. Next, the PAM system evaluates an access policy matrix to determine if the session occurs within an approved maintenance window and applies a restricted read-only role for that specific database instance. Finally, the proxy engine writes a cryptographic audit log of all executed SQL queries. Which pillar of the Security AAA framework is being implemented when the PAM system evaluates the policy matrix to grant the restricted read-only role?
- AuthorizationAnswer
- BAuthentication
- CAccounting
- DNon-repudiation
Answer
Authorization is the AAA pillar responsible for evaluating access policies and applying permission restrictions based on user roles and environmental context.
Evaluating an access policy matrix to assign specific roles, rights, or conditions (such as limiting permissions to a read-only role during specific maintenance windows) is the core function of Authorization within the AAA security framework.
Step-by-Step Solution
Key Concept
Authentication, Authorization, and Accounting (AAA) framework responsibilities