Details for Interop Testing with WSO2 Charon

Following are the SCIM endpoints provided :

Authentication to above endpoints are made via HTTP Basic Authentication.
Please contact hasini@wso2.com to obtain the credentials to access the above endpoints.

Following are the options supported by WSO2 Charon as of its Milestone 1 release.

  • Client: Y
  • Server: Y
  • Represenation: JSON
  • Authentication: HTTP Basic Authentication
  • Supported User Operations
    • Create (POST)
    • Update (PUT)
    • Retrieve (GET)
    • List (GET)
    • Delete (DELETE)
  • Supported Group Operations
    • Create (POST)
    • Update (PUT)
    • Retrieve (GET)
    • List (GET)
    • Delete (DELETE)
  • Other considerations:
      User Name is required when creating a user.
      At least one existing member id should be provided when creating a group.