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

Draft: Add additional Runscope SCIM tests #3871

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

Conversation

bdemers
Copy link
Contributor

@bdemers bdemers commented Jan 10, 2023

Adds tests for:

  • PUT /Users/ - add attributes
  • PATCH /Users/ - disable user
  • POST /Groups - create group
  • GET /Groups/ - get group
  • PUT /Groups/ - update group
  • PATCH /Groups/ - update group users
  • DELETE /Groups/ - delete group

TODO: These new tests are not needed for every type of implementation. For example, OIN apps have a different set of tests they MUST pass, for example, OIN apps will use a PATCH request when disabling a user, and a "custom" app will use a PUT.

NOTE: The ordering of the JSON properties has changed when using the Runscopes "export" feature; we may want to start running these files through a script that will use a deterministic ordering.

@bdemers bdemers changed the title Add additional Runscope SCIM tests Draft: Add additional Runscope SCIM tests Jan 10, 2023
Adds tests for:
* PUT /Users/<id> - add attributes
* PATCH /Users/<id> - disable user
* POST /Groups - create group
* GET /Groups/<id> - get group
* PUT /Groups/<id> - update group
* PATCH /Groups/<id> - update group users
* DELETE /Groups/<id> - delete group
@brianduffield-okta brianduffield-okta added the On Hold For features that were going to be released, but are now on hold label Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Hold For features that were going to be released, but are now on hold
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants