/apache-scimple-spring-boot

An EJB-free server example using Apache SCIMple on Spring Boot 2

Primary LanguageJavaApache License 2.0Apache-2.0

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