Perform step up authentication using MFA factor
- Print
- PDF
Perform step up authentication using MFA factor
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
Was this article helpful?