Skip to content
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

Changing ServiceProviderConfig to show cursor pagination is enabled. #370

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BojithaPiyathilake
Copy link
Contributor

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-extensions/identity-inbound-provisioning-scim2#425

Test environment

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

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.

None yet

2 participants