-
Notifications
You must be signed in to change notification settings - Fork 27
MFA #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFA #740
Changes from 11 commits
fc4c86f
249b224
a15b89a
f858f78
5c42a35
77a73ec
c4fdf5f
c9cc838
96850f3
91d247f
e02d774
e6c4c0a
c4387d9
faf9c65
8af4844
4b88630
ccd988d
790120f
361964e
2ea071f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
= Multi-Factor Authentication | ||
|
||
Multi-Factor Authentication (MFA) adds an extra layer of security to your Neo4j Aura account by requiring a verification code in addition to your 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. | ||
* Organization administrators can enable MFA for an entire organization, then it's mandatory for all members to go through the MFA setup. | ||
|
||
[IMPORTANT] | ||
==== | ||
To enable MFA, you must log in using email and password, not using any SSO or Google Sign-In. | ||
==== | ||
|
||
|
||
== Enable MFA as a user via account settings | ||
|
||
. Log in to the Aura Console using your email/password. | ||
. Select your avatar to access *Account > Settings > Preferences > Security*. | ||
|
||
. Enable *Multi-Factor Authentication (MFA)*. | ||
This automatically logs you out. | ||
. Log back in with your email and password. | ||
. Enter the one-time password sent to your email account. | ||
. Scan the QR code in the setup modal. | ||
. Enter the verification code from the authenticator app. | ||
. Save your recovery code somewhere secure. | ||
|
||
|
||
== Enable MFA for an organization | ||
|
||
fiquick marked this conversation as resolved.
Show resolved
Hide resolved
|
||
`Organization Owners` or `Organization Admins` can require all members of an organization to set up MFA from organization level security settings. | ||
Then each organization member will be prompted to complete the setup, with an authenticator app of their choice. | ||
|
||
To require MFA setup for an organization: | ||
|
||
. 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). | ||
AlexicaWright marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Clicking enable MFA below will log you out and you will then need to login using your email and password to configure MFA._" | ||
|
||
. Once you click *Enable*, you are logged out automatically. | ||
. Log back in using your email and password, | ||
. Enter the one-time password sent to your email account. | ||
. Use your authenticator app to scan the QR code in the setup modal. | ||
. Enter the verification code from the authenticator app. | ||
. Save your recovery code somewhere secure. |
Uh oh!
There was an error while loading. Please reload this page.