Skip to main content
Skip table of contents

Two-factor authentication

Two-factor authentication is functionality to improve the user's identification by requiring the username and password and a code from an external physical device.

This makes it practically impossible, e.g. certain user groups (e.g. system administrators), to use shared credentials.

(Using shared credentials would make it almost impossible, e.g. to monitor specific user actions from the audit logs later on.)

Setup:

  1. The admin enables the 2-factor authentication for the specific user group.

  1. When the user in the group tries to log in for the first time, the user is requested to use or install the 2-factor authentication client (e.g. Authy, Google authenticator, MS Authenticator (available for free)) on his/her mobile device.

  2. The VMS and the authentication client are then synchronized with the software with VMS.

  3. This happens by transferring the "secret key" generated by the VMS to the authentication software via QR code or directly typing it to the software.

Example below:

  1. After that, the authentication client automatically generates new one-time passwords.

    1. (The passwords change periodically and are kept in sync as the VMS clocks and the authentication app have the same time.

    2. Note that this does not require any direct data communication link between the software.)

Login:

  1. The user provides the standard credentials to VMS (username, password)

  2. The VMS requests an authentication code from the authentication app for each login.

  3. The user provides the one-time password from the authentication app. The user types them to the VMS client.

Maintenance:

  1. If the user forgets his / her 2-factor secret key, the administrator can then reset the key from the system manager.

  2. After the 2-factor secret key reset, the user needs to update the private key next time he/she logs in. (See step 2).

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.