Post
/api/step-up/authenticate/{factor}
Security
HTTP
Type bearer
Path parameters
factor
stringRequired
MFA factor used
Valid values[
"TOTP",
"WEB_AUTHN"
]
Body parameters
{
"otp": "093971"
}object
Credentials to perform step up authentication
property*
object additionalProperties
Responses
200
The step up authentication result
object
result
string
Valid values[
"SUCCEEDED",
"CHALLENGE",
"FAILED"
]
additionalDetails
object
property*
object additionalProperties
401
step up authentication failed due to invalid credential.