Skip to content
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

Filter is not implemented in SCIM groupendpoint #9183

Closed
exalate-issue-sync bot opened this issue Aug 11, 2023 · 1 comment
Closed

Filter is not implemented in SCIM groupendpoint #9183

exalate-issue-sync bot opened this issue Aug 11, 2023 · 1 comment

Comments

@exalate-issue-sync
Copy link

exalate-issue-sync bot commented Aug 11, 2023

filter in the scrim groupendpoint does not work as expected. For an example, the following request has no effect on the returning result:

`gateway_url`/`domainHrid`/scim/Groups?filter=displayName eq "blueman"

The reason is class:GroupsEndpont, line around 74:groupService.list()` does not include the filter option.

Tested in 3.19.16

@exalate-issue-sync
Copy link
Author

This issue has been fixed in versions 3.21.7, 3.20.12, 4.0.2, 4.1.0, 3.19.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants