ReDoc documentation

tfa/provider/duo_security/get-authentication-data

tfa/provider/duo_security/get-authentication-data

post/V1/tfa/provider/duo_security/get-authentication-data

Get the information required to configure duo

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

200 Success.

default

Unexpected error

Request samples
{
  • "username": "string",
  • "password": "string"
}
Response samples
{
  • "signature": "string",
  • "api_hostname": "string",
  • "extension_attributes": { }
}