ReDoc documentation

tfa/provider/duo_security/authenticate

tfa/provider/duo_security/authenticate

post/V1/tfa/provider/duo_security/authenticate

Authenticate and get an admin token

Request
Request Body schema:
password
required
string
signatureResponse
required
string
username
required
string
Responses
200

200 Success.

default

Unexpected error

Request samples
{
  • "username": "string",
  • "password": "string",
  • "signatureResponse": "string"
}
Response samples
"string"