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.
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.
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!
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:
[ ] /scim2/Users Userstore wise:
[ ] LDAP
[ ] JDBC
[ ] /scim2/Groups Userstore wise:
[ ] LDAP
[ ] JDBC
[ ] /scim2/Roles Userstore wise:
[ ] JDBC