Skip to main content

Verifying authentication via Okta method

POST 

/mfa/okta-verify/verify

This API Authenticates the user via Okta-Verify MFA method. Request requires a header called 'slpt-forwarding', and it must contain a remote IP Address of caller.

Request

Body

required
    userId stringrequired

    User identifier for Verification request. The value of the user's attribute.

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...