From 3507639b87516416187059f8de2dfd348991fa79 Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Fri, 6 Oct 2023 12:17:09 +0530 Subject: [PATCH] enable all claim dialects in IS side --- .../org.wso2.carbon.identity.core.server.feature.default.json | 2 +- 1 file changed, 1 insertion(+), 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 b0d5a0205848..cf4f5f094ecf 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 @@ -1068,7 +1068,7 @@ "console.self_app_identifier": "Console", "console.system_apps_identifiers": ["Console", "My Account"], "console.gravatar.configs.fallback": "404", - "console.list_all_attribute_dialects": false, + "console.list_all_attribute_dialects": true, "console.organizations.enabled": true, "console.organizations.scopes.feature": ["console:organizations"], "console.organizations.scopes.create": ["internal_organization_create"],