Skip to content

Commit

Permalink
Update comments in identity.xml for EnableGroupBasedUserFilteringImpr…
Browse files Browse the repository at this point in the history
…ovements.
  • Loading branch information
dhaura committed Aug 1, 2024
1 parent fbe1ee5 commit 550441d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->
<!--<EnableGroupBasedUserFilteringImprovements>false</EnableGroupBasedUserFilteringImprovements>-->
<!--<EnableGroupBasedUserFilteringImprovements>true</EnableGroupBasedUserFilteringImprovements>-->

</SCIM2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->
<EnableGroupBasedUserFilteringImprovements>{{scim2.enable_group_based_user_filter_improvements}}</EnableGroupBasedUserFilteringImprovements>

Expand Down

0 comments on commit 550441d

Please sign in to comment.