Skip to main content

Provide Multi-Factor Authentication

POST 

/mfa

Governs the multi-factor authentication process for SDP user login, including the ability to remember the device so MFA is not always required.

Request

Header Parameters

    Device-ID string

    Identifier of the device

Body

required

MFA request data

    mfa_code stringrequired

    Multi-factor authentication code

    remember_me boolean

    Boolean flag to remember the user

    recaptcha_token string

    Token for reCAPTCHA validation. ReCAPTCHA token is required unless the DISABLE_RECAPTCHA configuration is set to true.

Responses

Successful authentication

Schema
    token string

    Authentication token

Loading...