Create Credential With Code
Finalizes the flow Create Credential With Code.
Adds a new credential to a user’s account. This endpoint is similar to the Create Credential endpoint, except:
-
it does not need the user to be authenticated
-
it does not need user action signing
-
it will only work with the challenge gotten from the Create Credential Challenge With Code endpoint
Authentication
No authentication required.Required Permissions
No authentication required.Body
- Fido2/Passkeys
- Public/Private key pair
- Password-protected Key
- Recovery Key
- <Deprecated> Password
- <Deprecated> TOTP
Register a Fido2 Credential, also known as Passkeys or WebauthN credential.
Fido2 Human-readable name of the credential.
1Challenge identifier returned by the create credential challenge endpoint.
1Response
Success
Fido2, Key, Password, Totp, RecoveryKey, PasswordProtectedKey Credential ID from the WebAuthn authenticator (base64url).
Dfns-internal UUID of the credential.
Whether the credential is active.
Human-readable name of the credential.
Public key of the credential.
Relying party identifier associated with the credential.
Origin where the credential was created.