Get the information required to configure duo
Get the information required to configure duo
POST /V1/tfa/provider/duo_security/configure
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/tfa/provider/duo_security/configure \
-d '{"tfaToken":"string"}'
Request examples
{
"tfaToken": "string"
}
Response examples (200)
{
"signature": "string",
"api_hostname": "string",
"extension_attributes": {}
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}