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 with passcode

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

200 Success.

default

Unexpected error

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