Skip to content
Merged

MFA #740

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,13 @@ Generic Start
** xref:logging/log-downloads.adoc[Download logs]

* Security
** xref:security/mfa.adoc[Multi-factor authentication]
** xref:security/single-sign-on.adoc[Single sign-on]
** xref:security/secure-connections.adoc[Secure connections]
** xref:security/encryption.adoc[Encryption]
** xref:security/tool-auth.adoc[Tool authentication with Aura user]


* xref:user-management.adoc[User management]

* xref:billing.adoc[Billing]
Expand Down
39 changes: 39 additions & 0 deletions modules/ROOT/pages/security/mfa.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
= Multi-Factor Authentication

Multi-Factor Authentication (MFA) adds an extra layer of security to an Aura account log-in by requiring a verification code in addition to username and password.
The verification code is generated using any authenticator app, such as Google Authenticator.

There are two scenarios for MFA:

* Individual users can enable MFA for their own accounts via account settings.
* Organization administrators can enable MFA for an entire organization, then it's mandatory for all members to go through the MFA setup.

[IMPORTANT]
====
Setting up MFA requires logging in using email and password, not using SSO or Google Sign-In.
====

== Enable individual MFA

. Log in to the Aura Console using email/password.
. Go to *Account > Settings > Preferences > Security*.
. Enable *Multi-Factor Authentication (MFA)*.
. Follow the MFA set up steps.

== Enable MFA for an organization

`Organization Owners` or `Organization Admins` can require all members of an organization to set up MFA from organization security settings.
Then each organization member will be prompted to complete the setup, with an authenticator app of their choice.

To set up organization-wide MFA:

. Go to *Organization Settings > Security & Networking > App MFA (Multi-Factor Authentication)*.
. Enable *Multi-Factor Authentication (MFA)*.

After MFA is enabled at the organization level, all members will see the following message in the console:

[quote]
"_Your organization has required Multi Factor Authentication (MFA).
Clicking enable MFA below will log you out and you will then need to login using your email and password to configure MFA._"

Selecting *Enable*, logs the user out automatically, and then they are required to continue with MFA setup steps.