From 0f631f1d9413ab9210f0d41b34a77e6a3b8654a2 Mon Sep 17 00:00:00 2001 From: Brion Date: Thu, 26 Oct 2023 01:04:16 +0530 Subject: [PATCH] Disable `applications.loginFlow.legacyEditor` --- .../org.wso2.carbon.identity.core.server.feature.default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json index becb89df3eea..1e81f5a1bc95 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json @@ -942,6 +942,7 @@ ], "console.applications.scopes.update": ["internal_application_mgt_update"], "console.applications.scopes.delete": ["internal_application_mgt_delete"], + "console.applications.disabled_features": ["applications.loginFlow.legacyEditor"], "console.applications.ui.certificate_alias_enabled": false, "console.application_roles.enabled": false, "console.approvals.enabled": true,