Learn about platform authenticators, a technical foundation for implementing user authentication with WebAuthn / passkeys.
Vincent
Created: April 13, 2024
Updated: February 10, 2026

A Platform Authenticator is an integrated component within a device that manages cryptographic operations and securely stores credentials. It uses a device's inherent features, like biometric sensors to authenticate users. Examples include Apple's Touch ID and Face ID, Windows Hello, and Android's biometric capabilities. Unlike cross-platform (roaming) authenticators, platform authenticators are device-specific, offering a convenient and secure method for user authentication without the need for external devices.
Platform Authenticators represent a significant advancement in digital security, merging convenience with robust security measures to protect user identities and access. Here’s why they’re important in today’s digital ecosystem:
While platform authenticators are tied to a specific device, cross-platform (roaming) authenticators are portable, external devices used across multiple platforms. Here are some key differences:
For developers and organizations, supporting platform authenticators involves:
Table of Contents
Related Articles