Set Duo MFA configuration

PUT {{baseUrl}}/mfa/duo-web/config

This API sets the configuration of an Duo MFA method. A token with ORG_ADMIN authority is required to call this API.

Request Body

{"mfaMethod"=>"duo-web", "enabled"=>true, "host"=>"www.example.com", "accessKey"=>"qw123Y3QlA5UqocYpdU3rEkzrK2D497y", "identityAttribute"=>"email", "configProperties"=>{"skey"=>"12q3WERlcUHWJmiMqyCXI3uOF7EaDJTbdeOp6E2B", "ikey"=>"Q123WE45R6TY7890ZXCV"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"mfaMethod":"duo-web","enabled":true,"host":"www.example.com","accessKey":"q******y","identityAttribute":"email","configProperties":{"skey":"1******B","ikey":"Q123WE45R6TY7890ZXCV"}}