From 4041f7276def1e9a6f08e1926851a6842e93f18e Mon Sep 17 00:00:00 2001 From: Darshana Gunawardana Date: Thu, 7 Nov 2024 16:01:28 +0530 Subject: [PATCH] Add config to indicate the support of unicode datatypes --- .../resources/identity.xml | 5 +++++ .../resources/identity.xml.j2 | 2 ++ ...org.wso2.carbon.identity.core.server.feature.default.json | 2 ++ 3 files changed, 9 insertions(+) diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml index 257bd346b95f..a62ab236f098 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml @@ -81,6 +81,11 @@ + + + false + + 15 diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 index 9b3d9becafaf..2bd3f1f0a7ed 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 @@ -98,6 +98,8 @@ {{notification_templates.sms_templates.apply}} + + {{notification_templates.use_unicode_data_types}} 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 5ebee48daabe..9dc22a1a6d7e 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 @@ -55,6 +55,8 @@ "remote_fetch.enable": false, "remote_fetch.working_directory": "${carbon.home}/tmp/", + "notification_templates.use_unicode_data_types": false, + "oauth.token_cleanup.enable": true, "oauth.token_cleanup.retain_access_tokens_for_auditing": false,