← Back to AI & Technology
Sidy's Intelligence Brief — AI & Technology

Passkeys: Stop Asking Users to Protect a Reusable Secret

2026-09-2715 min read

Passwords and many traditional MFA flows can still fail when a user is tricked into presenting the right proof to the wrong service. Passkeys change the mechanism. WebAuthn credentials use public-key cryptography and are scoped to the relying party, so the authenticator can produce proof for the legitimate service without exposing a reusable password to a phishing site. The important shift is therefore not merely passwordless convenience; it is moving part of authentication security from human recognition of a trustworthy page into the protocol itself.

PasskeysAuthenticationPhishing resistanceWebAuthnDigital identity

The Brief in One Sentence

The breakthrough is not hiding a password better; it is making the authentication proof unusable by the wrong service.

Why It Matters Now

On 25 August 2026, W3C published Web Authentication Level 3 as a Recommendation. The standard defines strong, scoped public-key credentials for authenticating users to web applications. NIST's current digital-identity guidance identifies WebAuthn as an example of phishing resistance through verifier-name binding.

The operational shift is also visible in deployment. Microsoft announced that passkeys became the default authentication experience in Entra ID from 1 September 2026 for users enabled for SMS or voice, while the UK National Cyber Security Centre said in April 2026 that services should generally use passkeys where they are supported.

FIDO Alliance estimates roughly five billion passkeys are now in use and reports broad consumer and workforce adoption in a 2026 survey. Those adoption figures are ecosystem-sponsored research, not an independent census, but they indicate that passkeys have moved beyond a laboratory standard.

Explain It Simply

With a password, the service asks you to present a secret. A convincing fake site can ask for the same secret. If you type it there, the attacker can steal it.

With a passkey, your device keeps the private key and the service keeps the corresponding public key. When you sign in, your device proves possession of the private key without sending that private key to the site. More importantly, the credential is scoped to the legitimate relying party.

That changes the user's job. Instead of expecting the person to detect every convincing imitation, the protocol refuses to create the right proof for the wrong service.

Evidence Map

  • Observed / standard: W3C published WebAuthn Level 3 as a Recommendation on 25 August 2026. It defines scoped public-key credentials bound to authenticators and relying parties.
  • Observed / security mechanism: NIST SP 800-63B-4 describes WebAuthn as providing phishing resistance through verifier-name binding.
  • Observed / independent public guidance: the UK NCSC said in April 2026 that passkeys remove credential-phishing attacks by cryptographically binding authentication to the legitimate service, while retaining caveats around device security, credential managers and recovery.
  • Observed / platform deployment: Microsoft announced passkeys as the default Entra ID authentication experience from 1 September 2026 for affected SMS/voice users.
  • Ecosystem-sponsored adoption signal: FIDO Alliance's May 2026 research estimated five billion passkeys in use; its surveys covered 11,000 consumers and 1,400 workforce decision-makers across ten countries.
  • Inference: phishing resistance improves when the protocol prevents the user from presenting a valid credential to the wrong relying party, reducing dependence on visual judgment.
  • Uncertain: public adoption figures do not tell us what share of all sign-ins are already passkey-based, nor how consistently recovery and credential-management flows are implemented securely across services.

The Real Mechanism — Origin Before Memory

Password security begins with a shared secret. The service must recognize it, the user must protect it, and the login flow must prevent an attacker from stealing or replaying it. Extra factors can strengthen that system, but some factors can themselves be phished or socially engineered.

WebAuthn changes the center of gravity. The authenticator produces a cryptographic response for a specific relying party. NIST calls the general mechanism verifier-name binding: the output is bound to the authenticated verifier identifier.

The design lesson is broader than passkeys: when the system can encode who a proof is valid for, security depends less on asking a human to recognize the correct recipient.

Passwordless Is Not the Same as Phishing-Resistant

Removing the password field is not sufficient by itself. A login can be passwordless and still rely on a code, link or approval flow that an attacker can intercept, relay or socially engineer.

The stronger property is phishing resistance. NIST focuses on whether the authenticator output is bound to the intended verifier. That is why the mechanism matters more than the user-interface label.

