SCIM 2.0 Pagination with Cursor

Which IIQ version are you inquiring about?

8.3P3, 8.4P2

Share all details about your problem, including any error messages you may have received.

I am working on a SCIM connector. Due to records more than 10K, the Application team recommended us to use cursor instead of PageSize. Is there a way in SCIM connector where we can configure to get the cursor from Json and create next URL.

I believe it is not a standard way in SCIM but needed recommendations. If not done, I may have to go with Webservices connector.

Thanks
Nitish

Hi @Nitish92

I think current SCIM connector (2.0) does not support cursor based pagination. for more details you can refer the RFC 7644 - System for Cross-domain Identity Management: Protocol for SCIM supported pagination.

For the cursor based pagination for SCIM API it is still in draft state for standards draft-ietf-scim-cursor-pagination-11 - Cursor-based Pagination of SCIM Resources.

I believe for now, web service connector would be good choice at this moment for this use case.

Regards
Ankush

Thank you so much for the details.