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

SCIM2 groups pagination is not implemented #7662

Closed tharindu-b-hewage closed 2 weeks ago

tharindu-b-hewage commented 4 years ago

OS, DB, other environment details and versions:

Db2 11.5 Ubuntu 19.10 Primary user store: Default LDAP Secondary User store: Db2 11.5 - UniqueIdJDBC Tenant user email as username

Description

Groups pagination with count and startIndex parameters results in 501 not implemented response.

ruwanta commented 3 years ago

Pagination is a wrong approach on REST API as HTTP GET is supposed to be stateless. What we need to implement is to have filtering with relevant criteria. And there should be maximum records each list should return. The UI need to implement such that it uses the filtering to search and get only the required limited set of records.

This has been the modern UI practice.
Pagination is an old technique and it is not used any more on any modern UI designs.

AnuradhaSK commented 3 years ago

Duplicate issue https://github.com/wso2/product-is/issues/9237

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!