Create Delegated Recovery Challenge

POST /auth/recover/user/delegated

This endpoint enables setting up a recovery workflow for Delegated Signing. Via this configuration, the end user will not receive an email from Dfns but instead can establish recovery credentials that leverage the customer's brand for the recovery workflow.

Once the user has been verified by your auth system and this API has been called, you can call Recover User to complete the recovery process.

Required Permissions

Name
Conditions

Auth:Recover:Delegated

Always Required

Request body

username *

String

Email address of the user

credentialId *

String

The crdential ID of the user's recovery credential

Example

{
  "username": "[email protected]",
  "credentialId": "GMkW0zlmcoMxI1OX0Z96LL_Mz7dgeu6vOH5_TOeGyNk"
}

Responses

Success - an object containing the user's authentication options

Format:

Example

Last updated