Syncable Authenticators
A syncable authenticator is a login credential, such as a passkey, whose underlying cryptographic key can be copied and synchronized across multiple devices, often through a cloud service. This lets a user sign in from more than one device without setting up a new credential on each one. In practice these credentials still require the user to unlock or activate them, for example with a biometric or PIN, before they can be used.
A syncable authenticator is a software or hardware cryptographic authenticator that permits its authentication private key to be cloned, exported, and synchronized to other storage or devices, typically via the cloud, rather than remaining bound to a single hardware device. NIST addresses these authenticators, commonly implemented as passkeys, in supplementary guidance to the Digital Identity Guidelines (SP 800-63B, revision 4 draft). Per that guidance, syncable authenticators require the user to input an activation secret to initiate the cryptographic authentication protocol; the syncable property distinguishes them from device-bound authenticators whose keys cannot be exported or cloned. The ability to copy authentication secrets to the cloud, and from there to additional authenticators, is the defining characteristic and also the primary consideration when evaluating them against assurance-level requirements.
Why it matters
Syncable authenticators, most commonly implemented as passkeys, matter because they resolve a long-standing tension between security and usability in authentication. Phishing-resistant credentials have historically been device-bound, meaning a user had to enroll each device separately and could lose access entirely if a single device was lost. By allowing the underlying cryptographic private key to be cloned and synchronized across devices, typically through a cloud service, syncable authenticators make strong, phishing-resistant authentication practical for everyday users at scale while preserving the requirement that the user unlock or activate the credential with a biometric or PIN.
Who it's relevant to
Inside Syncable Authenticators
Common questions
Answers to the questions practitioners most commonly ask about Syncable Authenticators.