What This Domain Covers
Authentication, trust relationships, identity lifecycle, authorization, access-control models, federation, and privilege administration.
Official weighting: 15%.
Exam Objectives
2.1 Implement and maintain authentication methods
Core idea: authentication method selection.
Scenario: Remote administrators authenticate only with passwords to a portal that controls production systems.
Practitioner response: Require phishing-resistant or strong MFA, conditional access, and session monitoring for privileged remote access.
Concepts to Understand
- single-factor and multi-factor authentication: MFA matters most when password compromise would grant broad access. For privileged access, prefer phishing-resistant or strong MFA with monitored sessions.
- single sign-on: single sign-on is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- device authentication: device authentication is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- federated access: federated access is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- OAuth2, OIDC, and SAML: OAuth2, OIDC, and SAML is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
2.2 Understand and support internetwork trust architectures
Core idea: trust boundaries.
Scenario: A partner API connection can reach internal services because it shares the same trust zone as employees.
Practitioner response: Constrain the third-party path through explicit trust boundaries, least privilege, monitoring, and scoped network/API controls.
Concepts to Understand
- one-way, two-way, transitive, and zero trust relationships: one-way, two-way, transitive, and zero trust relationships is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- internet, intranet, extranet, and DMZ: internet, intranet, extranet, and DMZ is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- third-party APIs, extensions, and middleware: third-party APIs, extensions, and middleware is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
2.3 Support and implement identity management lifecycle
Core idea: identity lifecycle.
Scenario: A terminated employee loses email access but still has inherited access through nested groups in a file system.
Practitioner response: Review and remove inherited entitlements during de-provisioning and verify access removal through reporting.
Concepts to Understand
- authorization: authorization is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- identity proofing: identity proofing is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- provisioning and de-provisioning: provisioning and de-provisioning is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- monitoring, reporting, and maintenance: monitoring, reporting, and maintenance is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- entitlements and inherited rights: entitlements and inherited rights is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- IAM systems: IAM systems is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
2.4 Understand and administer access controls
Core idea: authorization model selection.
Scenario: Access decisions must consider clearance, department, device posture, time, and data label.
Practitioner response: Use an access model that evaluates attributes and policy conditions, then monitor privileged exceptions.
Concepts to Understand
- mandatory access control: mandatory access control is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- discretionary access control: discretionary access control is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- role-based access control: role-based access control is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- rule-based access control: rule-based access control is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- attribute-based access control: attribute-based access control is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
- privileged access management: privileged access management is testable because a practitioner must know what control it supports, who owns it, what evidence proves it worked, and what failure looks like.
Decision Patterns
BEST
Choose the answer that satisfies the security requirement and leaves a defensible operational record.
FIRST
Prioritize safety, containment, authority, and evidence before convenience or final cleanup.
MOST EFFECTIVE
Prefer the control that changes the outcome, not merely the control that creates more information.
LEAST
Think least privilege, least disruption, or least residual risk depending on the stem.
Common Exam Traps
- Choosing an IAM user or static account when a role, federation, or managed identity is the safer pattern.
- Assuming authentication proves authorization.
- Ignoring inherited groups and stale entitlements during de-provisioning.
Comparisons
Authentication vs Authorization
| Option | Primary difference | Best use |
|---|---|---|
| Authentication | Proves or asserts identity | Passwords, MFA, certificates, federation |
| Authorization | Decides allowed actions | RBAC, ABAC, ACLs, policy rules |
Exam clue: If the user is logged in but can access another user record, the issue is authorization, not authentication.
RBAC vs ABAC vs DAC vs MAC
| Option | Primary difference | Best use |
|---|---|---|
| RBAC | Permissions from job roles | Stable job functions and least privilege groups |
| ABAC | Policies evaluate attributes | Device, time, clearance, label, department, location |
| DAC | Owner controls access | Flexible collaboration with owner accountability |
| MAC | System-enforced labels | High-assurance environments with strict classification |
Exam clue: When many conditions drive a decision, ABAC is often stronger than trying to create endless roles.
SSO vs federation
This comparison is covered through the domain objectives above and the SSCP review sheet.
IAM vs PAM
This comparison is covered through the domain objectives above and the SSCP review sheet.
Knowledge Check
- Can you identify the accountable owner before choosing the control?
- What evidence would prove the control worked?
- What changes if this becomes legally regulated or time-critical?
- What would fail if the administrator account, log source, or recovery dependency is unavailable?
Domain Mastery Checklist
Practice in the Arcade
This domain currently has 12 validated SSCP practice questions mapped to it.
Practice This DomainSources
ISC2 SSCP Certification Exam Outline
Reviewed 2026-08-08 for SSCP.
ISC2 SSCP Experience Requirements
Reviewed 2026-08-08 for SSCP.
ISC2 Endorsement
Reviewed 2026-08-08 for SSCP.
ISC2 Member Policies
Reviewed 2026-08-08 for SSCP.