Forked from the Spring Security REST JWT repository which is backed by MongoDB. Instead of checking user authentication using MongoDB database, it uses a LDAP server.
- Java 8
- LDAP server
- Change your settings inside
src/main/resources/application.properties
- Change the role allowed inside
ProtectedController
LDAP configuration is not provided here (depending on your IT Service).
- Run
mvn clean install
. - deploy the built WAR on your favorite servlet container (JBoss, Tomcat, ...)
see Spring Security REST JWT repository
Spring Security REST JWT repository
This project is released under version 2.0 of the Apache License.