Difference between revisions of "Multi-Factor Authentication"

From SmartWiki
Jump to: navigation, search
m
(No summary)
Line 3: Line 3:
  
 
The security impact of '''Multi-Factor Authentication (MFA)''' is that while a user may lose an access card or get tricked into sharing a password, the odds of both happening to a single user are dramatically reduced. Using MFA therefore enhances an organization's ability to ensure that no one is using illegitimate means to gain access. 
 
The security impact of '''Multi-Factor Authentication (MFA)''' is that while a user may lose an access card or get tricked into sharing a password, the odds of both happening to a single user are dramatically reduced. Using MFA therefore enhances an organization's ability to ensure that no one is using illegitimate means to gain access. 
 +
  
 
SmartSimple Cloud supports two different approaches to '''Multi-Factor Authentication''':
 
SmartSimple Cloud supports two different approaches to '''Multi-Factor Authentication''':
  
* '''Time-based One-Time Password (TOTP)''' - this technique uses an authentication app that is installed on a mobile phone or other personal device
+
* '''Time-based One-Time Password (TOTP)''' via an authenticator app.
* '''Verification Code''' – a single use code sent by either Email or SMS to a user specified email address or phone number
+
* '''Single Use Verification Code '''sent by either Email or SMS.
  
  

Revision as of 11:36, 14 November 2022

Overview

Multi-Factor Authentication is a method of authentication in which a user is granted access to your SmartSimple Cloud system only after successfully presenting two or more pieces of evidence to an authentication mechanism.

The security impact of Multi-Factor Authentication (MFA) is that while a user may lose an access card or get tricked into sharing a password, the odds of both happening to a single user are dramatically reduced. Using MFA therefore enhances an organization's ability to ensure that no one is using illegitimate means to gain access. 


SmartSimple Cloud supports two different approaches to Multi-Factor Authentication:

  • Time-based One-Time Password (TOTP) via an authenticator app.
  • Single Use Verification Code sent by either Email or SMS.


Configuration

All settings related to multi-factor authentication are in a single location

  1. Navigate to Global Settings > Security > Password and Activation Policies
  2. Scroll to Authentication Options and toggle on Enable Multi-Factor Authentication
  3. Specify the roles that require authentication via TOTP and/or Verification Code

        NOTE: If new roles are added to the system, the MFA configuration must also be updated 


Authentication Options


Settings Explained

Setting

Description

Enable Multi-Factor Authentication

Enables MFA for the entire instance but does not have any impact unless user roles are specified.

Roles with Time-based One-time Password (TOTP)

Associates one or more roles with authentication proven through an authenticator app such as Google or Microsoft Authenticator.  

Roles with Verification Code via SMS or Email

Associates one or more roles with authentication proved through either email or an SMS message. The user can choose at the point of verification to receive an email containing the one-time-code or an SMS message containing the one-time code. SMS must be enabled by SmartSimple and will incur an additional cost. Please speak to your account manager for more information.

Enable Trusted Device

This option is used to enable the trusted device feature. If this option is selected then every user (via their role) associated with MFA will not be prompted every time they attempt to log into the system.

Trusted Device Expiry

Sets the frequency of the MFA prompt, based on the number of days specified. If the number is set to one, the user will be prompted every day for an MFA verification code, if set to five then the user will be prompted every five days.

See Also