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.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
The permissions apply to the application only.
Name
Conditions
Auth:Creds:Create
Always Required
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)
Responses
See Common Errors for common errors.
See Credential Management Errors for credential management specific errors.
Success - an object containing the user's authentication options
Format:
Example
Last updated