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 728 forks source link

Cursor-based Pagination for SCIM Resources #13294

Closed AnuradhaSK closed 1 week ago

AnuradhaSK commented 2 years ago

Is your feature request related to a problem? Please describe. Draft specification[1] introduces a simple extension to the SCIM protocol and core schema that adds support for cursor-based pagination.

WSO2 IS behaves as a SCIM service provider. Therefore, implementing the specification[1] gives both offset-based (existing) and cursor-based (new) pagination support for SCIM resources in WSO2-IS. Users can leverage the advantages of the two pagination mechanisms as per the usecase.

[1] https://datatracker.ietf.org/doc/html/draft-peterson-scim-cursor-pagination-00

Subtasks: Support SCIM cursor-based pagination for Resource API:

isharak commented 1 week 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!