tree: ff05ac5dae80c88569dac5d6d80b5f98d830f93f [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
scim-server-examples/scim-server-jersey/README.md

Apache Directory SCIMple In Memory Example

This example project demo's how to:

  • Add a custom SCIM Extension
  • Manage Users and Groups (in memory)

Use this as a starter point on how to integrate Apache Directory SCIMple into your own project.

Run: mvn package exec:run and then access one of the endpoints:

# httpie
http :8080/Users

# curl
curl localhost:8080/Users

n