Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This sample demonstrates how to consume SCIM Rest Endpoints in WSO2 Identity Server from a JAVA client application based on HttpClient.

...

Step 3: Sample for creating a group:

  1. Run the command: 'ant create-usergroup' at this directory level in the command line and observe the JSON message sent to the SCIM endpoint. The response status and the SCIM response are printed in the command line output.
  2. The new group is created in the Identity Server and the user created in Step 2 is added to the group.

...