Skip to main content

This document explains how to configure Multi-Factor Authentication (MFA) for both SaaSus Platform and SaaS applications.

Configuring Multi-Factor Authentication (MFA) for a SaaSus Platform Account

  1. Click the user menu in the top-right header of the Development Console.

  2. Click Multi-factor Authentication Setting.

  3. Click the Add Device button.
    multi-factor-authentication-1

  4. Click Show QR Code to display the QR code.
    multi-factor-authentication-2

  5. Scan the displayed QR code using Google Authenticator or Authy.

  6. Enter the 6-digit code generated by the app and click Certification.

  7. Once MFA is enabled, you will be required to enter a verification code upon login.


Implementing Multi-Factor Authentication in a SaaS Application

To enable MFA in a SaaS application, follow the steps below.

MFA Implementation
To enable MFA in a SaaS application, you need to integrate an additional authentication step into your login flow. For details on API usage and implementation, please refer to the MFA Implementation (API Server) page.

Remember Trusted Devices
You can configure whether users' trusted devices should be remembered.
If a trusted device is remembered, users can skip MFA verification for subsequent logins.

How to Configure
The Remember Trusted Devices can be changed in the Authentication tab under the Advanced Settings in the Development Console.
multi-factor-authentication-3

Available Configuration Options

OptionDescription
Always RememberAutomatically remembers all user devices, skipping MFA for subsequent logins.
User Opt-inDisplays a "Remember this device" checkbox on the login screen.
  • Only devices for which users select this option will be remembered.
  • MFA verification will be skipped for subsequent logins on those devices.
Don't RememberMFA is required for every login.