---
title: "MFA (Multi-Factor Authentication) Overview"
slug: "mfa-multi-factor-authentication-overview"
updated: 2024-12-11T14:38:02Z
published: 2024-12-11T14:38:02Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MFA (Multi-Factor Authentication) Overview

## Overview

**MFA**(**Multi-Factor Authentication**) is an extra security method that requires a user to complete two or more forms of authentication prerequisites before logging into an **Application**or website. This method often requires that the user responds to a security question, provides an emailed passcode, etc., in addition to simply providing the correct password on sign-in.

Typically, MFA functionality is provided to an **Application**or website, via a third-party application. To enable this function in Decisions, users may choose their desired MFA, authorize it via their desired IdP(Identity Provider), and then create an integration between Decisions and that IdP.

---

## 2FA(Two-Factor Authentication)

2FA is included within the Decisions environment, which makes it accessible for users without integration from a third-party application. For more information on 2FA, please refer to [Setting Up 2FA (Two Factor Authentication)](/v9/docs/2fa-two-factor-authentication-in-decisions)

2FA is only meant for use with the login process. It cannot be called from a Flow via API.

## Resources for Third-Party Integration

Although Decisions comes equipped with 2FA, the platform supports integration with other forms of MFA. The following is a non-exhaustive list of documentation relating to integrating with an **IdP**and/or enabling **MFA**. It is recommended that, if the document is not listed, seek out information from the desired IdP on how to enable MFA before integrating with **Decisions**.

### Okta

- MFA with Okta: [MFA](https://help.okta.com/en/prod/Content/Topics/Security/mfa/mfa-home.htm)
- Integrating with Okta: [Installing and Configuring the Okta Module](https://documentation.decisions.com/v9/docs/installing-and-configuring-the-okta-module)

### OpenID

- 2FA with OpenID Connect: [OpenID Connect FAQ and Q&As](https://openid.net/connect/faq/)
- Integrating with OpenID: [OpenID Integration](https://documentation.decisions.com/docs/open-id)

### OAuth/Auth0

- 2FA using Auth0: [Two Factor Authentication (2FA)](https://auth0.com/learn/two-factor-authentication/)
- Integrating using OAuth: [OAuth Settings](https://documentation.decisions.com/docs/using-oauth-with-rest-integration#oauth-settings)
- [Using OAuth with REST Integration](https://documentation.decisions.com/v9/docs/using-oauth-with-rest-integration)
- [Creating OAuth Tokens](https://documentation.decisions.com/v9/docs/creating-oauth-tokens?highlight=OAuth)
- [Establishing an OAuth Provider](https://documentation.decisions.com/v9/docs/en/establishing-an-oauth-provider?highlight=OAuth)
- [Enabling OAuth Authentication for IMAP/POP3/SMTP](/v9/docs/enabling-oauth-authentication-for-imap-pop3-smtp)

## Related

- [Setting Up 2FA (Two Factor Authentication)](/2fa-two-factor-authentication-in-decisions.md)
- [OpenID Integration](/open-id.md)
- [SSO Basics](/sso-basics.md)
- [Okta Integration Troubleshooting](/okta-integration-troubleshooting.md)
- [Installing and Configuring the Okta Module](/okta.md)
- [Establishing an OAuth Provider](/establishing-an-oauth-provider.md)
