RCW
RCW IT TrainingCISSP Bootcamp
← Back to all labs

Domain 5: Identity and Access Management (IAM)

CISSP Bootcamp · Module 5 of 8 · exam weight 13%
weight 13% 6 practice questions unofficial study material
Who are you, prove it, what may you do, and how do we hold you accountable. Kerberos, federation and biometric error rates are guaranteed points.

The IAA chain

Identification (claim: username) → Authentication (prove it) → Authorisation (what you may do) → Accounting/Auditing (log what you did). Authorisation should follow least privilege and need to know.

Authentication factors

TypeSomething you…Examples
1knowpassword, PIN, security question
2havesmart card, TOTP app, key, phone (SMS-OTP)
3arefingerprint, iris, face, retina, voice

MFA = two DIFFERENT factor types (password + PIN is still single-factor). Tokens: HOTP (counter-based), TOTP (time-based, 30s window). Smart cards = private key on tamper-resistant chip + PIN (2 factors).

Biometric errors

ErrorMeaningAlso called
FRRlegitimate user rejectedType I / false rejection
FARimpostor acceptedType II / false acceptance — usually considered worse

CER/EER = the sensitivity setting where FRR = FAR; lower is better. Accuracy ranking (rough): retina > iris > fingerprint > hand geometry > face/voice. Also consider enrollment time, throughput, acceptance.

Kerberos (the exam's favourite protocol)

Federation and SSO web standards

StandardPurposeShape
SAML 2.0enterprise SSO / authn+authz assertionsXML, IdP → SP
OAuth 2.0authorisation delegation (scoped access)tokens (bearer), REST/JSON
OIDCauthentication layer on OAuth2ID token (JWT)

Identity Provider (IdP) asserts; Service Provider (SP) consumes. IDaaS = cloud identity (e.g., Entra ID, Okta). Directory terms: forest > domain tree > domain > OU. LDAP/LDAPS (389/636) queries directories.

Access control models

ModelWho decidesSignature idea
DACdata ownerACLs; owner passes rights on (flexible, weakest)
MACadmin/security policylabels (hierarchical, compartmented, lattice); military
RBACrole assignmentrights via job roles; best for low turnover / clear structure
Rule / ABACpolicy engineattributes of user, resource, environment; most granular
Risk-basedcontextstep-up MFA on odd logins

Credential attacks and defences

Identity lifecycle and privileged access

Provision (least privilege, approvals) → periodic access reviews → change with transfers (move = often privilege creep!) → disable on notice (grace period for return kit) → deprovision. PAM: credential vault, session recording, just-in-time elevation, no shared admin accounts, break-glass accounts audited.

Memory hooks

Exam tips

Check yourself

Q1. A valid user is rejected by the fingerprint scanner. This is:
A. False acceptance (Type II)
B. False rejection (Type I)
C. CER
D. Throughput issue
Answer: B. False rejection (Type I)
Rejection of a legitimate user = FRR = Type I.
Q2. Which token changes code every 30 seconds?
A. HOTP
B. TOTP
C. Smart card
D. CAC
Answer: B. TOTP
Time-based one-time password = TOTP.
Q3. Kerberos tickets are encrypted with keys known to:
A. The service only
B. The user and KDC (and target service)
C. Everyone on the domain
D. The CA
Answer: B. The user and KDC (and target service)
Symmetric keys shared with the KDC secure the ticket exchange.
Q4. Which model uses security labels assigned by administrators?
A. DAC
B. MAC
C. RBAC
D. ABAC
Answer: B. MAC
Mandatory Access Control = centrally assigned labels.
Q5. Best defence against rainbow tables?
A. Longer passwords only
B. Unique salts per hash
C. HTTPS
D. Account lockout
Answer: B. Unique salts per hash
Salts make precomputed tables useless.
Q6. OAuth 2.0 is primarily for:
A. Authentication
B. Authorisation delegation
C. Ticketing
D. Encryption
Answer: B. Authorisation delegation
OAuth grants scoped access; OIDC adds authentication.
CISSP® and (ISC)²® are registered trademarks of ISC2, Inc. This free bootcamp is independent study material and is not affiliated with, sponsored by, or endorsed by ISC2.