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

Commits on Jan 18, 2023

  1. Add additional Runscope SCIM tests

    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
    bdemers committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d71e26b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    871d0d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Add missing OIN tag

    bdemers committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ebf5334 View commit details
    Browse the repository at this point in the history