A useful evaluation question is therefore not simply is this passwordless? but can a user be tricked into producing a valid authentication proof for the wrong party?

What Passkeys Do Not Solve

Passkeys reduce a major credential-phishing problem, but they do not secure the whole identity lifecycle.

  • Compromised device or credential manager: authentication still depends on the security of where credentials are stored and used.
  • Account recovery: a weak recovery path can reintroduce a weaker identity proof after a strong login method has been deployed.
  • Session theft: protecting the initial authentication does not automatically protect every session token after login.
  • Wrong authorization: proving who signed in does not prove that the person should have every permission granted afterward.
  • Malicious service: a genuine relying party can still behave badly; authentication proves the relationship, not the service's intentions.

The security boundary therefore moves. It does not disappear.

Sidy's Synthesis — Make the Proof Refuse the Wrong Recipient

When an attack succeeds because a human can give the correct proof to the wrong recipient, the strongest redesign is to make that proof unusable anywhere else.

My extension is to separate five layers:

  1. Identity claim: who is trying to sign in?
  2. Local user verification: is the person allowed to use the credential on this device?
  3. Recipient binding: for which service can this credential produce a valid proof?
  4. Session control: what happens after authentication succeeds?
  5. Recovery: what weaker path can restore access if the primary credential is lost?

This is not a W3C, NIST or FIDO framework. It is an analytical extension from the mechanism.

Decision rule: for a critical login, ask first whether the authentication proof can be presented to the wrong service. If it can, the design still depends too heavily on human vigilance.

AI Makes Deception Cheaper — Protocol Binding Changes the Defense

Generative AI can lower the cost of producing convincing messages, cloned voices, localized lures and rapid social-engineering variants. That makes a defense based mainly on spotting awkward language or suspicious presentation progressively weaker.

Passkeys do not need to decide whether a message sounds authentic. Their useful property is narrower and more structural: the credential is scoped to the relying party. This can remove credential theft through a fake origin even when the imitation looks convincing.

What becomes cheaper for attackers: personalization, imitation and phishing content generation. What passkeys constrain: obtaining a reusable authentication secret from the victim through a fake relying party. What remains exposed: recovery manipulation, session theft, malware, compromised devices, authorization abuse and social engineering that persuades a legitimate user to perform a legitimate but harmful action. Human judgment becomes more important after authentication: approving consequential actions, detecting account-recovery anomalies and assigning the right permissions.

What Could Break the Thesis

The thesis should be narrowed if large-scale independent evidence shows that passkey deployments routinely reintroduce equivalent credential-phishing exposure through recovery or synchronization paths; if browser or platform implementations fail to preserve relying-party scoping in practice; or if attackers shift compromise at scale toward post-login session theft and recovery in a way that makes origin-bound authentication a minor part of real account compromise.

It should also be kept narrow where identity proofing, authorization or device compromise—not credential phishing—is the dominant problem.

Build From This

  • Authentication inventory: classify every sign-in path as reusable secret, phishable factor, or phishing-resistant credential.
  • Recovery parity check: compare the strength of recovery with the strength of the normal login.
  • Recipient-binding test: ask whether the proof could be relayed or entered at an attacker-controlled service.
  • Session boundary review: separate authentication protection from post-login session and authorization controls.
  • Migration measurement: track not only passkey registration but actual passkey usage and fallback frequency.

Remember This

Phishing resistance improves when the proof knows who it is for.

Primary sources

Facts, figures and quotations should be traceable to the sources below. Sidy's synthesis is labeled as synthesis and does not replace sourced facts.

  1. Web Authentication Level 3 is now a W3C Recommendation — W3C
  2. Web Authentication: An API for accessing Public Key Credentials Level 3 — W3C
  3. Authenticators — SP 800-63B-4 — NIST
  4. Passkeys are more secure than traditional ways to log in — UK National Cyber Security Centre
  5. The State of Passkeys 2026 — FIDO Alliance
  6. Passkeys are the default authentication method in Entra ID — Microsoft