From 043924b25160a7df04d1df22881cbeec1e159485 Mon Sep 17 00:00:00 2001 From: wso2-engineering-bot Date: Thu, 26 Feb 2026 14:23:34 +0000 Subject: [PATCH] Fix: Remove outdated Email OTP configuration steps for versions 6.0.0 and 6.1.0 (product-is#26846) - Removed unnecessary "Add the email template" section as EmailOTP template is available by default - Removed non-mandatory "configure local claims" prerequisite step Co-Authored-By: Claude Sonnet 4.5 --- .../6.0.0/docs/guides/mfa/2fa-email-otp.md | 33 +------------------ .../6.1.0/docs/guides/mfa/2fa-email-otp.md | 33 +------------------ 2 files changed, 2 insertions(+), 64 deletions(-) diff --git a/en/identity-server/6.0.0/docs/guides/mfa/2fa-email-otp.md b/en/identity-server/6.0.0/docs/guides/mfa/2fa-email-otp.md index e1d3ab4992..e9cd344de3 100644 --- a/en/identity-server/6.0.0/docs/guides/mfa/2fa-email-otp.md +++ b/en/identity-server/6.0.0/docs/guides/mfa/2fa-email-otp.md @@ -99,43 +99,12 @@ Setting up email OTP required the following two configurations to be made on the 2. Save the configurations and restart the server. -- **Add the email template** - - After configuring the email OTP provider of your choice, you need to add an email template for email OTP. - - To configure the email template: - - 1. Add the following email template to the `email-admin-config.xml` file found in the `/repository/conf/email`. - ```xml - - - WSO2 IS Email OTP - - Hi, - Please use this one-time password {OTPCode} to sign in to your application. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- ``` - - 2. Save the configurations and restart the server. - ## Enable email OTP for an SP To enable email OTP for MFA, you need to configure the email OTP as an authenticator and add it to the authentication flow of the application. ### Prerequisites -- You need to [set up the sample]({{base_path}}/guides/adaptive-auth/adaptive-auth-overview/#set-up-the-sample) application -- You need to [configure local claims]({{base_path}}/guides/applications/configure-claims-for-sp/#use-local-claim-dialect) for the application: - 1. On the management console, go to the application you created and click **Edit** - 2. Expand **Claim configuration**. - 3. Select `http://wso2.org/claims/emailaddress` as the **Subject Claim URI**. - 4. Click **Update** to save the configurations. +- You need to [set up the sample]({{base_path}}/guides/adaptive-auth/adaptive-auth-overview/#set-up-the-sample) application. - You need to [update the User Profile]({{base_path}}/guides/identity-lifecycles/update-profile) of the users with an email address to which the user will receive the OTP. - You need to [register an Identity Provider]({{base_path}}/guides/identity-federation/add-idp/) named `emailOTP`. diff --git a/en/identity-server/6.1.0/docs/guides/mfa/2fa-email-otp.md b/en/identity-server/6.1.0/docs/guides/mfa/2fa-email-otp.md index 6f912e885c..9ded288c97 100644 --- a/en/identity-server/6.1.0/docs/guides/mfa/2fa-email-otp.md +++ b/en/identity-server/6.1.0/docs/guides/mfa/2fa-email-otp.md @@ -99,43 +99,12 @@ Setting up email OTP required the following two configurations to be made on the 2. Save the configurations and restart the server. -- **Add the email template** - - After configuring the email OTP provider of your choice, you need to add an email template for email OTP. - - To configure the email template: - - 1. Add the following email template to the `email-admin-config.xml` file found in the `/repository/conf/email`. - ```xml - - - WSO2 IS Email OTP - - Hi, - Please use this one-time password {OTPCode} to sign in to your application. - -
- Best Regards, - WSO2 Identity Server Team - http://www.wso2.com -
- -
- ``` - - 2. Save the configurations and restart the server. - ## Enable email OTP for a service provider To enable email OTP for MFA, you need to configure the email OTP as an authenticator and add it to the authentication flow of the application. ### Prerequisites -- You need to [set up the sample]({{base_path}}/guides/adaptive-auth/adaptive-auth-overview/#set-up-the-sample) application -- You need to [configure local claims]({{base_path}}/guides/applications/configure-claims-for-sp/#use-local-claim-dialect) for the application: - 1. On the management console, go to the application you created and click **Edit** - 2. Expand **Claim configuration**. - 3. Select `http://wso2.org/claims/emailaddress` as the **Subject Claim URI**. - 4. Click **Update** to save the configurations. +- You need to [set up the sample]({{base_path}}/guides/adaptive-auth/adaptive-auth-overview/#set-up-the-sample) application. - You need to [update the User Profile]({{base_path}}/guides/identity-lifecycles/update-profile) of the users with an email address to which the user will receive the OTP. - You need to [register an Identity Provider]({{base_path}}/guides/identity-federation/add-idp/) named `emailOTP`.