Delegated Login
Last updated
Last updated
POST /auth/login/delegated
Logs a user into an organization without the user's credentials.
If you want to use your own authentication system, while still using Delegated Signing
, you can use this endpoint to authenticate a user without needing the user's credentials.
The user authentication token can be used for read operations within the Dfns API, however, write operations will still require the user to sign the action.
Auth:Users:Read
Always Required
Auth:Users:Delegate
Always Required
Auth:Types:Employee
When kind
is CustomerEmployee
Auth:Types:EndUser
When kind
is EndUser
username
*
String
The username that identifies the user in the org
Success - the user's authentication token
See for common errors.
See for delegated authentication specific errors.