# 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.&#x20;
* It involves requiring users to provide multiple forms of verification or authentication before they can access their accounts or sensitive information.&#x20;
* The primary goal of MFA is to add an extra layer of security beyond just using a traditional username and password combination.&#x20;
* Enable the authentication methods that you would like to offer your customers as part of Multi-Factor Authentication on your portal. &#x20;

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

**Accessing the MFA Settings Tab**

In the Admin Console, click the **Settings->MFA Settings** tab on the left.&#x20;

* &#x20;***EMAIL***: Authentication through email verification.&#x20;
* ***SMS:*** Authentication through a one-time code sent via SMS.&#x20;
* ***TOTP (Time-based One-Time Password):*** Authentication using temporary passwords that change periodically.&#x20;
* ***OFFLINE\_OTP(Backup Code):*** Authentication using a one-time password generated offline, often through hardware tokens.&#x20;
* ***FIDO:*** Fast Identity Online, a standard for strong authentication using public key cryptography.&#x20;
* ***FACE:*** Authentication using facial recognition technology.&#x20;
* **PATTERN:** Authentication using a pre-defined geometric pattern drawn on a mobile phone.
* ***SMART\_PUSH:*** Authentication using a mobile phone, often through push notifications.&#x20;
* ***VOICE:*** Authentication based on voice recognition.&#x20;

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

<figure><img src="/files/ORwDg5qQUF0s2bv4bIoZ" alt=""><figcaption></figcaption></figure>

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://authdocs.skill-mine.com/licentio-documentation/settings/mfa-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
