Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 817 Bytes

File metadata and controls

17 lines (11 loc) · 817 Bytes

Apache SCIMple Example using Spring

This example is a self contained SCIM server using Apache SCIMple.

All EJB 3.0 and CDI dependencies are removed and it's a pure Spring boot 2.0 application.

To run, clone the project and run mvn spring-boot:run

There is support for JWT authentication, but it's turned off in the code:

The endpoints are available under /scim/v2/ eg. /scim/v2/Users.

Acknowledgements