-
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
Merged
MFA #740
Changes from 8 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fc4c86f
MFA
fiquick 249b224
edit
fiquick a15b89a
update
fiquick f858f78
update
fiquick 5c42a35
Merge branch 'console' into MFA
fiquick 77a73ec
Update mfa.adoc
fiquick c4fdf5f
Update mfa.adoc
fiquick c9cc838
Apply suggestions from code review
fiquick 96850f3
update
fiquick 91d247f
update
fiquick e02d774
great
fiquick e6c4c0a
update
fiquick c4387d9
update
fiquick faf9c65
Update modules/ROOT/pages/security/mfa.adoc
fiquick 8af4844
Update modules/ROOT/pages/security/mfa.adoc
fiquick 4b88630
Update modules/ROOT/pages/security/mfa.adoc
fiquick ccd988d
Merge branch 'console' into MFA
fiquick 790120f
Update modules/ROOT/pages/security/mfa.adoc
fiquick 361964e
Update modules/ROOT/pages/security/mfa.adoc
fiquick 2ea071f
Update mfa.adoc
fiquick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,47 @@ | ||||||
= 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 an 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. | ||||||
|
||||||
== Enable MFA as a user via account settings | ||||||
|
||||||
[IMPORTANT] | ||||||
==== | ||||||
To enable MFA, you must log in using email and password, not using any SSO. | ||||||
==== | ||||||
|
||||||
. Log in to the Aura Console using your email/password. | ||||||
. Go to *Account > Settings > Preferences > Security*. | ||||||
. Enable *Multi-Factor Authentication (MFA)*. | ||||||
This automatically logs you out. | ||||||
. Log back in with your email and password. | ||||||
. 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 | ||||||
Enabling MFA for all members of an organization consists of two parts: | ||||||
|
||||||
fiquick marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
* `Organization Owners` or `Organization Admins` can enable MFA that applies to all members of the organization. | ||||||
* * Organization members complete the setup on their end with an authenticator app of their choice. | ||||||
|
||||||
For organization owner or organization admin to enable MFA for their organization: | ||||||
|
For organization owner or organization admin to enable MFA for their organization: | |
As an organization owner or organization admin to enable MFA for your organization: |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When do they get the recovery code? We don't mention that anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
. Scan the QR code in the setup modal.
. Enter the verification code from the authenticator app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't remember, but is the recovery code provided when you scan the QR code? Or do you mean to drop the last step?