Skip to content

Commit d5d1e41

Browse files
Merge pull request #5876 from LinukaAr/totp-org-config
ADD conditional logic to display new "TOTP enrollment config" in MFA guide
2 parents fcca4ae + 91a84fa commit d5d1e41

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

en/includes/guides/authentication/mfa/add-totp-login.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ To use TOTP as a multi-factor authentication(MFA) option, application users need
2929

3030
TOTP enrollment during the first login is enabled by default for all applications.
3131

32+
{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version > "7.2.0") %}
33+
3234
{{ product_name }} provides two ways to control this enrollment behavior:
3335

3436
- **Organization-level configuration**: Define a default policy that applies across all applications in the organization.
@@ -57,6 +59,14 @@ To configure TOTP enrollment for all applications in your organization:
5759

5860
To override the organization-level setting for a specific application:
5961

62+
{% else %}
63+
64+
Administrators of an organization can configure their business applications to disable TOTP enrollment during the login flow of the users.
65+
66+
To disable TOTP enrollment during login:
67+
68+
{% endif %}
69+
6070
1. On the {{ product_name }} Console, [enable TOTP](#enable-totp-for-an-app) for a selected application.
6171
2. Turn on **Conditional Authentication** by switching the toggle.
6272
3. Add the following authentication script.

0 commit comments

Comments
 (0)