Most certification study guides treat passwordless authentication as a paragraph tucked under multi-factor authentication. That treatment is no longer adequate. FIDO2 and WebAuthn are formally incorporated into NIST SP 800-63B as phishing-resistant authenticators. Passkeys have been adopted by Apple, Google, and Microsoft at the platform level. Enterprise adoption has reached the point where two-thirds of executives consider passkey deployment a high or critical priority, and 87% have either successfully deployed or are currently deploying passkeys.
CISSP Domain 5, CISM governance frameworks, and CCSP cloud application security all reflect that shift in how authentication assurance is evaluated. If your preparation materials were written before 2024, this is a content area worth revisiting before exam day.
The stakes behind that shift are not abstract. In spring 2025, a record-breaking breach exposed 16 billion passwords in a single event. This is evidence that credential systems built on shared secrets remain fundamentally vulnerable to phishing, stuffing, and replay attacks. Passwordless authentication is the architectural response the industry has converged on, and all three certifications now test whether you can evaluate, govern, and deploy it correctly, depending on the exam angle you are sitting.
Why Passwordless Authentication Is No Longer a Future Exam Topic
The exam landscape on passwordless authentication changed when NIST moved from acknowledging passkeys as an emerging technology to formally incorporating them into its digital identity guidelines. NIST's supplement to SP 800-63B, published in 2024, formally authorized syncable authenticators (what the FIDO Alliance calls passkeys) for use at Authentication Assurance Level 2. That regulatory moment shifted passwordless from a best practice into a standards-backed authentication framework that certification exam content now reflects directly.
The organizational urgency behind that shift is equally concrete. Over 8 billion user accounts now have the option to authenticate with passkeys. Enterprise adoption surveys from HID and the FIDO Alliance show that 87% of organizations have deployed or are actively deploying passkeys. Yet CSO Online's 2025 analysis of enterprise passwordless adoption found that implementation complexity, hybrid environment challenges, and governance blind spots in enrollment and recovery flows remain the primary barriers, precisely the gaps that CISM and CCSP scenario questions are designed to test.
- For CISSP specifically, the shift matters because Domain 5 now expects you to evaluate authentication assurance levels using current NIST guidance rather than treating all MFA implementations as equivalent.
- For CISM, the shift matters because password elimination is a governance decision that requires executive authorization, policy development, and risk treatment planning before any technical migration begins.
- For CCSP, the shift matters because cloud-hosted applications increasingly depend on federation, SSO, and cloud IAM services that must account for passkey compatibility and shared responsibility boundaries.
The Technical Foundation All Three Exams Draw From
Before mapping content to each credential, it is worth establishing what FIDO2, WebAuthn, and passkeys actually are at the level all three exams expect. This is not a technical engineering deep-dive. It is the governance-level understanding that scenario questions assume you already have.
FIDO2 and the FIDO Alliance
FIDO2 is the umbrella term for the FIDO Alliance's second-generation authentication standards. It consists of two components: WebAuthn, developed with the W3C, and the Client to Authenticator Protocol (CTAP). Together, these two specifications define how a user device authenticates to a web application or platform without transmitting a password. The FIDO Alliance, an open industry association founded in 2013, governs these standards and provides compliance frameworks for regulated industries that need to demonstrate authentication assurance.
WebAuthn and the W3C Standard
WebAuthn is the web API component of FIDO2. It defines how browsers and operating systems communicate with authenticators and how relying parties verify identity using public key cryptography rather than a shared secret. NIST SP 800-63B formally references WebAuthn as an example of a standard providing phishing resistance through verifier name binding, meaning the authenticator secret is tied to the specific domain of the relying party. An attacker who redirects a user to a fraudulent site cannot replay the authentication credentials because the public key pair was generated specifically for the legitimate domain.
Passkeys: Syncable vs Device-Bound
Passkeys are the consumer-facing implementation of FIDO2 credentials. Two variants exist, and the distinction is exam-relevant.
- Device-bound passkeys are stored exclusively on the hardware authenticator or device on which they were created. They cannot be exported or synced, which makes them the stronger option for high-assurance environments. They are the appropriate choice for organizations with strict regulatory requirements around credential portability.
- Syncable passkeys allow the private key to be stored in a cloud-backed keychain: Apple iCloud Keychain, Google Password Manager, or Microsoft's equivalent, and synced across devices. NIST's 2024 supplement formally authorized syncable passkeys at AAL2 with specific requirements around how the key material is stored, transmitted, and protected. The exam tests whether you understand the security trade-offs this introduces: broader accessibility and simpler recovery, but with the private key's security now partly dependent on the platform provider's account security model.
Why Passwordless Is Phishing-Resistant
The phishing resistance property is the governance characteristic that makes passwordless authentication relevant to all three exams. Traditional passwords and most MFA implementations can be intercepted through credential phishing or adversary-in-the-middle attacks. FIDO2 credentials cannot be replayed because the authentication response is cryptographically bound to the specific domain of the relying party.
An attacker who intercepts the authentication exchange cannot use it to authenticate to any other service or to a lookalike domain. This is the property NIST uses to define phishing-resistant authentication, and it is the property that CISSP Domain 5 tests when it asks you to evaluate authentication assurance levels.
What CISSP Domain 5 Tests on Passwordless Authentication
CISSP Domain 5: Identity and Access Management evaluates passwordless authentication at the level of architectural decision-making and authentication assurance assessment. The exam does not ask you to configure a FIDO2 authenticator or write a WebAuthn relying party. It measures whether you can recognize which authentication architecture meets a given assurance requirement, evaluate the security properties of different authentication factors, and make governance-level decisions about authentication design within a defined risk context.
The authentication factor categories Domain 5 expects you to know are:
- Something you know (a password or PIN)
- Something you have (a device or hardware authenticator holding a private key)
- Something you are (biometric verification)
Passwordless implementations combine these factors without using a password as the knowledge factor. FIDO2 typically pairs something you have with either something you are (biometric) or something you know (a device PIN). That combination satisfies MFA requirements without a password, which is the architectural distinction the exam tests.
Authentication assurance levels connect directly to this content. NIST defines three assurance levels, and CISSP Domain 5 expects you to know which authentication mechanisms satisfy which levels:
- AAL1: Single-factor authentication, passwords acceptable
- AAL2: Multi-factor authentication required; syncable passkeys now formally authorized under NIST's 2024 supplement
- AAL3: Phishing-resistant hardware-bound authenticators required; FIDO2 device-bound keys qualify
Understanding why SMS-based OTP does not satisfy phishing resistance while FIDO2 does is exactly the type of assurance-level reasoning Domain 5 probes in scenario questions.
Pay attention to MOST, BEST, and PRIMARY qualifiers in Domain 5 authentication scenario questions. MOST and BEST questions typically ask you to select the authentication architecture that provides the strongest phishing resistance or meets the highest assurance level, given the organizational context described in the scenario. PRIMARY questions ask you to identify the dominant security property a given authentication mechanism provides.
For example, your organization is migrating a high-value financial application to a passwordless architecture. You are asked to select the most appropriate authentication mechanism for users who access the system from multiple devices across different platforms. The correct CISSP-level answer evaluates the assurance level requirement against the deployment constraints: a syncable passkey meets AAL2 and supports cross-device access, while a device-bound hardware security key meets AAL3 but creates device dependency that may not align with the operational context described.
The CISSP Bootcamp addresses Domain 5 IAM content in full through live scenario-based instruction that builds the authentication architecture, reasoning the exam values. The asymmetric cryptography guide establishes the public key cryptography foundation that FIDO2's phishing resistance property is built on, which is worth working through before engaging with passwordless content at an exam depth.
What CISM Tests on Passwordless Authentication
CISM does not test the technical mechanics of FIDO2 or WebAuthn. What it assesses is whether you can govern the organizational transition from password-based authentication to passwordless authentication as a security program management and risk governance decision.
Eliminating passwords across an enterprise is not a technical project. It is a governance initiative that demands:
- A documented risk assessment comparing the residual risks of the current password-based environment against the transition risks and residual risks of the passwordless target state
- Executive authorization, because authentication policy changes affect every user in the organization
- Stakeholder communication, because the user experience changes significantly
- A migration plan with defined phases, success metrics, and rollback criteria
The specific content areas CISM tests include password policy as a governance instrument, the risk treatment decision for legacy credential systems that cannot support passwordless migration, and the organizational accountability structures that define who owns authentication policy and who has authority to approve exceptions. CISM scenario questions about passwordless authentication typically present an organization that has identified password-based authentication as a significant risk and ask what the security manager should do to address it at a governance level. The exam consistently favors answers that establish a governance framework and risk treatment plan before any technical migration begins, rather than answers that jump directly to implementation.
The enrollment and recovery flow governance gap documented in CSO Online's 2025 analysis is directly relevant to CISM scenario questions. As one security expert noted, passwords remain present in passkey enrollment and recovery flows even after organizations consider themselves passwordless. Governing those flows (defining who can enroll a passkey, what identity verification is required before enrollment, and what recovery options are available if a passkey is lost) is a program management obligation that CISM tests explicitly.
You are tasked with presenting your organization's authentication modernization roadmap to the board. The board wants to understand the risk reduction justification for investing in passwordless infrastructure alongside the residual risks that remain after migration. The CISM-aligned response does not lead with FIDO2 specifications.
It frames the current environment's phishing and credential theft exposure in business impact terms, quantifies the reduction in breach risk that phishing-resistant authentication provides, identifies the transition risks, including enrollment complexity and legacy system dependencies, and presents a phased migration plan with defined governance checkpoints rather than a single cutover event.
Looking for some exam prep guidance and mentoring?
Learn about our personal mentoring

