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

Apache Directory SCIMple In Memory Example

This example WAR 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 tomee:run and then access one of the endpoints:

# httpie
http :8080/v2/Users

# curl
curl localhost:8080/v2/Users

n