4.6 Given a scenario, implement and maintain identity and access management

Domain 4: Security Operations

Identity and access management is one of the densest operational objectives. Cover the full account lifecycle: provisioning, permission assignment, identity proofing, and deprovisioning when someone leaves or changes roles. Know federation and single sign-on, and the protocols behind them — LDAP for directory access, OAuth for authorization, SAML and OpenID Connect for federated authentication. Access control models are heavily tested: mandatory, discretionary, role-based, rule-based, and attribute-based, plus time-of-day restrictions and least privilege. On the authentication side, understand multifactor categories (something you know, have, are, somewhere you are), token types, biometrics, and passwordless options like security keys. Password best practices now emphasize length over forced complexity churn, and password managers over reuse. Privileged access management tools bring just-in-time permissions, password vaulting, and ephemeral credentials. Candidates most often confuse the access models — RBAC assigns permissions to roles, ABAC evaluates attributes and context — and forget that deprovisioning promptly is the control that prevents orphaned accounts from becoming attack paths.

What you must know

common pitfall · Candidates blur the access control models, especially picking RBAC when the scenario describes attribute- or context-based decisions that point to ABAC.

Try a sample question

During an audit, a company discovers that an employee who transferred between three departments over five years still holds the access rights granted in every previous role. Which of the following practices would have detected and corrected this condition?

  • A Enforcing stronger password complexity requirements
  • B Implementing single sign-on across applications
  • C Requiring multifactor authentication at every login
  • D Conducting periodic user access reviews
Show answer & explanations
  • A Password complexity rules strengthen authentication secrets but have no effect on the authorizations an account accumulates as an employee changes roles over the years.
  • B Single sign-on centralizes and simplifies authentication across applications; it does not evaluate whether the entitlements behind those logins remain appropriate for the user's current role.
  • C Multifactor authentication verifies the user's identity more strongly at login, but a correctly authenticated user can still hold excessive permissions left over from prior positions.
  • D correct ·Periodic access reviews require managers or resource owners to recertify each user's entitlements, which would surface and remove the accumulated permissions from previous departmental roles.

sample item — the full bank runs 450+ questions at exam difficulty

Is objective 4.6 your weak spot?

The free readiness check finds your weakest objectives in 15 adaptive questions — then full access drills them until the gauge clears the cut line.

Check my readiness — free