Security ultimately depends on controlling a fundamental relationship:
Who or what is requesting access to which resource, and should that access be permitted?
Firewalls, encryption, network segmentation, endpoint protection, and secure architecture are important. However, if an attacker successfully assumes the identity of an authorized administrator, many technical controls may treat the attacker's activity as legitimate.
Identity and Access Management therefore establishes and manages:
identities;
authentication;
authorization;
permissions;
credentials;
sessions;
access accountability;
identity lifecycle processes.
IAM applies to much more than human employees.
Modern organizations must manage identities belonging to:
employees;
contractors;
customers;
administrators;
applications;
APIs;
servers;
cloud workloads;
service accounts;
devices;
automated processes.
The current CISSP examination allocates 13% of the examination to Domain 5 β Identity and Access Management (IAM).
The current Domain 5 objectives include:
Including access to:
information;
systems;
devices;
facilities;
applications;
services.
Including:
groups and roles;
Authentication, Authorization and Accounting;
MFA;
passwordless authentication;
session management;
registration;
identity proofing;
establishment of identity;
Federated Identity Management;
credential-management systems;
password vaults;
Single Sign-On;
Just-In-Time access.
Across:
on-premises;
cloud;
hybrid environments.
Including:
RBAC;
rule-based access control;
MAC;
DAC;
ABAC;
risk-based access control;
policy decision and enforcement concepts.
Including:
access reviews;
provisioning;
deprovisioning;
onboarding;
offboarding;
transfers;
role transitions;
privilege escalation;
service accounts.
Lesson Seventeen establishes the IAM foundation and introduces Objective 5.1 and the core concepts of 5.2.
Later lessons will expand:
federation;
SAML;
OAuth;
OpenID Connect;
Kerberos;
LDAP;
RADIUS;
TACACS+;
access-control models;
privileged access management;
identity lifecycle automation.
The central Lesson Seventeen question is:
How should an organization establish identity, prove identity, authenticate subjects, authorize appropriate access, maintain accountability, and prevent identities from receiving more access than their legitimate business need requires?
| Lesson Topic | Primary Alignment |
|---|---|
| IAM fundamentals | Domain 5 |
| Physical access | 5.1 |
| Logical access | 5.1 |
| Information access | 5.1 |
| System access | 5.1 |
| Device access | 5.1 |
| Facility access | 5.1 |
| Application access | 5.1 |
| Service access | 5.1 |
| Identification | 5.2 |
| Authentication | 5.2 |
| Authorization | 5.2 |
| Accounting | 5.2 |
| Groups | 5.2 |
| Roles | 5.2 |
| MFA | 5.2 |
| Passwordless authentication | 5.2 |
| Session management | 5.2 |
| Registration | 5.2 |
| Identity proofing | 5.2 |
| Identity establishment | 5.2 |
| Credential management | 5.2 |
| Password vaults | 5.2 |
| SSO | 5.2 |
| Just-In-Time access | 5.2 |
| FIM introduction | 5.2 / 5.3 |
| Access-control models | Detailed in later lesson |
| Provisioning lifecycle | Detailed in later lesson |
| Authentication systems | Detailed in later lesson |
After completing this lesson, you should be able to:
Define Identity and Access Management.
Distinguish identity from an account.
Define subjects and objects.
Explain identification.
Explain authentication.
Explain authorization.
Explain accounting.
Explain accountability.
Describe the AAA model.
Explain physical versus logical access.
Explain access to information.
Explain access to systems.
Explain access to devices.
Explain access to facilities.
Explain access to applications.
Explain access to services.
Explain identity proofing.
Explain identity registration.
Explain identity enrollment.
Explain credential issuance.
Explain credentials.
Explain authenticators.
Distinguish authentication factors.
Explain something you know.
Explain something you have.
Explain something you are.
Explain contextual and behavioral authentication signals.
Define multifactor authentication.
Distinguish MFA from two-step authentication using the same factor category.
Explain passwordless authentication.
Explain passkeys conceptually.
Explain phishing-resistant authentication conceptually.
Explain biometric authentication.
Explain False Acceptance Rate.
Explain False Rejection Rate.
Explain Equal Error/Crossover Error Rate.
Explain groups.
Explain roles.
Explain why group-based access is preferable to excessive individual permissions.
Explain least privilege.
Explain need to know.
Explain separation of duties.
Explain privileged accounts.
Explain service accounts.
Explain shared-account risk.
Explain credential-management systems.
Explain password vaults.
Explain Single Sign-On.
Explain the benefits and risks of SSO.
Explain Just-In-Time access.
Explain session establishment.
Explain session identifiers.
Explain session expiration.
Explain reauthentication.
Explain device identities.
Explain workload/service identities.
Explain non-human identity risk.
Explain basic identity federation.
Explain IAM decision flow.
Apply CISSP reasoning to IAM scenarios.
Identity and Access Management is the discipline used to:
establish identities;
authenticate identities;
assign access;
control permissions;
monitor use;
modify access;
terminate access.
Nearly every access decision can be simplified to:
WHO OR WHAT?
β
βΌ
REQUESTS ACCESS
β
βΌ
TO WHICH RESOURCE?
β
βΌ
FOR WHAT PURPOSE?
β
βΌ
UNDER WHAT CONDITIONS?
β
βΌ
ALLOW OR DENY
Traditional network thinking often relied heavily on:
INSIDE NETWORK
=
TRUSTED
Modern architecture increasingly evaluates:
IDENTITY
+
DEVICE
+
CONTEXT
+
RESOURCE
+
POLICY
before access is granted.
This aligns with the Zero Trust principle introduced earlier.
An identity represents:
An entity that can be recognized and distinguished from other entities.
Examples:
Sallieu Kanu;
Finance Application;
Server-DB01;
Backup Service;
Employee Laptop 1042.
An account is a system representation used to enable an identity to interact with a resource.
Example:
PERSON
Sallieu Kanu
β
βΌ
IDENTITY
Employee 1045
β
βΌ
ACCOUNT
skanu
An identity may have multiple accounts.
One person might have:
ordinary user account;
privileged administrative account;
cloud administrator account.
These accounts correspond to the same human identity but serve different functions.
A subject is an active entity requesting or performing an action.
Examples:
user;
process;
application;
service;
device.
An object is a resource being accessed.
Examples:
file;
database;
application;
server;
printer;
API;
building.
SUBJECT
β
β requests action
βΌ
OBJECT
Example:
ALICE
β
β READ
βΌ
PAYROLL FILE
Identification is the act of claiming an identity.
Example:
Username: skanu
The system now knows:
which identity is being claimed.
It does not yet know whether the claimant is genuinely that person.
Identification answers:
Authentication determines whether the claimant can demonstrate control of appropriate authenticators associated with the claimed identity.
Authentication asks:
NIST's current Digital Identity Guidelines describe authentication as establishing that a claimant is the subscriber associated with a previously established digital identity.
IDENTIFICATION
Username: skanu
β
βΌ
AUTHENTICATION
Password + Security Key
β
βΌ
IDENTITY CONFIRMED
Authorization determines:
What an authenticated subject is permitted to do.
Authentication occurs first.
Authorization follows.
Alice successfully authenticates.
But Alice is a:
Human Resources Analyst.
She may be authorized to:
view employee records;
but not:
change firewall rules.
A user can be:
but:
for a requested resource.
Accounting records information about activity.
Examples:
login time;
logout time;
commands;
resources accessed;
changes made.
A useful IAM framework is:
AUTHENTICATION
Who are you?
β
βΌ
AUTHORIZATION
What may you do?
β
βΌ
ACCOUNTING
What did you do?
Accountability means actions can be associated with a responsible identity.
Example:
Weak:
Account:
admin
Users:
12 administrators
Strong:
Administrator:
skanu-admin
Action:
Firewall Rule Changed
Time:
14:03
Shared credentials weaken:
accountability;
auditing;
investigation;
revocation.
ISC2 explicitly requires CISSP candidates to understand physical and logical access to:
information;
systems;
devices;
facilities;
applications;
services.
Access decisions should consider:
classification;
sensitivity;
business need;
legal requirements.
Example:
PUBLIC DATA
β
Broad access
CONFIDENTIAL DATA
β
Restricted access
HIGHLY SENSITIVE DATA
β
Strongly restricted
System access includes:
servers;
databases;
operating systems;
management platforms.
Privileged system access generally deserves stronger controls.
Devices include:
laptops;
smartphones;
network devices;
industrial equipment;
removable storage.
Access may require:
authentication;
device certificates;
physical controls.
IAM applies to physical access as well.
Example:
EMPLOYEE BADGE
β
βΌ
BUILDING
β
βΌ
SERVER ROOM?
ββββ΄βββ
YES NO
Being authorized for the building does not automatically mean being authorized for the data center.
Application permissions may control:
features;
records;
administrative functions.
Example:
A payroll employee may access:
payroll processing.
But not:
application security configuration.
Services include:
APIs;
cloud services;
infrastructure services;
automation interfaces.
Modern IAM therefore protects:
machine-to-machine access as well as humans.
IDENTITY NEED
β
βΌ
PROOF
β
βΌ
REGISTER
β
βΌ
CREDENTIAL
β
βΌ
ACCESS
β
βΌ
REVIEW
β
βΌ
MODIFY
β
βΌ
REVOKE / TERMINATE
Identity proofing establishes confidence that:
the applicant is actually the person or entity they claim to be.
NIST SP 800-63A-4 focuses specifically on identity proofing and enrollment and defines three levels of identity assurance.
Suppose an organization incorrectly enrolls an attacker as:
Alice.
The attacker later authenticates correctly using credentials issued to the fraudulent identity.
The authentication process worked.
The identity-establishment process failed.
Registration creates the identity record.
For employees, information may originate from:
HR systems;
approved hiring workflows.
NEW EMPLOYEE
β
βΌ
HR VERIFIES EMPLOYMENT
β
βΌ
IDENTITY RECORD CREATED
β
βΌ
ACCOUNT PROVISIONING
Enrollment binds:
identity;
authenticator;
credential information.
Example:
Employee receives:
smart card;
security key;
passkey;
authenticator application.
A credential is evidence used in relation to an identity or authorization.
Examples may include:
certificate;
smart card;
password credential;
security key.
An authenticator is something possessed or controlled by the claimant and used to demonstrate identity during authentication.
Examples:
password;
cryptographic security key;
authenticator application;
private key.
CISSP candidates should know:
SOMETHING YOU KNOW
β
SOMETHING YOU HAVE
β
SOMETHING YOU ARE
Additional contextual and behavioral signals may also be considered.
Examples:
password;
PIN;
passphrase.
Knowledge can be:
guessed;
phished;
reused;
shared.
Examples:
smart card;
hardware security key;
authenticator device.
The security assumption is:
the legitimate user controls the authenticator.
Biometrics rely on physical or behavioral characteristics.
Examples:
fingerprint;
iris;
facial characteristics.
Location can sometimes contribute to an authentication or risk decision.
Example:
expected country;
authorized facility.
Behavioral characteristics can include:
typing behavior;
interaction patterns.
These are often used as:
additional risk signals
rather than sole identity proof.
Multifactor authentication uses independent authentication factors from more than one factor category.
Example:
PASSWORD
Something you know
+
SECURITY KEY
Something you have
=
MFA
The current CISSP outline explicitly includes MFA under AAA and authentication strategy.
Password + PIN:
KNOW
+
KNOW
Both are knowledge factors.
That is not true multifactor authentication merely because two values were entered.
If an attacker steals the password, the attacker may still lack:
the second authentication factor.
MFA may still face:
phishing;
token theft;
push fatigue;
session theft;
recovery-process attacks.
Therefore:
The strength of the MFA method matters.
The current CISSP outline explicitly includes passwordless authentication.
Passwordless authentication allows users to authenticate without relying on a traditional memorized password as the primary authenticator.
Passwordless methods may involve:
security keys;
platform authenticators;
passkeys;
cryptographic credentials.
A passkey uses public-key cryptography.
Conceptually:
DEVICE
β
βββ PRIVATE KEY
β stays protected
β
βΌ
SERVICE
β
βββ PUBLIC KEY
Authentication proves control of the private key without transmitting a reusable password.
NIST's 2025 revision of the Digital Identity Guidelines explicitly added support and guidance for modern syncable authenticators such as synchronized passkeys.
Some cryptographic authentication methods bind authentication to the legitimate service and reduce reliance on secrets that users can accidentally enter into an attacker-controlled site.
CISSP principle:
Strong authentication should reduce dependence on transferable reusable secrets where feasible.
Biometric systems compare captured biological or behavioral characteristics against enrolled reference information.
Examples:
fingerprint;
iris;
face.
ENROLLMENT
β
βΌ
BIOMETRIC TEMPLATE
β
βΌ
STORED REFERENCE
AUTHENTICATION
β
βΌ
NEW SAMPLE
β
βΌ
COMPARE
β
βΌ
MATCH / NO MATCH
FAR measures how often an unauthorized individual is incorrectly accepted.
Security concern:
Unauthorized access.
FRR measures how often an authorized person is incorrectly rejected.
Operational concern:
Legitimate user denied access.
The point at which:
FAR = FRR
is commonly used as a comparative biometric performance concept.
Generally:
Lower CER/EER indicates better overall discrimination performance.
STRICT THRESHOLD
β
βββ Lower false acceptance
βββ Potentially higher false rejection
LOOSER THRESHOLD
β
βββ Easier legitimate use
βββ Potentially higher false acceptance
If a password is compromised:
Change it.
If biometric data is compromised:
You cannot simply replace your fingerprint.
Protect biometric templates carefully.
A group collects identities with similar access characteristics.
Example:
FINANCE GROUP
βββ Alice
βββ Bob
βββ Maria
Permissions can then be applied to the group.
Without groups:
100 USERS
Γ
20 APPLICATIONS
=
MANY INDIVIDUAL PERMISSIONS
Groups simplify administration.
A role represents job or functional responsibilities.
Examples:
HR Analyst;
Security Administrator;
Accounts Payable Clerk.
PERSON
β
βΌ
ROLE
β
βΌ
PERMISSIONS
This is easier to manage than assigning every permission manually.
Detailed RBAC theory will be covered in the authorization lesson.
A group is an administrative collection of identities.
A role expresses:
a functional responsibility.
They can overlap in implementation but are conceptually distinct.
Grant subjects only the privileges necessary to perform authorized responsibilities.
Example:
A help-desk employee may reset passwords.
That does not mean the help-desk employee should be able to:
alter firewall policy;
read payroll records;
disable audit logs.
Need to know asks:
Does this person need this specific information to perform an authorized duty?
| Least Privilege | Need to Know |
|---|---|
| Minimum system privileges | Minimum required information |
| βWhat actions?β | βWhat information?β |
Critical tasks may be divided among multiple individuals.
Example:
EMPLOYEE A
Creates payment
EMPLOYEE B
Approves payment
No single person controls the entire transaction.
Roles should be designed to avoid combinations that create unacceptable conflicts.
A privileged account has elevated capabilities.
Examples:
root;
domain administrator;
database administrator;
cloud administrator.
Compromise may permit:
configuration changes;
account creation;
security-control disablement;
data access.
An administrator may use:
skanu
for normal work.
And:
skanu-admin
for privileged administration.
This supports separation of ordinary and privileged activity.
Privileged Access Management can help control:
privileged credentials;
session authorization;
password rotation;
session monitoring;
temporary elevation.
Detailed PAM is covered later.
A service account is used by:
applications;
services;
scheduled processes;
automation.
They should have:
defined owner;
defined purpose;
least privilege;
credential lifecycle;
monitoring.
Service accounts may:
have passwords that never expire;
receive excessive privilege;
be poorly documented;
outlive the application.
These identities can become high-value attack targets.
Organizations increasingly manage:
PEOPLE
+
DEVICES
+
APPLICATIONS
+
SERVICES
+
WORKLOADS
All may require authenticated identity.
A device may authenticate using:
certificate;
hardware-bound credential;
cryptographic key.
Example:
USER AUTHENTICATED?
β
βΌ
DEVICE TRUSTED?
β
βΌ
ACCESS DECISION
A cloud service may need to access:
Database B.
The application should not necessarily use:
a human administrator's password.
Instead, workload identities and controlled service credentials can be used.
ISSUE
β
STORE
β
USE
β
ROTATE
β
REVOKE
β
DESTROY / RETIRE
Credentials should not casually appear in:
source code;
spreadsheets;
shared messages;
public repositories.
A password vault securely stores and manages credentials.
The current CISSP outline explicitly identifies password vaults as credential-management systems.
Depending on the solution:
secure storage;
access logging;
rotation;
checkout;
approval.
The vault itself becomes:
a high-value security asset.
Protect it appropriately.
Single Sign-On allows a user to authenticate once and access multiple authorized applications without repeatedly authenticating separately.
USER
β
βΌ
AUTHENTICATION
β
βΌ
SSO
βββ APPLICATION A
βββ APPLICATION B
βββ APPLICATION C
The CISSP outline explicitly includes SSO under identification and authentication strategy.
SSO can improve:
user experience;
centralized authentication;
credential management;
consistent policy.
If an attacker compromises the user's primary SSO session:
Multiple applications may become accessible.
Therefore strong:
authentication;
session security;
monitoring
are particularly important.
SSO proves/authenticates the user through a common mechanism.
Each application still needs to determine:
What is this user authorized to do here?
After authentication, systems often establish a session.
AUTHENTICATE
β
βΌ
SESSION CREATED
β
βΌ
AUTHORIZED ACTIVITY
β
βΌ
SESSION EXPIRES
Systems commonly issue:
session cookie;
token;
session identifier.
If an attacker steals a valid session identifier, the attacker may be able to act as the authenticated user.
Consider:
unpredictable identifiers;
encryption;
secure storage;
timeout;
revocation;
reauthentication.
An unattended authenticated session may allow unauthorized access.
Therefore policy may terminate sessions after:
a period of inactivity.
A system may also restrict how long a session can exist regardless of activity.
A user may authenticate normally to view an account.
But changing bank information may require:
stronger reauthentication.
This is sometimes called:
The current CISSP outline explicitly includes Just-In-Time under identification and authentication strategy.
JIT access provides privileges only when they are needed.
ADMIN ACCOUNT
β
24/7 PRIVILEGE
ADMIN
β
βΌ
REQUEST PRIVILEGE
β
βΌ
APPROVAL / POLICY
β
βΌ
TEMPORARY PRIVILEGE
β
βΌ
TASK
β
βΌ
PRIVILEGE REMOVED
JIT reduces:
the amount of time privileged access exists.
This reduces the attacker's opportunity if credentials are compromised.
Federation allows one trusted identity provider to provide authentication information or assertions for separately administered services.
NIST SP 800-63C-4 defines federation around identity providers/credential providers and relying parties exchanging identity assertions.
USER
β
βΌ
IDENTITY PROVIDER
β
β Assertion
βΌ
APPLICATION
RELYING PARTY
Without federation:
APP A β Account/password
APP B β Account/password
APP C β Account/password
APP D β Account/password
With federation:
CENTRAL IDENTITY PROVIDER
β
βββββββΌββββββ
βΌ βΌ βΌ
A B C
ISC2 explicitly requires understanding federated identity with third-party services in:
on-premises;
cloud;
hybrid environments.
Detailed federation protocols are reserved for the next lesson.
Not all identity processes require the same level of confidence.
A newsletter account may require relatively little proofing.
A high-value financial or government identity may require substantially more.
NIST published SP 800-63 Revision 4 as final guidance in July 2025, superseding Revision 3.
Its companion volumes address:
identity proofing and enrollment;
authentication and authenticator management;
federation and assertions.
At a high level, NIST uses concepts including:
Identity Assurance Level.
How strongly was the real-world identity established?
Authenticator Assurance Level.
How strongly is the user authenticated?
Federation Assurance Level.
What assurance applies to federated assertions?
These are useful conceptual distinctions.
An organization strongly authenticates a person with a hardware security key.
But the original account was created based only on:
an anonymous email address.
Authentication may be strong.
Identity proofing may be weak.
An attacker may bypass strong MFA by exploiting:
a weak password-reset process.
Account recovery should provide assurance appropriate to the protected account.
Otherwise:
STRONG MFA
+
WEAK RECOVERY
=
WEAK EFFECTIVE AUTHENTICATION
Attackers may contact a help desk and claim:
βI lost my phone. Reset my MFA.β
Identity verification before recovery is therefore critical.
| Concept | Question |
|---|---|
| Identification | Who do you claim to be? |
| Authentication | Can you prove it? |
| Authorization | What are you allowed to do? |
| Accounting | What did you do? |
| Accountability | Can activity be tied to you? |
SUBJECT
β
βΌ
IDENTIFY
β
βΌ
AUTHENTICATE
β
βΌ
AUTHORIZE
β
βΌ
ACCESS RESOURCE
β
βΌ
LOG ACTIVITY
β
βΌ
REVIEW / TERMINATE
An access decision may depend on:
user;
role;
device;
location;
resource;
risk.
Detailed policy decision and enforcement concepts will be covered under Objective 5.4.
A strong authorization approach generally begins from:
rather than:
Access creep occurs when users accumulate permissions as their roles change.
Example:
ACCOUNTANT
β
Permissions A
β
PROMOTED TO MANAGER
β
Permissions A + B
β
TRANSFERRED TO HR
β
Permissions A + B + C
Old access was never removed.
Eventually a user may possess:
significantly more access than required.
Provisioning lifecycle controls will address this in depth later.
Dormant accounts may remain:
enabled;
privileged;
forgotten.
Attackers value unused accounts because legitimate owners may not notice suspicious activity quickly.
An orphan account no longer has an appropriate active owner.
Example:
Former employee account still enabled.
These are serious IAM hygiene issues.
Examples:
admin;
support;
operator.
Generic accounts may be necessary in limited technical circumstances but reduce individual accountability when broadly shared.
Where feasible:
Use individually attributable identities.
Emergency accounts may exist for exceptional conditions such as:
identity-provider outage;
administrative recovery.
They should receive:
strong protection;
limited use;
monitoring;
post-use review.
Example:
APPLICATION A
β
βΌ
AUTHENTICATE
β
βΌ
API B
Do not solve machine authentication by embedding:
human passwords.
Applications may use:
certificates;
tokens;
API credentials;
cryptographic keys.
These need secure storage and rotation.
Zero Trust decisions commonly evaluate:
SUBJECT
+
DEVICE
+
RESOURCE
+
CONTEXT
+
POLICY
Identity is therefore a major control point in modern architectures.
Risk can change during a session.
Examples:
impossible travel;
unusual device behavior;
sudden privilege use.
Systems may respond with:
reauthentication;
access restriction;
session termination.
A low-risk login may receive normal authentication.
A high-risk login may require:
stronger authentication.
Example:
KNOWN DEVICE + NORMAL LOCATION
β
βΌ
STANDARD AUTHENTICATION
NEW DEVICE + HIGH-RISK LOCATION
β
βΌ
STEP-UP AUTHENTICATION
An IAM program also requires:
policies;
ownership;
approvals;
access reviews;
lifecycle processes.
Security administrators should not necessarily decide:
who has a legitimate business need for every piece of information.
The appropriate:
data owner;
system owner;
business owner
often participates in authorization decisions.
Security administrators may:
implement access;
manage systems;
enforce approved decisions.
They should not automatically:
approve their own business access.
BUSINESS REQUIREMENT
β
βΌ
ACCESS POLICY
β
βΌ
OWNER APPROVAL
β
βΌ
IAM IMPLEMENTATION
β
βΌ
ACCESS
β
βΌ
MONITORING
β
βΌ
REVIEW
Use the SierraTec Secure IDENTITY model for IAM questions.
Who or what is requesting access?
How is identity proved and authenticated?
What access is legitimately required?
Limit access to the minimum necessary.
Maintain accountability and logs.
Review permissions and unusual behavior.
Remove rights promptly when conditions change.
Trust is the result of validation and policyβnot assumption.
I
IDENTIFY SUBJECT
β
βΌ
D
DEMONSTRATE IDENTITY
β
βΌ
E
ESTABLISH RIGHTS
β
βΌ
N
NEED TO KNOW
β
βΌ
T
TRACK ACTIVITY
β
βΌ
I
INSPECT ACCESS
β
βΌ
T
TERMINATE
β
βΌ
Y
YIELD TRUST
A user enters:
skanu
into a login screen.
What has occurred?
A. Identification
B. Authorization
C. Accounting
D. Federation
A
The user has claimed an identity.
After entering a username, the user enters a password and uses a hardware security key.
What process is occurring?
A. Authentication
B. Authorization
C. Accounting
D. Data classification
A
A successfully authenticated employee attempts to open the payroll database.
What determines whether the employee may proceed?
A. Authorization
B. Identification
C. Encryption only
D. Availability
A
A system records that Administrator Alice changed a firewall rule at 10:32.
Which AAA function is represented?
A. Accounting
B. Authentication
C. Authorization
D. Identification
A
Which combination provides true multifactor authentication?
A. Password + PIN
B. Password + security key
C. Password + security question
D. PIN + passphrase
B
Password is knowledge.
Security key is possession.
A system uses excellent MFA, but accounts are issued without verifying who applicants actually are.
What is the PRIMARY weakness?
A. Identity proofing
B. Encryption
C. Availability
D. Logging
A
A help-desk employee needs permission to reset ordinary user passwords.
Which access is BEST?
A. Domain Administrator
B. Delegated password-reset permission only
C. Full database administrator
D. Enterprise root account
B
One employee can create a supplier and approve payment to that supplier.
What is the PRIMARY concern?
A. Failure of separation of duties
B. Weak encryption
C. Lack of network bandwidth
D. Certificate expiration
A
Five network administrators share one account called:
netadmin
What is the GREATEST concern?
A. Accountability is weakened.
B. Availability is too high.
C. Encryption becomes impossible.
D. The account cannot be privileged.
A
A database service account has enterprise administrator privileges even though it only needs access to one database.
Which principle is MOST clearly violated?
A. Least privilege
B. Availability
C. Data minimization only
D. Nonrepudiation
A
Administrators store shared emergency credentials in an encrypted enterprise system that logs checkout and rotates passwords.
What solution is being used?
A. Credential/password vault
B. IDS
C. CDN
D. VLAN
A
A user authenticates once and then accesses several authorized business applications without entering credentials separately for each.
What concept is represented?
A. SSO
B. DAC
C. VPN
D. Hashing
A
A user's central SSO session is stolen.
Why is the incident especially serious?
A. Multiple connected applications may become exposed through one compromised session.
B. SSO prevents authentication.
C. SSO automatically removes authorization.
D. SSO eliminates logging.
A
An administrator receives elevated privileges only for one approved maintenance window, after which the privileges automatically expire.
What concept is demonstrated?
A. Just-In-Time access
B. Permanent privilege
C. DAC only
D. Federation
A
An attacker obtains a user's valid authenticated session token.
What is the PRIMARY concern?
A. The attacker may hijack the authenticated session without repeating normal authentication.
B. The password has automatically changed.
C. The account is automatically disabled.
D. The user becomes anonymous.
A
A fingerprint scanner incorrectly allows an unauthorized user to authenticate.
Which metric does this affect?
A. FAR
B. FRR
C. Throughput
D. Jitter
A
A legitimate user is repeatedly denied by an iris scanner.
Which metric is relevant?
A. FRR
B. FAR
C. ARO
D. ALE
A
An employee transfers from finance to human resources but retains finance access.
What problem is occurring?
A. Access creep
B. Strong separation of duties
C. Secure federation
D. Network segmentation
A
An employee left the company two months ago, but the account remains active.
What is the PRIMARY problem?
A. Deprovisioning failure
B. Strong authentication
C. Excessive auditing
D. Data classification
A
Detailed provisioning lifecycle controls will be covered in a later Domain 5 lesson.
An application uses a developer's personal administrator password to access a production database.
What is the BEST improvement?
A. Establish a dedicated controlled service/workload identity with least privilege.
B. Share the password with additional developers.
C. Remove authentication.
D. Publish the password in documentation.
A
No.
Identification:
βI am Alice.β
Authentication:
βProve it.β
No.
A valid employee can still be denied access to payroll.
Usually, identity must first be established sufficiently to make the authorization decision.
No.
Two knowledge factors are not independent factor categories.
Biometrics involve probabilistic matching.
False acceptance and false rejection are possible.
Reducing false rejection by loosening the threshold may increase false acceptance.
Security and usability must be balanced.
SSO can improve centralized control.
But it also concentrates authentication/session risk.
No.
Applications still enforce their own appropriate authorization policies.
Every important non-human identity should have:
purpose;
owner;
lifecycle.
Vaults improve control but themselves become high-value assets.
Modern access decisions may also evaluate:
device;
context;
resource;
risk.
Network location alone should not establish identity.
No.
Authentication proves control over issued authenticators.
It cannot retroactively prove the enrollment process identified the correct person.
No.
Recovery can become a bypass around stronger authentication.
Separate ordinary and privileged activity where feasible.
CISSP generally favors:
minimum access necessary for the legitimate business requirement.
What does identification answer?
A. Who do you claim to be?
B. What are you allowed to do?
C. What did you do?
D. Which data should be encrypted?
A
What does authentication establish?
A. Confidence that the claimant controls appropriate authenticators for the claimed identity.
B. Business authorization.
C. Data ownership.
D. Backup scheduling.
A
What does authorization determine?
A. What an authenticated subject may do.
B. Who the subject claims to be.
C. Whether backups succeed.
D. Which network topology exists.
A
Which AAA component records user activity?
A. Accounting
B. Authentication
C. Authorization
D. Availability
A
Which is an example of a possession factor?
A. Hardware security key
B. Password
C. PIN
D. Passphrase
A
Which combination is MFA?
A. Password + smart card
B. Password + PIN
C. Password + security question
D. PIN + passphrase
A
What is identity proofing?
A. Establishing confidence in the real identity of an applicant.
B. Assigning firewall rules.
C. Encrypting credentials.
D. Logging out a user.
A
Which biometric metric represents unauthorized users incorrectly accepted?
A. FAR
B. FRR
C. MTTR
D. RTO
A
Which biometric metric represents authorized users incorrectly rejected?
A. FRR
B. FAR
C. RPO
D. ALE
A
What is the principle of least privilege?
A. Grant only permissions necessary for authorized duties.
B. Grant all employees administrator rights.
C. Deny all logging.
D. Share credentials.
A
Need to know primarily concerns:
A. Access to required information.
B. Network throughput.
C. Power availability.
D. Certificate expiration.
A
What does separation of duties attempt to prevent?
A. Excessive control of a sensitive process by one individual.
B. Authentication.
C. Network segmentation.
D. Encryption.
A
Which is the greatest concern with shared privileged accounts?
A. Reduced accountability.
B. Increased bandwidth.
C. Excessive encryption.
D. Strong identity proofing.
A
What should a service account have?
A. Defined purpose, owner, least privilege, and lifecycle.
B. Unlimited privilege.
C. Shared human password.
D. No monitoring.
A
What is the primary benefit of SSO?
A. One authentication experience can support access to multiple authorized services.
B. It eliminates authorization.
C. It removes session risk.
D. It eliminates identity proofing.
A
What is Just-In-Time access?
A. Privilege provided only when required and removed afterward.
B. Permanent administrative privilege.
C. Shared accounts.
D. Public access.
A
Which is a major session-security concern?
A. Theft of a valid session token.
B. VLAN numbering.
C. UPS capacity.
D. Fire suppression.
A
What is federation?
A. Trusted sharing of identity/authentication information across separately administered systems.
B. Local disk encryption.
C. Firewall clustering.
D. Data destruction.
A
What does AAL represent in NIST's digital-identity framework?
A. Authentication assurance level.
B. Asset availability level.
C. Application authorization list.
D. Annual audit limit.
A
Which statement is MOST accurate?
A. IAM must govern human and non-human identities throughout their lifecycle.
B. IAM applies only to employee passwords.
C. Authentication eliminates authorization requirements.
D. Network location proves identity.
A
A user successfully authenticates to the enterprise but attempts to access a classified project unrelated to their job.
Which control should prevent access?
A. Authorization
B. Identification
C. Authentication only
D. Accounting only
A
A company wants administrators' actions to be individually traceable.
Which approach is BEST?
A. Issue unique administrative identities and log privileged activity.
B. Use one shared root account.
C. Disable logging.
D. Allow anonymous administration.
A
An attacker convinces a help-desk employee to reset an executive's MFA enrollment without adequate identity verification.
What failed?
A. Identity verification/recovery procedures
B. Encryption
C. Network routing
D. Availability
A
A user has permissions accumulated from five previous job roles.
Which control is MOST needed?
A. Access review and role-transition lifecycle management.
B. Stronger encryption only.
C. Additional network bandwidth.
D. More shared accounts.
A
An administrator requires domain-level privilege for one maintenance task each month.
Which approach BEST reduces risk?
A. Just-In-Time privilege elevation.
B. Permanent domain-administrator membership.
C. Shared administrator password.
D. Disable auditing.
A
A customer enters two passwords to access a banking system.
Management claims this is MFA.
Which statement is MOST accurate?
A. It is not true MFA because both credentials are knowledge factors.
B. It is automatically three-factor authentication.
C. Passwords are possession factors.
D. Factor categories do not matter.
A
A company wants to reduce the number of reusable passwords while improving resistance to credential phishing.
Which technology should be considered?
A. Cryptographic passwordless authenticators such as appropriately implemented passkeys/security keys.
B. Shared passwords.
C. Telnet.
D. Public password spreadsheets.
A
NIST Revision 4 explicitly incorporates modern syncable authenticators such as passkeys into its authentication guidance.
A service account belongs to an application that was retired two years ago, but the account remains enabled with privileged access.
What is the PRIMARY concern?
A. Orphaned non-human identity with unnecessary privilege.
B. Strong availability.
C. Excessive MFA.
D. Too much federation.
A
A user authenticates once to a central identity service and then accesses several cloud applications.
Which architecture is MOST directly involved?
A. SSO/federated identity.
B. DAC only.
C. Physical security.
D. Network cabling.
A
A company wants access decisions to consider user identity, device condition, location, and current threat risk.
Which approach BEST reflects that objective?
A. Contextual/risk-aware authentication and authorization.
B. Static shared password.
C. Unrestricted network trust.
D. Anonymous access.
A
| Concept | Primary Question |
|---|---|
| Identification | Who do you claim to be? |
| Authentication | Can you prove it? |
| Authorization | What may you do? |
| Accounting | What did you do? |
| Accountability | Can your actions be traced to you? |
| Proofing | Are you really the identity being enrolled? |
| Credentialing | What credential represents/binds the identity? |
| Session management | How long does authenticated access remain valid? |
| Factor | Examples |
|---|---|
| Something you know | Password, PIN |
| Something you have | Security key, smart card |
| Something you are | Fingerprint, iris |
| Contextual/location | Location/device context |
| Behavioral | Typing or usage patterns |
Remember:
MFA normally requires independent factor categories.
| Metric | Meaning |
|---|---|
| FAR | Unauthorized person accepted |
| FRR | Authorized person rejected |
| CER/EER | Point at which FAR and FRR are equal |
| Account Type | Main Concern |
|---|---|
| Standard user | Appropriate routine access |
| Privileged | Elevated authority |
| Service | Non-human process identity |
| Shared | Weak accountability |
| Emergency/break-glass | Strong protection and monitoring |
| Dormant | Unused but potentially exploitable |
| Orphan | No valid active owner |
IDENTITY SOURCE
β
βΌ
IDENTITY PROOFING
β
βΌ
REGISTRATION
β
βΌ
AUTHENTICATOR ISSUE
β
βΌ
AUTHENTICATION
β
βΌ
AUTHORIZATION
β
ββββββββΌββββββββ
βΌ βΌ βΌ
APP DATA SERVICE
β β β
ββββββββΌββββββββ
βΌ
ACCOUNTING
β
βΌ
ACCESS REVIEW
β
βΌ
MODIFY / TERMINATE
For IAM questions, think in this order:
WHO OR WHAT?
β
IS THE IDENTITY VALID?
β
HOW IS IT AUTHENTICATED?
β
WHAT ACCESS IS REQUIRED?
β
IS THAT ACCESS MINIMAL?
β
HOW IS ACTIVITY RECORDED?
β
WHEN SHOULD ACCESS CHANGE?
β
WHEN SHOULD ACCESS END?
Remember:
Domain 5 currently represents 13% of the CISSP examination.
Objective 5.1 covers physical and logical access to information, systems, devices, facilities, applications, and services.
Identification is a claim.
Authentication verifies the claimant.
Authorization determines permitted activity.
Accounting records activity.
Accountability requires attributable identities.
Shared accounts generally weaken accountability.
Identity proofing occurs before credential-based authentication can be meaningfully trusted.
NIST's current final Digital Identity Guidelines are SP 800-63 Revision 4, published in July 2025.
Revision 4 separately addresses identity proofing, authentication, and federation.
MFA requires more than simply entering two passwords.
Passwordless authentication is explicitly included in the current CISSP outline.
Modern passkeys use cryptographic authentication rather than reusable passwords.
Biometrics have false-acceptance and false-rejection tradeoffs.
Least privilege limits actions.
Need to know limits information exposure.
Separation of duties divides sensitive responsibilities.
Privileged identities need stronger protection and monitoring.
Service accounts are identities and require lifecycle management.
SSO improves usability and centralized authentication but increases the importance of protecting the central authentication/session environment.
JIT access reduces standing privilege.
Session tokens must be protected because session theft can bypass normal login steps.
Account recovery should not become a weak bypass around strong MFA.
Machines, workloads, and applications require managed identities just as humans do.
Identity federation allows trusted identity information to cross separately administered systems.
Strong IAM is a lifecycleβnot just a login screen.
Lesson Seventeen established the foundation of Identity and Access Management.
The fundamental IAM process is:
IDENTIFY
β
AUTHENTICATE
β
AUTHORIZE
β
ACCESS
β
ACCOUNT
β
REVIEW
β
TERMINATE
You learned the AAA model:
AUTHENTICATION
Who are you?
β
AUTHORIZATION
What may you do?
β
ACCOUNTING
What did you do?
You learned that authentication begins before the login screen.
Identity must first be established:
APPLICANT
β
IDENTITY PROOFING
β
REGISTRATION
β
ENROLLMENT
β
CREDENTIAL / AUTHENTICATOR
β
AUTHENTICATION
NIST's current SP 800-63 Revision 4 suite reflects this separation among identity proofing, authentication, and federation.
You examined authentication factors:
KNOW
+
HAVE
+
ARE
and learned that multiple values from the same category do not automatically provide true multifactor authentication.
You studied:
passwords;
security keys;
passkeys;
passwordless authentication;
biometrics;
FAR;
FRR;
CER/EER.
You then examined authorization principles:
LEAST PRIVILEGE
+
NEED TO KNOW
+
SEPARATION OF DUTIES
=
CONTROLLED ACCESS
You learned that IAM also governs non-human identities:
USERS
DEVICES
SERVICES
APPLICATIONS
WORKLOADS
Finally, you examined:
credential management;
password vaults;
SSO;
session management;
JIT access;
identity federation.
The central Lesson Seventeen principle is:
Trust should never begin with an account or a password. Effective IAM establishes identity, authenticates with appropriate assurance, authorizes only the minimum required access, records activity, continually reassesses access, and removes trust when it is no longer justified.
Before continuing to Lesson Eighteen, make sure you can explain without reviewing:
What IAM means.
The difference between an identity and an account.
What a subject is.
What an object is.
What identification means.
What authentication means.
What authorization means.
What accounting means.
What accountability means.
The AAA model.
Why shared accounts weaken accountability.
How IAM applies to information.
How IAM applies to systems.
How IAM applies to devices.
How IAM applies to facilities.
How IAM applies to applications.
How IAM applies to services.
What identity proofing means.
Why authentication cannot correct weak identity proofing.
What registration means.
What enrollment means.
What credentials and authenticators are.
The three classic authentication-factor categories.
What constitutes true MFA.
Why two passwords are not true MFA.
What passwordless authentication means.
What a passkey is conceptually.
Why phishing resistance matters.
What FAR means.
What FRR means.
What CER/EER means.
What groups are.
What roles are.
How roles and groups differ.
What least privilege means.
What need to know means.
What separation of duties means.
Why privileged accounts require stronger controls.
Why separate ordinary and privileged accounts.
What a service account is.
Why non-human identities require ownership and lifecycle management.
What a credential vault does.
What SSO does.
The security benefit and risk of SSO.
What session management means.
Why stolen session tokens are dangerous.
What idle timeout means.
What step-up authentication means.
What JIT access means.
Why standing privilege increases risk.
What identity federation means.
What IAL, AAL, and FAL mean conceptually.
Why recovery processes are part of authentication security.
What dormant and orphan accounts are.
Why break-glass accounts require strong monitoring.
Why IAM increasingly includes users, devices, applications, services, and workloads.
Lesson Eighteen will deepen Objectives 5.2, 5.3, and 5.6.
It will cover:
authentication architecture;
centralized authentication;
decentralized authentication;
LDAP;
Active Directory concepts;
Kerberos;
Kerberos entities;
KDC;
Authentication Server;
Ticket Granting Server;
Ticket Granting Ticket;
service tickets;
Kerberos workflow;
Kerberos security risks;
NTLM concepts;
RADIUS;
TACACS+;
Diameter;
certificate-based authentication;
smart cards;
FIDO2;
WebAuthn;
passkeys;
federation;
Identity Providers;
Service Providers/Relying Parties;
SAML;
assertions;
OAuth 2.0;
delegated authorization;
OpenID Connect;
authentication versus authorization;
identity tokens;
access tokens;
SSO;
federation trust;
on-premises federation;
cloud federation;
hybrid identity;
SCIM introduction;
identity brokers;
federation risks;
original diagrams;
exam traps;
CISSP-style scenarios.
The central Lesson Eighteen question will be:
How do authentication and federation technologies allow identities to prove who they are and securely access services across organizational, cloud, and application boundaries?
This lesson is independently developed educational material for the SierraTec Secure CISSP Certification Preparation Course.
CISSP is administered by ISC2. SierraTec Secure's course is independent certification-preparation material and should not be represented as official ISC2 training unless separately authorized.
Current Domain 5 scope and examination weighting were verified against the official ISC2 CISSP Certification Exam Outline. Domain 5 currently represents 13% of the examination and includes physical/logical access, authentication strategy, federation, authorization mechanisms, identity provisioning lifecycle, and authentication systems.
Digital-identity concepts were updated against the final NIST SP 800-63 Revision 4 suite published in July 2025. Revision 4 supersedes Revision 3 and addresses identity proofing and enrollment, authentication and authenticator management, and federation and assertions.
The SierraTec Secure IDENTITY framework, diagrams, scenarios, knowledge checks, tables, and practice questions are original instructional material and are not actual, recalled, leaked, or official CISSP examination questions.