From ee45ab0930182bf3123712db736d9afbb0fe1bd5 Mon Sep 17 00:00:00 2001 From: DonOmalVindula Date: Mon, 18 May 2026 11:34:37 +0530 Subject: [PATCH] [IS 7.2.0] Add deployment.toml config for custom local authenticator in Console UI Add 7.2.0 to the version gate for the custom local authenticator deployment.toml configuration snippet, so IS 7.2.0 docs also show the login_flow_custom_first_factor_authenticators config. Fixes: https://github.com/wso2-enterprise/wso2-iam-internal/issues/7000 Related: https://github.com/wso2/product-is/issues/26658 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../extend/authentication/write-a-custom-local-authenticator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md b/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md index 5a4ac5b81e..4ed66f0e3c 100644 --- a/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md +++ b/en/includes/references/extend/authentication/write-a-custom-local-authenticator.md @@ -70,7 +70,7 @@ To deploy the custom local authenticator: enable = true ``` -{% if is_version == "7.1.0" or is_version == "next" %} +{% if is_version == "7.1.0" or is_version == "7.2.0" or is_version == "next" %} 4. To ensure the custom local authenticator appears as a first-factor option in the {{ product_name }} Console login flow UI, add the following configuration to the `/repository/conf/deployment.toml` file. ``` toml