Passkey Creation During Sign-Up
This strategy offers passkey creation while a new account is being registered. It can establish passkey use from the first session, but it reaches only new accounts and should be combined with enrollment routes for existing users.The blue background represents product-specific account verification or
activation, not WebAuthn. If the signup method already provides enough
assurance to add a passkey, creation can happen before a separate fallback
is verified. The credential remains attached to the pending account until
every required signup step succeeds.
1
Start account registration
- The user provides the information required to create the account.
- The product collects the fallback or recovery method required for the selected authentication setup.
- The application creates or reserves the account that the passkey will belong to.
2
Offer passkey creation
- The application starts passkey creation as soon as the completed signup steps provide enough assurance to add the credential.
- Registration options are generated for the new account.
- The user can continue with passkey creation or skip it when creation is optional.
3
Complete passkey creation
- The browser or operating system asks the user to authorize creation with a supported device-unlock method.
- The server verifies and stores the credential for the new account before showing success.
4
Finish registration
- The user completes any remaining account verification, fallback verification or activation required by the product.
- An email address or phone number intended for fallback is usable only after its OTP or verification link succeeds.
- If passkey creation was skipped or cancelled, registration continues without a passkey and another creation route can be offered later.
Acceptance criteria
This flow covers passkey creation as part of registering a new account. Its reach is high among new users but does not enroll existing accounts.
References
- Relevant criteria: W2.7-AC01–AC02: How to get high passkey adoption in creation flows covers passkey creation during registration as a distinct enrollment opportunity.
- Relevant criteria: W2.7-AC02–AC03: Passkey Intelligence, login identifiers and verification covers verification during signup, verification before first login and recovery identifiers.
- Relevant criteria: W2.7-AC03: Passkeys user journeys covers establishing a recovery method when creating a new account with a passkey.
- Relevant criteria: W2.7-AC01: Server-side passkey registration covers account-bound registration options and credential storage.