java-tutorials/spring-security-mvc-ldap
Grzegorz Piwowarek a09e6454f3 Remove Eclipse-specific files 2016-07-19 18:18:50 +03:00
..
src cleanup and upgrade 2016-01-05 19:55:18 +02:00
README.md Update README.md 2016-06-28 12:34:22 +03:00
pom.xml maven work 2016-03-06 11:49:59 +02:00

README.md

Spring Security with LDAP Example Project

###The Course The "Learn Spring Security" Classes: http://bit.ly/learnspringsecurity

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)