Create Credential Challenge

POST /auth/credentials/init

Part of the flow Create Credential Regular flow.

Starts a create user credential session, returning a challenge that will be used to verify the user's identity.

Required Permissions

None

Request body

kind *

String

The kind of credential being added to the user's account; can be Fido2, Key, PasswordProtectedKey or RecoveryKey (see Credential Kind)

{
  "kind": "Fido2"
}

Responses

Success - an object containing the user's authentication options

Format:

Example

Last updated