Create Credential Challenge With Code
POST /auth/credentials/code/init
Part of the flow Create Credential With Code.
Creates a credential challenge using a one time code-time-code. This challenge must then be signed by the new credential, before finalizing the flow.
Request headers required. See Request Headers for more information.
Required Permissions
The permissions apply to the application only.
Name | Conditions |
---|---|
| Always Required (on the Application) |
| Always Required (on the Application) |
Request body
Property | Type | Description |
---|---|---|
|
| The code gotten from the Create Credential Code endpoint |
|
| Kind of credential being registered (see Credential Kind) |
Response
Same as Create Credential Challenge endpoint
Last updated