From d65069f89bb41ea1bc7dbecc53bdc420f50ba283 Mon Sep 17 00:00:00 2001 From: Thisara-Welmilla Date: Thu, 19 Oct 2023 15:40:07 +0530 Subject: [PATCH] Enable tenanted qualified URLs feature --- .../org.wso2.carbon.identity.core.server.feature.default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 86df91d5e7f9..b0cabe991651 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 @@ -640,7 +640,8 @@ "user.association.enable_for_federated_users": false, "user.enable_per_user_functionality_locking": false, - "tenant_context.enable_tenant_qualified_urls": false, + "tenant_context.enable_tenant_qualified_urls": true, + "tenant_context.enable_tenanted_sessions": true, "tenant_context.require_super_tenant_in_urls": false, "tenant_context.rewrite.webapps": [ "/oauth2/",