Search papers, labs, and topics across Lattice.
This paper introduces Fidentikit, a browser-based crawler employing 43 heuristics to detect passkey adoption across websites by analyzing UI elements, DOM structures, WebAuthn API calls, network patterns, and library usage. They then use Fidentikit to conduct a large-scale census of passkey adoption across the top 100,000 websites ranked by Tranco. The results reveal that passkey adoption is correlated with website popularity and frequently relies on external identity providers.
Despite the hype, passkey adoption is still limited, with adoption strongly correlated with site popularity and often relying on external identity providers rather than native implementations.
Passkeys -- discoverable WebAuthn credentials synchronised across devices are widely promoted as the future of passwordless authentication. Built on the FIDO2 standard, they eliminate shared secrets and resist phishing while offering usability through platform credential managers. Since their introduction in 2022, major vendors have integrated passkeys into operating systems and browsers, and prominent websites have announced support. Yet the true extent of adoption across the broader web remains unknown. Measuring this is challenging because websites implement passkeys in heterogeneous ways. Some expose explicit ``Sign in with passkey'' buttons, others hide options under multi-step flows or rely on conditional mediation, and many adopt external mechanisms such as JavaScript libraries or OAuth-based identity providers. There is no standardised discovery endpoint, and dynamic, JavaScript-heavy pages complicate automated detection. This paper makes two contributions. First, we present Fidentikit, a browser-based crawler implementing 43 heuristics across five categories -- UI elements, DOM structures, WebAuthn API calls, network patterns, and library detection developed through iterative refinement over manual examination of 1,500 sites. Second, we apply Fidentikit to the top 100,000 Tranco-ranked domains, producing the first large-scale census of passkey adoption. Our results show adoption strongly correlates with site popularity and often depends on external identity providers rather than native implementations.