A security administrator is auditing an organization's identity lifecycle procedures to ensure clear operational separation between authentication and authorization controls. Which of the following operational activities specifically perform authentication? (Select TWO.)
- Verifying a user's time-based one-time password (TOTP) token during the login sequenceAnswer
- Validating submitted user credential hashes against an Active Directory domain controllerAnswer
- CAssigning read and write permissions on a shared folder based on a user's job department
- DAutomatically granting resource access because the incoming request originates from an internal network subnet
Answer
Verifying a user's time-based one-time password (TOTP) token during the login sequence and validating submitted user credential hashes against an Active Directory domain controller specifically perform authentication.
Authentication strictly addresses identity verification. Verifying TOTP tokens and checking submitted credentials against an Active Directory domain controller both serve to confirm that a user is who they claim to be.
Step-by-Step Solution
Key Concept
Distinguishing identity verification (authentication) from access control enforcement (authorization) and perimeter implicit trust in IAM operations.