Create Delegated Recovery Challenge
Last updated
Last updated
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 to complete the recovery process.
Auth:Users:Create
Always Required
Auth:Users:Delegate
Always Required
Auth:Types:Employee
When kind
is CustomerEmployee
Auth:Types:EndUser
When kind
is EndUser
username
*
String
Email address of the user
credentialId
*
String
The crdential ID of the user's recovery credential
Success - an object containing the user's authentication options
Format:
See for common errors.
See for delegated authentication specific errors.