Delegated Registration
Last updated
Last updated
POST /auth/registration/delegated
If you want to use your own authentication system, while still using Delegated Signing
, you can use this endpoint to register a new User in your organization, without your user needing to receive an email from Dfns.
This endpoint will:
Create a new User attached to your organization
Initiates a User Registration Challenge and returns the registration challenge.
On successful creation, the user's registration challenge will be returned. You will then need to call Complete User Registration to complete the user's registration.
Auth:Users:Create
Always Required
Auth:Users:Delegate
Always Required
Auth:Types:Employee
When kind
is CustomerEmployee
Auth:Types:EndUser
When kind
is EndUser
email
*
String
email of the user being created
kind
*
String
kind of user being created. Can be one of the following:
EndUser
CustomerEmployee
Success - an object containing the user's authentication options
The "challenge"
is the value that needs to be sent to the user to be signed in order to Complete User Registration
Format:
See for common errors.
See for delegated authentication specific errors.