Passkey Integration
Introduction
Passkeys are modern, non-phishable methods of authentication that use public/private key pairs, whose access is moderated by the OS or the mobile app. The access moderation uses either a local biometric or passcode (PIN or password).
Once the user has been authenticated to the device, the cryptographic key is available to sign a challenge. The signed challenge is verified against a public key registered for the User.
Guides
- Passkey Registration - Describes the steps necessary to configure a standard registration flow using Passkeys.
- Passkey Authentication - Describes the steps necessary to configure a standard authentication flow using Passkeys.
- Passkey Registration and Authentication Tested Devices - A list of devices and web browsers tested for Passkeys support.
Further Reading
- Managing Identity Stores - Identity Stores serve as a director of Users created in TrustX. This guide covers Identity Store configuration and management options.
- Managing Users - Describes how to view and manage Users from the Backoffice application and TrustX API.