What CCSP Tests on Passwordless Authentication
CCSP's cloud application security and identity management content situates passwordless authentication within the specific constraints and dependencies of cloud-hosted environments. The exam assesses whether you understand how passwordless authentication integrates with cloud IAM services, where the shared responsibility boundary sits for authentication in cloud deployments, and how federation and SSO interact with FIDO2 when cloud applications are the relying parties.
When an organization deploys FIDO2 for a cloud-hosted application, the responsibilities are split as follows:
- The CSP is responsible for: Platform-level authentication services and the infrastructure supporting them
- The organization is responsible for: Authentication policy, user enrollment process, recovery flow governance, and the application-level configuration that defines which assurance levels are acceptable for which resource types
Federation and SSO create additional complexity for passwordless adoption in cloud environments. Many organizations authenticate users to a cloud identity provider using SAML or OIDC, then propagate that authentication to downstream cloud applications. Integrating FIDO2 at the identity provider level extends phishing-resistant authentication to all downstream applications without requiring each application to implement WebAuthn independently. CCSP tests whether you understand this architectural pattern and can evaluate its security properties within the shared responsibility model.
For example, your organization operates a multi-cloud environment where employees access applications hosted on three different cloud platforms using a single federated identity provider. You are asked to evaluate the most efficient architecture for extending phishing-resistant authentication across all three platforms. The correct CCSP-level answer identifies implementing FIDO2 at the identity provider level and propagating the authentication assertion to downstream applications through existing federation protocols, rather than implementing WebAuthn separately at each cloud application (which would create redundant authentication infrastructure and fragmented enrollment governance).
The CCSP Bootcamp addresses cloud IAM and application security content through scenario-based instruction that directly reflects how cloud identity governance appears in CCSP exam questions.
Exam Scenario Patterns for Passwordless Authentication
Scenario questions about passwordless authentication share a consistent structure across CISSP, CISM, and CCSP that becomes navigable once you recognize the underlying logic each exam applies.
Every passwordless scenario question tests whether you know which dimension of the topic the question is operating in (technical assurance, governance decision-making, or cloud architecture) and whether your proposed response accounts for the constraints specific to that dimension. When a scenario presents an authentication architecture decision, identify which credential's reasoning framework applies before evaluating answer choices.
MOST, BEST, FIRST, and PRIMARY qualifiers in passwordless questions follow predictable patterns:
- FIRST questions in governance scenarios favor establishing a risk assessment and governance framework before any technical migration activity begins.
- MOST questions about authentication architecture favor the option that provides the highest phishing resistance appropriate to the assurance level required by the scenario context.
- BEST questions about cloud identity favor the answer that accounts for shared responsibility boundaries and federation architecture rather than application-level implementation complexity.
- PRIMARY questions about passwordless security properties favor phishing resistance as the dominant characteristic over convenience, cost, or compatibility.
The most reliable signal that a scenario is testing CISM reasoning rather than CISSP reasoning is the presence of organizational governance language: board approval, policy development, stakeholder communication, or risk treatment planning. When that language appears, apply governance-first reasoning rather than technical architecture reasoning, even if the scenario involves a technical authentication system.
The Governance Gaps That Make Passwordless Harder Than It Looks
Passwordless authentication creates governance obligations that most implementation projects underestimate, and those obligations are precisely where CISM and CCSP scenario questions find their most instructive scenarios. Three gaps appear most frequently.
- The enrollment flow. Before a user can authenticate with a passkey, they must enroll for one. That enrollment process requires identity verification to confirm that the person enrolling the passkey is genuinely the account holder. If enrollment can be completed without phishing-resistant identity verification, the enrollment flow itself becomes the attack vector. An attacker who can convince a helpdesk to reset or re-enroll a passkey on their behalf has bypassed the entire phishing-resistant authentication system without touching the cryptographic layer.
- Recovery flows. When a user loses their device or their cloud account becomes inaccessible, they need a recovery path. If that recovery path falls back to a password or an SMS-based one-time code, the organization's passwordless implementation has a credential-based weakness at the recovery layer even when the primary authentication path is fully passwordless.
- Legacy system dependencies. Hybrid environments that mix cloud applications using FIDO2 with on-premises systems that cannot support modern authentication standards require governance frameworks that define acceptable assurance levels for each system category, document the risk acceptance rationale for legacy systems that cannot be migrated, and establish monitoring controls that compensate for the weaker authentication on systems that remain password-dependent.
Certification in 1 Week
Study everything you need to know for the CISSP exam in a 1-week bootcamp!
Frequently Asked Questions
Domain 5 evaluates biometrics as an authentication factor (something you are) rather than as a standalone authentication mechanism. In passwordless implementations, biometrics typically serve as the device-local verification step that releases the private key stored on the device. The biometric is never transmitted to the relying party. This is distinct from older biometric implementations, where the biometric template was stored and compared centrally. The exam tests whether you understand that FIDO2's use of biometrics is a local verification step rather than a remote authentication factor, and why that distinction matters for the phishing resistance property.
Device-bound passkeys store the private key exclusively on the hardware authenticator or device and cannot be exported. They provide stronger assurance but create device dependency. Syncable passkeys allow the private key to be stored in a cloud-backed keychain and synced across devices, providing broader accessibility but introducing dependency on the platform provider's account security model. NIST's 2024 supplement formally authorized syncable passkeys at AAL2. Device-bound passkeys are appropriate for AAL3 and high-assurance enterprise environments. The exam tests your ability to select the appropriate variant given the assurance level requirement and organizational context presented in the scenario.
CISM frames password elimination as a security program investment decision that requires a documented risk assessment, executive authorization, stakeholder engagement, and a phased implementation plan with defined governance checkpoints. The exam does not test whether passwordless authentication is technically superior to passwords (that is assumed). It tests whether you understand the governance process for making that transition responsibly, including how to communicate the residual risks that remain after migration to leadership and how to structure the policy framework that defines acceptable authentication methods across the organization.
CCSP tests applied architectural decision-making about how passwordless authentication integrates with cloud IAM services, federation protocols, and the shared responsibility model (not passkey configuration or coding). The exam expects you to evaluate architectural patterns, assess the security properties of different cloud identity integration approaches, and identify where organizational responsibility sits for authentication governance in cloud deployments. Implementation-level details are outside the scope of what the CCSP scenario questions test.
The Identity Security Concepts on CISSP, CISM, and CCSP Are Evolving. Prepare for All Three with Destination Certification
Passwordless authentication is not a topic that preparation programs can treat as supplementary reading. NIST has formally incorporated passkeys into its digital identity guidelines. Enterprise adoption has reached the point where most organizations are either deploying or planning deployment. All three certification exams reflect that reality through scenario questions that test authentication assurance evaluation, governance decision-making for credential policy transitions, and cloud identity architecture judgment. Preparation materials that predate 2024 may not address any of those dimensions adequately.
The CISSP Bootcamp addresses Domain 5 IAM content through live, scenario-based instruction that builds the authentication architecture and assurance-level reasoning the exam values. For security professionals whose preparation needs to account for current NIST digital identity guidance alongside the broader Domain 5 content, the bootcamp format builds both the technical vocabulary and the applied governance judgment that passwordless scenario questions demand.
For a grounding in the public key cryptography that underpins FIDO2's phishing resistance property, the free Cryptography Mini MasterClass builds the foundational knowledge that CISSP Domain 5 and CCSP cloud security content both draw from. It is the right starting point if your preparation needs cryptographic grounding before engaging with passwordless authentication at exam depth.
Identity security is one of the most consistently tested areas across CISSP, CISM, and CCSP. Destination Certification makes sure passwordless authentication is not your weak spot.
John is a major force behind the Destination Certification CISSP program's success, with over 25 years of global cybersecurity experience. He simplifies complex topics, and he utilizes innovative teaching methods that contribute to the program's industry-high exam success rates. As a leading Information Security professional in Canada, John co-authored a bestselling CISSP exam preparation guide and helped develop official CISSP curriculum materials. You can reach out to John on LinkedIn.











