Skillmine Auth - Documentation
  • Introduction
  • Get started
    • Create and integrate the first application
    • Customize sign-in experience
    • Enable social sign-in
    • Configuring the SSO (Single Sign On):
  • Protect your API
    • Protect your API on Node(Express)
    • Protect your API on Python
    • Protect your API on Spring Boot
  • Manage users
    • Manage users using Admin Console
    • Manage users using Management API
  • Auth Architecture
  • SSO Dashboard
  • SSO Application
  • Blueprints
  • Groups & Permissions
    • User Roles
    • Permissions
    • Group Category
    • Group
  • Workflow
    • Workflow
    • Manage Request
  • Settings
    • Authentication Methods
    • Schemas
    • Consent Management
    • Password Policy
    • CAPTCHA's
    • Site Group
    • Messaging Template
      • Built-In Template
      • Custom Template
    • Webhook Settings
    • Connectors
    • Device Restriction
    • MFA
      • End User Configuration Guide
      • End User Usage
    • MFA Settings
    • Payment Gateway
      • Providers
      • Payment Flows
      • Payment History
    • Open Id Connect Setttings
      • Client Settings
      • Scopes
    • SCIM
  • You don't need a user table
  • Localization
  • API Resource
  • Users
    • Search Users
    • Invite User
    • Create User
    • Bulk User Operations
      • Creation
      • Updation
      • Deletion
      • Reset Password
  • Report
    • User Report
    • Captcha Failure Report
    • Inactive users report
    • Provider wise Report
    • Webhook Report
    • Notification Report
    • Audit Trail Report
    • Mac Restriction Report
    • RADIUS Audit Trail Report
  • Social identities
  • References
    • OpenID Connect
  • Usecases
    • ECommerce Site Integration
    • Groups & Roles Integration
    • Custom Provider Integration
    • Salesforce Integration
  • Connectors
    • Office365
Powered by GitBook
On this page
  1. Settings

MFA Settings

This documentation outlines the process for configuring Multi-Factor Authentication (MFA) for the two-step verification process.

Multifactor Settings

  • MFA stands for Multi-Factor Authentication, which is a security method used to enhance the protection of online accounts and systems.

  • It involves requiring users to provide multiple forms of verification or authentication before they can access their accounts or sensitive information.

  • The primary goal of MFA is to add an extra layer of security beyond just using a traditional username and password combination.

  • Enable the authentication methods that you would like to offer your customers as part of Multi-Factor Authentication on your portal.

The following multifactor options are available in our portal, based on the business needs we can enable the multifactor options on this settings page:

Accessing the MFA Settings Tab

In the Admin Console, click the Settings->MFA Settings tab on the left.

  • EMAIL: Authentication through email verification.

  • SMS: Authentication through a one-time code sent via SMS.

  • TOTP (Time-based One-Time Password): Authentication using temporary passwords that change periodically.

  • OFFLINE_OTP(Backup Code): Authentication using a one-time password generated offline, often through hardware tokens.

  • FIDO: Fast Identity Online, a standard for strong authentication using public key cryptography.

  • FACE: Authentication using facial recognition technology.

  • PATTERN: Authentication using a pre-defined geometric pattern drawn on a mobile phone.

  • SMART_PUSH: Authentication using a mobile phone, often through push notifications.

  • VOICE: Authentication based on voice recognition.

These methods provide a range of options for users to prove their identity, adding an extra layer of security to the authentication process.

If you enable any of the multifactor options, an alert window will open to confirm your selection. You can configure these MFA types in the blueprints.

PreviousEnd User UsageNextPayment Gateway

Last updated 1 year ago