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

Apache Directory SCIMple Quarkus 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 quarkus:dev and then access one of the endpoints:

# httpie
http :8080/v2/Users

# curl
curl localhost:8080/v2/Users

n