Physical and logical access
Control subject access to information, systems, devices, facilities, services, and applications based on approved need.
- Lesson
- d5-lesson
- Practice pool
- d5-questions
- Application
- cissp-s06
Control physical and logical access through identity proofing, authentication, federation, authorization, provisioning, review, revocation, and system integration.
Control subject access to information, systems, devices, facilities, services, and applications based on approved need.
Choose proofing, factors, passwords, tokens, biometrics, passwordless, risk-based, and contextual authentication patterns.
Integrate and govern third-party, cloud, on-premises, partner, and consumer identity through standards and trust relationships.
Apply discretionary, mandatory, role, rule, attribute, risk, and policy-based access decisions with least privilege.
Provision, review, modify, disable, revoke, reconcile, and audit human, service, privileged, shared, and device identities.
Implement and integrate directories, SSO, credential management, session controls, monitoring, recovery, and resilient authentication services.
IAM answers four different questions: Who or what is this identity? How is the current claimant authenticated? What may the resulting subject do? How does access remain aligned as people, devices, services, and relationships change? Keep identity proofing, authentication, authorization, and lifecycle separate when analyzing a scenario.
Grant access from approved business need and least privilege. Prefer individual, attributable, time-bounded access. Treat human, service, device, workload, privileged, shared, and external identities according to their risks.
| Objective | Required judgment | Proof |
|---|---|---|
| 5.1 Physical and logical access | Control access to information, systems, devices, facilities, services, and applications | Access is approved, bounded, attributable, reviewed, and revoked |
| 5.2 Identification and authentication strategy | Choose proofing, factors, credentials, passwordless, risk, and context patterns | Impersonation and recovery tests meet assurance requirements |
| 5.3 Federated identity | Establish and govern cloud, partner, workforce, and consumer trust | Issuer, audience, claims, keys, session, and deprovisioning are validated |
| 5.4 Authorization | Apply discretionary, mandatory, role, rule, attribute, risk, and policy models | A request can be explained from subject, action, object, context, and policy |
| 5.5 Identity lifecycle | Provision, review, modify, disable, revoke, reconcile, and audit every identity class | Joiner, mover, leaver, dormant, orphan, and privileged events meet time targets |
| 5.6 Authentication-system implementation | Integrate directories, SSO, credentials, sessions, monitoring, recovery, and resilience | Identity services fail safely and can recover without uncontrolled bypass |
Identity proofing establishes confidence that a claimed real-world identity is correctly bound to a digital identity. Use evidence, verification, authoritative sources, enrollment controls, and fraud resistance proportional to risk and law. Authentication later verifies that the claimant controls approved factors or credentials.
Factors are something known, possessed, or inherent, with contextual signals such as device, location, network, time, and behavior. Multiple items from the same category are not true multi-factor authentication. Passwords need length, blocklists, protected storage, rate limiting, secure recovery, and resistance to reuse and phishing. One-time codes improve some attacks but can still be phished. Hardware-backed, verifier-bound cryptographic authenticators can provide stronger phishing resistance. Biometrics are probabilistic identifiers and need false accept/reject analysis, liveness, privacy, enrollment, and fallback.
Risk-based authentication adjusts requirements from context but must not become an opaque bypass. Recovery is often the weakest path: verify the claimant, notify affected users, limit recovery privileges, protect support staff, and monitor unusual resets. Session management needs secure tokens, timeout, rotation, revocation, reauthentication for sensitive actions, and protection against fixation and theft.
Federation lets one domain rely on identity assertions or tokens from another. Define identity provider, relying party or service provider, trust anchor, protocol, claims, audience, validity, signing keys, and lifecycle. SAML commonly supports enterprise browser federation. OpenID Connect adds an identity layer over OAuth 2.0 for supported application patterns. OAuth is primarily delegated authorization; an access token is not automatically proof of user authentication for every design. Kerberos provides ticket-based authentication within trusted realms and is sensitive to time, key, and delegation design.
Validate issuer, audience, signature, algorithm, time, nonce or state where applicable, redirect URI, and claim mapping. Minimize token lifetime and scope. Protect signing keys and metadata changes. Map groups or attributes deliberately and prevent claim manipulation from creating privilege. Plan identity-provider outage, key rotation, merger, supplier termination, and emergency access.
SSO reduces password sprawl and centralizes policy but increases dependency and blast radius. Use strong controls, resilient design, monitoring, and step-up authentication for higher-risk actions.
Discretionary access control lets an owner decide within policy. Mandatory access control uses centrally controlled labels and clearances. Role-based access control groups permissions by job function. Rule-based access uses system rules such as network or time conditions. Attribute-based access control evaluates attributes of subject, resource, action, and environment. Risk-adaptive approaches incorporate contextual risk. Most real systems combine models.
Define default deny, least privilege, need to know, separation of duties, and complete mediation. Prevent toxic combinations such as initiating and approving the same payment. Privileged access management should control request, approval, credential or session issuance, just-in-time elevation, recording, command or action constraints, monitoring, and review. Break-glass access must be limited, independently monitored, tested, and reviewed after use.
Authorization decisions require current context. Group membership, role, device, location, data classification, relationship, transaction amount, and risk can change. Cache decisions only within a safe validity period and invalidate when authoritative attributes change.
Create identities from authoritative events. Obtain owner and access approval, enforce separation, and provision only required entitlements. For movers, reassess access rather than adding new permissions indefinitely. For leavers, disable access promptly, revoke sessions and credentials, transfer ownership, preserve required records, recover assets, and monitor for delayed integrations.
Reconcile directories, applications, cloud platforms, databases, devices, facilities, secrets, keys, and service accounts. Access reviews should give reviewers understandable entitlements and use evidence; rubber-stamp certification creates false assurance. Identify dormant, orphaned, shared, generic, duplicate, and overprivileged accounts. Service identities need owner, purpose, credential lifecycle, allowed workloads, and retirement trigger.
Directories and identity services are critical infrastructure. Protect administrative tiers, replicas, backups, time sources, DNS, certificates, connectors, synchronization, and recovery. Separate identity administration from ordinary workstation use. Monitor authentication failures, unusual success, impossible travel where meaningful, new factors, resets, privilege change, consent, token issuance, and dormant-account use.
Fail securely without making recovery impossible. An identity outage plan should define cached access, emergency roles, offline procedures, maximum duration, monitoring, and reconciliation. Do not create a permanent shared administrator password as the continuity strategy.
| Need | Strong approach | Frequent error |
|---|---|---|
| Workforce access to many services | Federated SSO, strong auth, lifecycle, scoped sessions | Local accounts in every service |
| High-risk privileged task | Just-in-time elevation, approval, bounded session, recording | Standing domain or cloud administrator access |
| Partner access | Dedicated federation trust, minimal claims, scoped authorization, expiry | Treat all partner users as employees |
| Password recovery | Proofing proportionate to risk, notifications, limits, monitoring | Knowledge questions with public answers |
| Service identity | Workload-bound credential, owner, rotation, least privilege | Shared long-term secret in code |
| Access review | Owner-friendly entitlement context and use evidence | Export a raw permission list for rubber-stamp approval |
A company acquires another organization and must provide access to selected applications within 30 days without merging directories immediately.