Skip to main content

Verifying authentication via Duo method

POST 

/mfa/duo-web/verify

This API Authenticates the user via Duo-Web MFA method.

Request

Body

required
    userId stringrequired

    User id for Verification request.

    signedResponse stringrequired

    User id for Verification request.

Responses

The status of verification request.

Schema
    requestId stringnullable

    The verificationPollRequest request ID

    status string

    Possible values: [PENDING, SUCCESS, FAILED, LOCKOUT, NOT_ENOUGH_DATA]

    MFA Authentication status

    error stringnullable

    Error messages from MFA verification request

Loading...