-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was missed int he original development, but has subsequently been added while I was focused on the 5.4 updates. Just playing catch-up with the documentation
- Loading branch information
1 parent
c266f00
commit 62e9887
Showing
5 changed files
with
76 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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 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 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,37 @@ | ||
= User MFA Settings | ||
:description: If enforced at organization level, you must enable Multi-factor Authentication (MFA). If not enforced by your organization, you can choose whether or not to enable MFA for your sign-in. By default, MFA is disabled. | ||
|
||
{description} | ||
|
||
Multi-factor authentication (MFA) adds another layer of security to your account. If enabled, instead of relying only on a username and password, MFA uses a trusted device to generate a secure digital identifer used to confirm your identity. | ||
|
||
[[enable]] | ||
== Enable Multi-Factor Authentication | ||
|
||
If MFA is enforced for your organization, you are prompted to enable MFA when you sign in. You cannot proceed until MFA is enabled. To enable MFA, complete the following steps: | ||
|
||
. Open the authenticator app on your device, and scan the QR code that is displayed in the {hazelcast-cloud} console | ||
. Enter the six-digit verification code provided by the authenticator app in the {hazelcast-cloud} console | ||
+ | ||
You are signed in. | ||
|
||
To enable MFA for your account if not enforced by your organization, complete the following steps: | ||
|
||
include::partial$mfa-enable.adoc[] | ||
+ | ||
You must now enter a username and password, and then provide the verification code using the authenticator app each time you sign in. | ||
|
||
. Sign out of the Hazelcast {hazelcast-cloud} console | ||
. Sign in to your account using your username and password | ||
. Use your authenticator app to complete your sign in | ||
|
||
include::partial$mfa-change-device.adoc[] | ||
|
||
[[disable]] | ||
== Disable Multi-Factor Authentication | ||
|
||
If your organization does not enforce MFA for all users, you can disable it at any time to sign in without an extra authentication step. | ||
|
||
To disable MFA, complete the following steps: | ||
|
||
include::partial$mfa-disable.adoc[] |
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
. Sign into the link:{page-cloud-console}[{hazelcast-cloud} console,window=_blank] | ||
. Select *Account* from the side navigation bar | ||
. Select *Security* from the *Account* options | ||
. Select the *Disable* button | ||
. Select *Organization* from the *Account* options | ||
. Deselect the *Enable MFA* toggle | ||
|
||
A confirmation email is sent to the registered email address to confirm that MFA has been disabled. |
This file contains 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
. Install an authenticator app, such as Google Authenticator, on your device | ||
. Sign into the link:{page-cloud-console}[{hazelcast-cloud} console,window=_blank] | ||
. Select *Account* from the side navigation bar | ||
. Select *Security* from the *Account* options | ||
. Select *Ogranization* from the *Account* options | ||
+ | ||
The Account Settings screen displays. | ||
The Organization screen displays. | ||
|
||
. Select the *Enable MFA* toggle | ||
. Open the authenticator app on your device, and scan the QR code that is displayed in the {hazelcast-cloud} console | ||
. Enter the six-digit verification code provided by the authenticator app in the {hazelcast-cloud} console | ||
. Select the *Enable MFA* button |