CISSP Resources · Domain 5 — 13% of the exam

CISSP Domain 5 Guide: Identity and Access Management

Domain 5 is 13% of the exam and the domain where precise vocabulary pays off. Identification, authentication, authorisation and accountability are four different things, and the exam will test whether you can keep them apart.

What Domain 5 covers

  • Identification, authentication, authorisation and accountability (IAAA)
  • Authentication factors, MFA, and biometrics
  • Access control models: DAC, MAC, RBAC, ABAC, rule-based
  • Federation and single sign-on: SAML, OIDC, OAuth 2.0, Kerberos
  • The identity lifecycle: provisioning, review, deprovisioning
  • Privileged access management and credential management

The four factors and the four As

ConceptMeaningExample
IdentificationClaiming an identityEntering a username
AuthenticationProving the claimPassword plus token
AuthorisationWhat that identity may doAccess to a share
AccountabilityTying actions to the identityAudit logs

Multi-factor means factors of different types: something you know, something you have, something you are, and — depending on the source — somewhere you are and something you do. A password plus a security question is single factor twice.

Access control models

ModelWho decides accessTypical use
DACThe data owner, at their discretionFile system permissions
MACThe system, based on labels and clearanceMilitary and classified environments
RBACRole assignment set centrallyMost enterprises
ABACPolicy evaluating attributes at request timeDynamic, context-aware access
Rule-basedPredefined rules applied to everyoneFirewall ACLs
The classic distractor

If the scenario mentions labels, clearances, or a system that will not let an owner share a file, the answer is MAC — not DAC, even though DAC feels more familiar.

Federation, SSO, and Kerberos

  • SAML — XML assertions, common in enterprise web SSO.
  • OAuth 2.0authorisation delegation, not authentication.
  • OIDC — an authentication layer built on OAuth 2.0.
  • Kerberos — ticket-based, uses symmetric cryptography and a KDC; requires synchronised clocks and makes the KDC a single point of failure.

SSO improves usability and reduces password fatigue, but it concentrates risk: one compromised credential can reach everything. Expect questions where the correct answer is to strengthen authentication on the SSO provider rather than abandon SSO.

Biometrics

  • FRR (Type I) — a legitimate user rejected. Annoying.
  • FAR (Type II) — an impostor accepted. Dangerous, and the one that matters for security.
  • CER — where FRR and FAR meet; the lower the CER, the better the system.
  • Tune towards a lower FAR when the asset is sensitive, and accept more false rejections as the cost.

Identity lifecycle and exam traps

  • Deprovisioning is the most commonly failed control. Orphaned accounts appear constantly in exam scenarios.
  • Access reviews are detective, not preventive.
  • Privilege creep comes from transfers, not new hires — role changes must revoke as well as grant.
  • Least privilege and need-to-know are related but distinct: least privilege limits actions, need-to-know limits data.

Study checklist

  1. Define identification, authentication, authorisation and accountability in one line each.
  2. Match each access control model to a scenario keyword.
  3. Explain what OAuth does and does not provide.
  4. Explain FAR, FRR and CER and which to tune for a high-security site.

Frequently asked questions

Is OAuth authentication or authorisation?

OAuth 2.0 is an authorisation framework. Authentication is provided by OpenID Connect, which is layered on top of it.

Which biometric error rate matters most for security?

The false acceptance rate (Type II), because it lets impostors in. High-security environments accept a higher false rejection rate to reduce it.

Nail the IAM vocabulary

Domain 5 questions on Domain Eight force the precise distinctions the exam uses as distractors — model, factor, protocol, and lifecycle stage.

Related guides

More CISSP study material from Domain Eight: browse all resources.