Passkey creation
High Level Flow
The high level flow for creating a passkey is:
-
A passkey creation link is created using the Beyond Identity APIs
-
The passkey creation link is delivered to the Beyond Identity SDK that is running on the user's device. Beyond Identity Provides two methods for delivering a passkey creation link to the SDK:
-
A developer can use the Beyond Identity API to generate a passkey creation link. The developer can then deliver that link to the end user however they want (in-line, sms, email, etc).
-
A developer can use the Beyond Identity API to send a passkey creation email to the end user.
-
-
The passkey creation link is passed to the Beyond Identity SDK bindPasskey() function. Upon success a private key will be generated, stored in the device's hardware trust module, and the public key will be stored in the Beyond Identity cloud.