Skip to content

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.

2 participants