Skip to main content

Provide Multi-Factor Authentication

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

Header Parameters
  • Device-ID string

    Identifier of the device

Request Body required

MFA request data

  • mfa_code string required

    Multi-factor authentication code

  • remember_me boolean

    Boolean flag to remember the user

  • recaptcha_token string

    Token for reCAPTCHA validation. ReCAPTCHA token is only required when ENABLE_RECAPTCHA configuration is set to true.

Responses

Successful authentication


Schema
  • token string

    Authentication token

Loading...