java-tutorials/spring-security-mvc-ldap
eugenp 92d320cd9a minor boot upgrade 2016-10-24 20:41:43 +03:00
..
src cleanup and upgrade 2016-01-05 19:55:18 +02:00
README.md Updated LSS campaign link 2016-08-12 16:58:48 +03:00
pom.xml minor boot upgrade 2016-10-24 20:41:43 +03: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)