A security operations analyst is reviewing access gateway logs following reports that remote workers cannot connect to an enterprise VPN. The authentication gateway delegates identity verification to a central SAML 2.0 Identity Provider (IdP) and passes authorization queries to a RADIUS policy server. The analyst inspects the following log entries from the RADIUS policy engine:
[2026-07-27 11:02:14] RADIUS-AUTH: SAML token validated successfully for '[email protected]'.
[2026-07-27 11:02:15] RADIUS-POL: Evaluating Network Policy 'VPN_Engineering_Access'.
[2026-07-27 11:02:15] RADIUS-POL-ERR: Group attribute 'CN=Contractors,OU=Groups' does not match required group 'CN=FullTime_Engineers'.
[2026-07-27 11:02:15] RADIUS-AAA: Sending ACCESS-REJECT for session candidate '[email protected]'.
Based on the log output, which of the following best describes the root cause of the access failure?
- Authentication succeeded at the IdP, but authorization failed at the RADIUS policy server due to mismatched group membership attributes.Answer
- BAuthentication failed because the RADIUS server was unable to verify the user's primary password credentials against the IdP database.
- CThe session was terminated because the RADIUS server failed to enforce Zero Trust microsegmentation prior to perimeter entry.
- DThe ACCESS-REJECT packet indicates that the RADIUS policy server was operating as a detective security control rather than a preventive control.