java-tutorials/spring-security-mvc-ldap
charlesgonzales 64418480e7
Update README.md
2019-03-14 03:09:25 +08:00
..
src BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 21 more modules.. work in progress..) 2018-09-15 13:57:53 -04:00
README.md Update README.md 2019-03-14 03:09:25 +08:00
pom.xml BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02: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)