Create User Action Signature Challenge
POST /auth/action/init
Starts a user action signing session, returning a challenge that will be used to verify the user's intent to perform an action.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
The permissions apply to the application only.
Auth:Action:Sign
Always Required
Request body
userActionPayload
*
String
The JSON encoded body of the request that is being signed
userActionHttpMethod
*
String
The HTTP method that will be used to make the request that is being signed. Can be one of the following:
POST
PUT
DELETE
GET
userActionHttpPath
*
String
The path of the request that is being signed
userActionServerKind
String
Optional
indicator of which Dfns service being called. Currently, this can only be Api
Example:
Responses
See Common Errors for common errors.
See User Action Signing Errors for user action signing specific errors.
Success - an object containing the user's authentication options
Format:
Examples
Last updated