wso2 / product-is

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.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

[ISSUE] Secondary JDBCUserstore users cannot be filtered using SCIM2 users endpoint #8308

Closed DinikaSen closed 2 weeks ago

DinikaSen commented 4 years ago

Describe the issue: Secondary JDBCUserstore (not unique ID JDBCUserstore) users are not returned when trying to filter using SCIM2 users endpoint.

How to reproduce:

  1. Configure a secondary JDBC Userstore (JDBCUserStoreManager).
  2. Add users to secondary userstore.
  3. Try to list users with command - curl -v -k --user admin:admin 'https://localhost:9443/scim2/Users?domain='
  4. The following response will be received (in this particular scenario there were 2 users in the secondary userstore) {"totalResults":2,"startIndex":1,"itemsPerPage":0,"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"]}

Expected behavior: A list of users should be returned in the response body

Environment information (Please complete the following information; remove any unnecessary fields) :


Optional Fields

Related issues:

Suggested labels:

isharak commented 2 weeks ago

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!