Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
SCIM filtering is supported for both single attribute and multi attribute cases.
A single attribute filter request with no domain param returns all the users from all the user stores.
But Multi attribute filtering does not support filtering across all user stores when the domain is not specified. If the domain is not specified, results will be only from the PRIMARY user store.
The documentation for SCIM 2.0 REST APIs does not mention this specifically. There is an OT Jira regarding this as well.
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
SCIM filtering is supported for both single attribute and multi attribute cases. A single attribute filter request with no domain param returns all the users from all the user stores. But Multi attribute filtering does not support filtering across all user stores when the domain is not specified. If the domain is not specified, results will be only from the PRIMARY user store.
The documentation for SCIM 2.0 REST APIs does not mention this specifically. There is an OT Jira regarding this as well.