TL;DR: Passwordless authentication in 2026 only works when cryptographic credentials are bound to a verified human identity, because FIDO2 alone does not prevent insecure enrollment or impersonation, according to 1Kosmos. The governance test has shifted from password removal to whether identity proofing, phishing resistance, and hardware-backed verification are integrated end to end.
At a glance
What this is: This is an analysis of how passwordless authentication has shifted from convenience to identity assurance, with FIDO2, verification, and secure enrollment now defining real security.
Why it matters: It matters because IAM teams can no longer treat passwordless as a UX upgrade; they need controls that protect human identity, reduce takeover risk, and fit Zero Trust and assurance requirements.
By the numbers:
- Password resets historically account for a significant portion of IT support tickets, with some estimates putting it at 20 to 50% of help desk volume.
👉 Read 1Kosmos' analysis of passwordless authentication and identity assurance
Context
Passwordless authentication is no longer just about removing passwords. In practice, the real control question is whether the credential is tied to a verified human identity and protected by phishing-resistant cryptography, because weak enrollment can still let an impostor in. For identity programmes, that makes passwordless a human IAM and assurance issue, not merely an authentication feature.
The market has split between methods that eliminate shared secrets and methods that also verify who is enrolling the credential. That distinction matters for Zero Trust, regulated environments, and any programme trying to reduce account takeover without shifting risk into onboarding or recovery flows.
Key questions
A: Security teams should treat phishing resistance as the default requirement, not an optional enhancement. Use FIDO2-based methods with domain binding, then remove fallback paths that rely on codes, email links, or push approvals. If recovery or exception handling reintroduces replayable secrets, the overall control is no longer truly phishing-resistant.
Q: Why do passwordless deployments still fail when passwords are removed?
A: They fail when organisations eliminate passwords but keep weak identity proofing and recovery. In that case, an attacker can still gain a valid credential through insecure enrollment, social engineering, or account recovery abuse. The risk moves from password theft to identity issuance failure, which is often harder to detect.
Q: What do security teams get wrong about passwordless and biometrics?
A: They often assume biometrics authenticate the user by themselves. In mature implementations, biometrics only unlock a cryptographic key on the device, so the real security depends on how the key was created, stored, and recovered. Without strong proofing and device binding, biometrics are only part of the chain.
Q: How can IAM teams measure whether passwordless is actually improving security?
A: Measure whether phishing attempts, help desk resets, and recovery-based takeovers are falling without increasing onboarding fraud. Also check whether every enrolled credential can be traced back to a verified identity and a governed recovery path. If those controls are missing, the programme is reducing friction more than it is reducing risk.
Technical breakdown
FIDO2, passkeys, and phishing-resistant authentication
FIDO2 uses public-key cryptography so the server stores only public keys, while the private key stays on the user’s device. That removes replayable secrets from the login path. Passkeys improve usability by synchronising those credentials across trusted ecosystems, but the underlying security property remains the same only if the credential is released to the correct domain. Link-based login, SMS codes, and push approvals do not provide that guarantee, which is why they still fail under phishing pressure.
Practical implication: classify methods by phishing resistance, not by whether they feel passwordless.
Identity proofing and secure enrollment
The weakest point in many passwordless deployments is not the login ceremony but the moment credentials are issued. Secure enrollment means proving the person is real before the cryptographic credential is created, usually through document verification, liveness checks, and biometric matching. Without that step, passwordless can simply turn a stolen onboarding event into a durable account. This is why identity proofing and authentication now have to be designed as one chain rather than two separate controls.
Practical implication: review enrollment flows with the same scrutiny as sign-in flows, because that is where impersonation often begins.
Biometric unlocks, hardware binding, and Zero Trust access
Biometrics do not replace cryptographic authentication. They usually unlock a private key stored on the device or in hardware, which is what makes the login resistant to remote theft. When combined with device binding and policy checks, this supports Zero Trust expectations by tying access to both the enrolled person and the trusted endpoint. But if device issuance or recovery is weak, the control boundary shifts and the assurance claim weakens with it.
Practical implication: align device trust, biometric unlock, and recovery governance before treating passwordless as a Zero Trust control.
NHI Mgmt Group analysis
Identity proofing is now part of authentication, not a separate pre-step. Passwordless programmes fail when they treat enrollment as administrative plumbing and login as the real security event. The article shows why that split no longer holds: if the wrong person is enrolled, the strongest cryptography in the world still authenticates the wrong identity. For IAM leaders, the control boundary has moved upstream to proofing.
Phishing resistance is a property of the whole flow, not the protocol label. FIDO2 can be phishing-resistant, but only when the implementation preserves domain binding and avoids fallback methods that reintroduce replay risk. That means organisations need to assess the complete authentication path, including recovery, orchestration, and exception handling. The practitioner takeaway is simple: a passwordless label does not guarantee a phishing-resistant outcome.
Secure enrollment is the named concept that separates mature passwordless from cosmetic password removal. Secure enrollment means the verified identity is established before credentials exist, so attackers cannot simply front-load account takeover into onboarding. This matters because many enterprises still optimise for user convenience at the point of registration while leaving identity proofing thin. The implication is that passwordless governance now has to include proofing assurance and lifecycle controls, not just login metrics.
Zero Trust depends on identity assurance, not only on stronger authenticators. Zero Trust architectures assume continuous confidence in who or what is requesting access, and passwordless only supports that model when the credential is bound to a verified user and trusted device. If enrolment is weak or recovery is loosely governed, the access decision is built on a false premise. The practical conclusion is that identity assurance must be measured as a Zero Trust control, not a separate IAM project.
Enterprise adoption is increasingly limited by operational trust debt, not just technology choice. The article makes clear that the differentiator is no longer whether a vendor offers passwordless, but whether the organisation can trust the identity lifecycle around it. That includes proofing, issuance, recovery, and revocation. IAM teams should evaluate passwordless as a lifecycle programme, because governance gaps often sit outside the cryptographic method itself.
From our research:
- 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage, according to Ultimate Guide to NHIs.
- Only 5.7% of organisations have full visibility into their service accounts, which means most identity programmes still lack complete control over machine identity exposure.
- For the broader control model: Ultimate Guide to NHIs , Static vs Dynamic Secrets shows why long-lived credentials remain a structural risk in identity governance.
What this signals
Passwordless adoption will increasingly be judged by enrollment assurance, recovery governance, and device binding rather than by whether a password field disappears. Teams that only track login friction will miss the actual control failure, which usually lives in identity proofing and exception handling.
Enrollment assurance debt: organisations that modernise authentication without redesigning proofing are simply moving attack surface upstream. For programmes aligned to NIST Cybersecurity Framework 2.0, this is a Protect and Govern issue, not a UX refinement.
The practical signal is that IAM, fraud, and help desk teams need a shared view of account issuance, recovery, and bypass events. Where those flows are siloed, attackers usually find the shortest path through the least governed one.
For practitioners
- Separate phishing resistance from passwordlessness Assess every login method for domain binding, replay resistance, and fallback exposure. If a method still depends on codes, pushes, or email links, treat it as an intermediate control rather than a phishing-resistant one.
- Harden enrollment before rollout Require identity proofing, liveness checks, and documented recovery procedures before issuing passwordless credentials. The highest-risk failure is a valid authenticator issued to the wrong person.
- Tie device trust to access policy Confirm that hardware-backed authenticators, managed devices, and recovery paths are all governed under the same access policy. A strong credential on an unmanaged or poorly recovered device still leaves an account exposure path.
- Review fallback and help desk paths Map every exception path, including temporary bypasses, account recovery, and service desk resets. Those paths often become the easiest way to defeat an otherwise strong passwordless design.
Key takeaways
- Passwordless only reduces risk when the credential is tied to a verified person and protected by phishing-resistant cryptography.
- The main failure mode is insecure enrollment, because a strong authenticator issued to the wrong identity still grants real access.
- IAM teams should govern proofing, recovery, and device trust as part of the passwordless control set, not as separate support processes.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-63, NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-63 | The article centers on identity proofing and authentication assurance levels. | |
| NIST Zero Trust (SP 800-207) | Passwordless is presented as a Zero Trust building block dependent on continuous assurance. | |
| NIST CSF 2.0 | PR.AC-7 | Authentication and access verification are directly relevant to phishing-resistant login. |
Map passwordless flows to AAL requirements and make proofing part of the authentication design.
Key terms
- Passwordless Authentication: An authentication approach that removes passwords from the login process and replaces them with cryptographic or possession-based methods. In mature deployments, the real control is not absence of a password but whether the credential is bound to the right identity, device, and recovery path.
- Identity Proofing: The process of verifying that a real person is who they claim to be before issuing or binding credentials. In passwordless programmes, proofing is the control that prevents impersonation at enrollment, which is often more dangerous than password theft because it creates a legitimate credential for the wrong user.
- Phishing-Resistant Authentication: Authentication that cannot be easily replayed, relayed, or captured by a fake website or social engineering flow. FIDO2 is the most common example, but the guarantee only holds when the implementation preserves domain binding and avoids weak fallback methods.
- Biometric Liveness Check: A verification step that confirms the person presenting a face, fingerprint, or other biometric is physically present and not a photo, replay, or synthetic spoof. It is a supporting control, not a complete authentication method on its own.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by 1Kosmos: Passwordless authentication in 2026 and the identity assurance problem. Read the original.
Published by the NHIMG editorial team on 2026-01-12.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org