You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following SCIM2 group based user filtering improvements were done with a config to enable/ disable the improvements.
The SCIM 2 user endpoint with a groups filter returns the totalResults based on the total user count corresponding to the given group-based filter.
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.
With the following PR, these improvements are enabled by default in the product.
Purpose
totalResults
based on the total user count corresponding to the given group-based filter.Related Issues
Related PRs
totalResults
Value by Total User Count in SCIM2 User API wso2-extensions/identity-inbound-provisioning-scim2#547getUserCountByRole()
Method carbon-kernel#3951The text was updated successfully, but these errors were encountered: