Skip to content

Changing ServiceProviderConfig to show cursor pagination is enabled. #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

BojithaPiyathilake
Copy link
Contributor

@BojithaPiyathilake BojithaPiyathilake commented Jun 20, 2022

Purpose

As per the cursor based pagination draft by Matt Peterson, A SCIM Service provider implementing cursor-based pagination SHOULD include the following additional attribute in the JSON document returned by the/ServiceProviderConfig endpoint:

{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"],
...
"pagination": {
"cursor":true
},
.....
}

A part in completion of: wso2/product-is#13294

Goals

When the ServiceProviderConfig endpoint is called, it will inform the user that cursor pagination is supported.

Related PRs

wso2/charon#370

Test environment

JDK 1.8, Ubuntu 20.04, WSO2IS-5.12.0-alpha14, Chrome.

@sadilchamishka sadilchamishka changed the base branch from master to scim-cursor-feature March 6, 2025 08:30
@nilasini nilasini deleted the branch wso2-extensions:scim-cursor-feature March 6, 2025 09:24
@nilasini nilasini closed this Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants