Enable email OTP for multi-factor authentication

  • Release version: Xanadu
  • Updated August 1, 2024
  • 1 minute to read
  • Manage how two-factor authentication is applied on your instance.

    Use the glide.authenticate.multifactor.email.otp.enabled property to control whether a token for two-factor authentication is sent using email. Email is considered a weak MFA factor which an attacker is more likely to gain access into for bypassing MFA. By setting this property to false, the risk of an attacker bypassing MFA when they compromised a user's password is reduced.

    More information

    Attribute Description
    Configuration name glide.authenticate.multifactor.email.otp.enabled
    Configuration type System Properties (/sys_properties_list.do)
    Data type boolean
    Recommended value false
    Default value true
    Category Authentication
    Security risk
    • Severity score: 3.1
    • CVSS score: Low
    • Security risk details: Setting this property to false reduces the risk of a bad actor bypassing two-factor authentication.
    Dependencies and prerequisites None
    References Multi-factor authentication with Email