From 550441d731cdc2e0059f12e3a11bfd3813b4f738 Mon Sep 17 00:00:00 2001 From: Dhaura Pathirana <57411348+dhaura@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:34:54 +0530 Subject: [PATCH] Update comments in identity.xml for EnableGroupBasedUserFilteringImprovements. --- .../resources/identity.xml | 4 ++-- .../resources/identity.xml.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 810f1806099a..73406a4b634c 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 @@ -1011,9 +1011,9 @@ It determines the totalResults based on the total user count corresponding to the given group-based filter. Additionally, when invoking the user endpoint with a groups filter by passing a role (hybrid or system roles), it returns an empty list when role group separation is enabled, instead of returning users linked to the passed role. - Default value : false + Default value : true --> - + 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 53cd614d9816..90651d0f29f4 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 @@ -1478,7 +1478,7 @@ It determines the totalResults based on the total user count corresponding to the given group-based filter. Additionally, when invoking the user endpoint with a groups filter by passing a role (hybrid or system roles), it returns an empty list when role group separation is enabled, instead of returning users linked to the passed role. - Default value : false + Default value : true --> {{scim2.enable_group_based_user_filter_improvements}}