Skip to content

Commit

Permalink
Merge pull request #5830 from dhaura/DP-enable-scim2-group-filtering-…
Browse files Browse the repository at this point in the history
…improvements

Enable SCIM2 Group based User Filtering Improvements by Default
  • Loading branch information
dhaura authored Aug 1, 2024
2 parents 0bf9fd7 + 550441d commit 861e672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"scim2.endpoints.groups_endpoint": "$ref{server.base_path}/scim2/Groups",
"scim2.enable_complex_multivalued_attribute_support": false,
"scim2.enable_filtering_enhancements": false,
"scim2.enable_group_based_user_filter_improvements": false,
"scim2.enable_group_based_user_filter_improvements": true,
"scim2.notify_userstore_status": false,
"scim2.filter_users_and_groups_from_primary_domain": false,
"scim2.mandate_domain_for_uesrnames_and_group_names_in_response": false,
Expand Down

0 comments on commit 861e672

Please sign in to comment.