Perform step up authentication using MFA factor
    • PDF

    Perform step up authentication using MFA factor

    • PDF

    Article summary

    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"
    }
    Expand All
    object

    Credentials to perform step up authentication

    property*
    object additionalProperties
    Responses
    200

    The step up authentication result

    Expand All
    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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.