2FA_MODE - Intergraph Smart Materials - 10.2 - Help - Hexagon

Intergraph Smart Materials Web Help (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Web
Search by Category
Help
Smart Materials/Smart Reference Data Version
10.2

This DBA setting allows you to control the two-factor authentication (2FA) in Smart Materials Web.

If you enable 2FA:

  • Specify the token validity time using the DBA settings 2FA_TOKEN_VALIDITY

  • Ensure that all the users have a valid email address assigned on the Administration>Users page. Otherwise, they will not be able to login Smart Materials Web.

Once the 2FA is enabled, user needs to provide the verification code shared through the email once he logs in using Username and Password. This verification code should be given within the time specified in 2FA_TOKEN_VALIDITY, to complete the login procedure. The email is created using the m_pck_mail_custom.create_msg_text_2fa CIP function.

  • Module(s) affected by this setting: Smart Materials Web > Login

  • Valid values:

    • OFF (default): If 2FA_MODE is set to OFF, the two-factor authentication is disabled

    • For 2FA_ENABLE, following values are valid:

      • ALWAYS: The verification code must be entered at each login.

      • RANDOM: The verification code must be entered randomly.

      • IP_CHANGE: The verification code must be entered if the IP address is changed

      • IP_NEW: The verification code must be entered if a new IP address is used.

      • EVERY_X_DAYS: The verification code must be entered every X days. Specify the X value with DBA Setting 2FA_X.

      • EVERY_X_LOGINS.The verification code must be entered for every X logins. Specify the X value with DBA Setting 2FA_X.