java-tutorials/spring-security-mvc-ldap
Doha2012 fe0e0ba115 upgrade boot parent (#3352)
* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup
2018-01-05 20:56:21 +01:00
..
src fix spring config (#2374) 2017-08-05 15:48:10 +03:00
README.md Updated LSS campaign link 2016-08-12 16:58:48 +03:00
pom.xml upgrade boot parent (#3352) 2018-01-05 20:56:21 +01:00

README.md

Spring Security with LDAP Example Project

###The Course The "Learn Spring Security" Classes: http://github.learnspringsecurity.com

Relevant Article:

Notes

  • the project uses Spring Boot - simply run 'SampleLDAPApplication.java' to start up Spring Boot with a Tomcat container and embedded LDAP server.
  • Once started, open 'http://localhost:8080'
  • This will display the publicly available Home Page
  • Navigate to 'Secure Page' to trigger authentication
  • Username: 'baeldung', password: 'password'
  • This will authenticate you, and display your allocated roles (as defined in the 'users.ldif' file)