Passkey Provider
A passkey provider is a service or app that lets you create, store, and use passkeys, which are a passwordless way to sign in to apps and websites using something like your fingerprint or face. Examples include platform features built into a phone or computer and standalone apps such as an authenticator app. Once enabled, the provider handles the passkey behind the scenes when you log in.
A passkey provider is any entity that enables the creation, management, and use of passkeys, where a passkey is a passwordless FIDO credential used for authentication. Providers can be platform-integrated (for example, an OS-level passkey feature) or third-party applications; on modern mobile platforms, an authenticator app can typically be registered as a passkey provider through OS settings (for example, Autofill & Passwords on iOS, or provider settings on Android). Passkeys managed by a provider are generally either synced across devices or device-bound, and the provider mediates the passkey during authentication ceremonies (typically WebAuthn/FIDO2-based, though exact protocol support depends on the provider and platform). This term concerns credential storage and authentication use; it does not by itself address authorization, provisioning, or governance concerns.
Why it matters
Passkey providers are the practical delivery mechanism for passwordless authentication. A passkey is a FIDO credential that lets a user sign in with an inherence factor such as a fingerprint or facial recognition, or a device unlock gesture, rather than a shared secret like a password. Because the provider handles credential creation, storage, and use during the authentication ceremony, the choice of provider directly shapes the user's authentication experience and, in enterprise contexts, the trust an organization places in a given credential. Understanding what a provider is and where it lives is a prerequisite to reasoning about the assurance of any passkey-based sign-in.
The distinction between platform-integrated providers (an OS-level passkey feature) and third-party providers (a standalone authenticator app registered through OS settings) matters for both deployment and portability. On modern mobile platforms, an authenticator app can typically be registered as a passkey provider through OS settings, for example, Autofill & Passwords on iOS or provider settings on Android. This flexibility lets organizations and users select a provider that fits their ecosystem, but it also means the security and recovery properties of a passkey depend on which provider mediates it, not on the passkey concept alone.
Equally consequential is whether the passkeys a provider manages are synced across devices or device-bound, since this affects recovery, portability, and the assurance model. A synced passkey may be available across a user's devices through the provider, easing recovery, while a device-bound passkey stays on a single authenticator. Teams evaluating passkey providers should treat these characteristics as first-class decision inputs rather than assuming all providers behave identically.
Who it's relevant to
Inside Passkey Provider
Common questions
Answers to the questions practitioners most commonly ask about Passkey Provider.