An enterprise security team deploys a centralized RADIUS server for remote VPN access. During a post-deployment audit, a security analyst reviews the access workflow: users validate their identity via multi-factor authentication, the RADIUS server returns Vendor-Specific Attributes (VSAs) specifying restricted network segments to the VPN gateway, and the gateway transmits session durations to a central SIEM. The analyst discovers that while identity validation succeeds, the RADIUS policy engine fails to evaluate user group memberships properly and instead attaches default attributes granting unrestricted network access across all enterprise subnets. Which pillar of the AAA framework is failing to function as intended?
- AuthorizationAnswer
- BAuthentication
- CAccounting
- DNon-repudiation
Answer
Authorization is failing because the RADIUS server fails to enforce role-based access control attributes and group policies after identity verification.
Authorization is the AAA pillar responsible for determining access rights, privilege levels, and resource restrictions based on verified identity and group policy. Because the server successfully verified user identities but failed to apply proper group filtering attributes (VSAs), the control failure occurs within authorization.
Step-by-Step Solution
Key Concept
Authentication, Authorization, and Accounting (AAA)