<aside> <img src="/icons/reorder_gray.svg" alt="/icons/reorder_gray.svg" width="40px" />

NAVIGATION

QUICK START

Supported documents

How to use Mindox

USER MANUAL

Account settings

Dashboard

Submission

Document editor

Build your IDP

My organization

Activity log

PRODUCT UPDATES

MFA(2FA)

Metadata

Cross-checking

API

API documentation

HELP CENTER

Support

</aside>

Release Overview & Implementation Guide

Multi-Factor Authentication (MFA) is a protective system that confirms a user's identity by demanding two or more separate verification methods, thereby introducing an additional security layer beyond a standard password. In this setup, the secondary verification step relies on a time-based one-time code produced by an authenticator application.

1. Objectives

2. Feature grasp

A technical breakdown of the MFA feature.

Component Description Impact Requirements & Details
TOTP Integration Time-based one-time codes generated by apps like Google Authenticator or Authy. Critical security layer requiring a physical device. Code: 6 digits, Expiry: 30s. Requires a device with automatic time sync.
QR Code Setup Visual scan to quickly link the Mindox account to the authenticator app. Simplified enrollment process. Requires a mobile device with a camera and a TOTP app like Google Authenticator.
Device Trust "Remember this device" option during sign-in to reduce MFA prompt frequency on trusted browsers. Improved user experience without compromising safety. Tied to specific browser/device storage, lost if browser data is cleared.
Manual Setup Key Alternative to QR scanning where users manually enter a secret key into their authenticator app. Ensures accessibility if the camera is unavailable. The key is displayed under the QR code in the Mindox window.

Key User Story

As a Mindox user, I require a secondary layer of authentication following the entry of my credentials, utilizing a personal trusted device, so that my account remains secure even if my password is compromised.

3. Practical Use Cases

Scenario A: External Access

Scenario B: Stolen credential

4. Step-by-Step Instructions

Once MFA is activated at the organizational level, users can configure it independently via their Account settings. Additionally, organization administrators will gain the ability to reset MFA configurations for members through the Members settings panel.

  1. Sign in with your username and password, then navigate to Account Settings.
  2. Click "Set up 2FA" to display the QR code and manual setup key.
  3. Open your authenticator app (e.g., Google Authenticator) and scan the QR code.
  4. Enter the 6-digit code generated by the app into the Mindox window to complete setup.

5. Understanding the MFA

MFA after setup
Component Description
Administrative reset Through the Members settings panel, administrators have the ability to reset MFA setups for users. This acts as an alternative recovery route should a member lose their device or authenticator application. Note that administrators are restricted to resetting users who belong exclusively to their own organization.
Self-Service MFA deletion Through Account Settings, users can independently delete their own MFA enrollment to switch TOTP applications or update their device. This process requires an active sign-in session and will revoke all previously trusted devices upon completion.
MFA Troubleshooting
Issue Scenario Recommended Solution
The code is rejected Enter the latest 6-digit code and ensure automatic time is enabled on your device with authenticator application to sync TOTP codes.
QR code will not scan Increase screen brightness or zoom in. Alternatively, use the manual setup key found under the QR code.
Persistent MFA prompts Ensure "remember this device" is selected during sign-in and avoid using private/incognito modes.
Lost authenticator app Contact your organization administrator to reset your MFA configuration through the Members settings.
No MFA prompts during login Confirm the organization has enabled MFA and that the device was not previously remembered.
Changed devices Enter current TOTP code and select "remember this device" on the new device if desired.
Old device trusted after reset Sign out of all sessions and clear browser site data to remove cached trust states.
Cannot delete own MFA Check if MFA is already deleted or contact an admin to reset your MFA configuration through the Members settings.
Admin cannot reset MFA Verify permissions, admins can only reset users within their own organization.

6. Preview

<aside> <img src="/icons/arrow-up-basic_gray.svg" alt="/icons/arrow-up-basic_gray.svg" width="40px" />

Back to Top

</aside>