You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/authentication/mfa/add-totp-login.md
+27-3Lines changed: 27 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,33 @@ To use TOTP as a multi-factor authentication(MFA) option, application users need
29
29
30
30
TOTP enrollment during the first login is enabled by default for all applications.
31
31
32
-
Administrators of an organization can configure their business applications to disable TOTP enrollment during the login flow of the users.
32
+
{{ product_name }} provides two ways to control this enrollment behavior:
33
33
34
-
To disable TOTP enrollment during login:
34
+
-**Organization-level configuration**: Define a default policy that applies across all applications in the organization.
35
+
-**Application-level configuration**: Override the organization-level setting for specific applications using conditional authentication scripts.
36
+
37
+
### Configure at organization level
38
+
39
+
This configuration allows you to define a default policy for TOTP enrollment that applies to all applications in your organization. It applies to both root organizations and child organizations.
40
+
41
+
To configure TOTP enrollment for all applications in your organization:
42
+
43
+
1. On the {{ product_name }} Console, go to **Connections**.
44
+
45
+
2. Click on **TOTP** and go to the **Settings** tab.
46
+
47
+
3. Use the **Enable TOTP progressive enrollment** toggle to control the enrollment behavior:
48
+
49
+
-**Enabled (default)**: Prompt users who haven't configured TOTP to enroll during login for all applications, unless overridden by [**Conditional Authentication**](#configure-at-application-level).
50
+
-**Disabled**: {{product_name}} won't prompt users to enroll in TOTP during login for any application in the organization.
To override the organization-level setting for a specific application:
35
59
36
60
1. On the {{ product_name }} Console, [enable TOTP](#enable-totp-for-an-app) for a selected application.
37
61
2. Turn on **Conditional Authentication** by switching the toggle.
@@ -95,4 +119,4 @@ Application users can enroll for TOTP authentication when they login to the busi
95
119
!!! note
96
120
If the QR code is deleted from the authenticator app, there is no way to recover it from the application. In such a scenario, the user should re-enroll forTOTP through the <b>Multi Factor Authentication</b> option in the My Account portal.
97
121
98
-
Learn more about [enrolling TOTP from My Account]({{base_path}}/guides/user-self-service/enable-totp/).
122
+
Learn more about [enrolling TOTP from My Account]({{base_path}}/guides/user-self-service/enable-totp/).
0 commit comments