Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: header style

...

Grouper is deployed via a container image with commands identifying specific services, documentation can be found here.

  1. Deploy a grouper container with the 'ws' parameter described here.
  2. Be sure to use Grouper Authentication 'GROUPER_WS_GROUPER_AUTH=true'
  3. Create a service account utilizing either JWT or Basic Auth.
  4. Set privileges against the above service account, or utilize a "root" account like GrouperSystem

Deploy the container and, assuming there are no errors showing up, you now have the Grouper Webservice running.

Authentication to the webservice:

Depending on how the service account was set up, you either need to use Basic Auth, or JWT authentication

Testing with a client.

Grouper comes with a REST client that allows you to test, or a client of your choice like Postman.

Further information:

https://spaces.at.internet2.edu/display/Grouper/Grouper+Web+Services