-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix multi-attribute user filter with count provided. #555
Fix multi-attribute user filter with count provided. #555
Conversation
9e45f9d
to
7fa1068
Compare
7fa1068
to
987416e
Compare
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/9974859708
272d92c
into
wso2-extensions:master
Issue: wso2/product-is#20496
When count(limit) > 0, use the
getMultiAttributeFilteredUsersWithMaxLimit
with limit is provided as the given count given.Adiition to that this contain the fix to honor the provided count value in the SCIM2 request for multi attribute filtering flow.
Ported the logic(used in the single attribute filtering flow) with minor modification: https://github.com/wso2-extensions/identity-inbound-provisioning-scim2/blob/master/components/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java#L1885-L1914