立即试用 商务报价
专业版
文档 > 安全 > 双因素认证

本页目录

Two-Factor Authentication

Two-factor authentication is a state-of-the-art approach designed to provide an extra security layer. With 2FA, even though someone knows your password your ThingsBoard account is safe against malicious access.

In addition to entering a password, one must populate a secret code that comes to a pre-configured mailbox or phone. Also, a notification will be sent if someone tries to access one’s account.

The validity period of the secret and the remaining properties available for the system administrator can make online accounts invulnerable to cybercriminals.

image

Two-factor authentication options available in ThingsBoard

  • Email. With this approach, the user receives a secret code by mail after entering their valid username and password. For proper work of 2FA by email, an outgoing mail server should be configured.
  • SMS. A secret one-time code is sent to the user’s phone in short message. To receive SMS, a system administrator should set up the SMS provider properly.
  • Authenticator app. If enabled, users need to install an app on a computer or smartphone to generate a code. The software dynamically renders a short-time secrets that should be used on a second step of authentication process. A user can utilize any popular app, like Google Authenticator, Authy, or Duo.
  • Backup code. The backup code is a number of digits that the user generates in ThingsBoard and saves on secure device or prints out. Authentication with backup can be activated only in combination with any of the above types of authentication. The system administrator cannot configure a backup code approach as the only available 2FA option.

How to enable two-factor authentication for the platform

The system administrator user configures the default security policies and options for all remaining users. The former can turn on/off the possibility to use 2FA of any kind while the end user defines whether to use an additional verification or not. Follow the steps below to enable two-factor authentication for your ThingsBoard instance.

  1. Log in as a sysadmin to your ThingsBoard platform instance.
  2. Go to System Settings — Two-factor authentication section.
  3. Activate and configure one or more verification methods. Edit settings for all enabled 2FA providers (verification message template, verification code lifetime, total allowed time for verification, etc) if necessary.
  4. Save changes.

image

Two-factor authentication for the user login

If enabled, users on the platform can add an extra verification of their identity to access the data. Although 2FA can be a corporate security standard, the final decision on whether to use it or not is with a particular user. Sysadmin cannot force users to authenticate with 2FA.

  1. Log in with basic credentials.
  2. In the upper right corner, click on the three dots icon. In the dropdown menu, proceed with Password and authentication.
  3. Activate the convenient verification method. One can activate multiple providers.
  4. Save changes.

Important! The list of toggleable 2FA options depends on the system administrator’s settings.

2FA with email
  1. Enable authentication by email.
  2. Enter an email to receive a secret code.
  3. Enter the 6-digit code from the verification email.
  4. The next time the user logs in, he/she will need to provide the code received by email.
  5. While login, on your first step the user enters the email and password. Afterward, the security code from a mailbox should be populated.
2FA with Authenticator app:
  1. Enable authentication with the external app.
  2. Install and open the authenticator app on the device.
  3. Scan a QR code using the application.
  4. Enter the 6-digit code from authenticator.
  5. The next time the user logs in, he/she will need to provide the code rendered by the application.
  6. While login, on the first step the user enters the email and password. Afterward, the security code from the authenticator app should be populated.
2FA with SMS
  1. Turn on the authentication by SMS.
  2. Enter the valid phone number and expect to receive a verification short message.
  3. Input the 6-digit code from your verification SMS.
  4. The next time the user logs in, he/she will need to provide the code received in the SMS.
  5. While login, on the first step the user enters the email and password. Afterward, the security code from your SMS should be populated.
2FA with a Backup code
  1. Enable authentication with backup code.
  2. Once turned on, the codes will be available on the screen. The user can download them (txt) or print them. Each backup code can be used once.
  3. While regular login process, after email and password step click “Try another way” button.
  4. Select a way to verify with a backup code;
  5. Enter the 8-digit code from your backup codes list.

Next steps

  • 入门指南 - 快速学习ThingsBoard相关功能。

  • 安装指南 - 学习如何在各种操作系统上安装ThingsBoard。

  • 连接设备 - 学习如何根据你的连接方式或解决方案连接设备。

  • 可 视 化 - 学习如何配置复杂的ThingsBoard仪表板说明。

  • 数据处理 - 学习如何使用ThingsBoard规则引擎。

  • 数据分析 - 学习如何使用规则引擎执行基本的分析任务。

  • 硬件样品 - 学习如何将各种硬件平台连接到ThingsBoard。