java-tutorials/spring-security-mvc-ldap
Catalin e4320c4d01 Updated LSS campaign link 2016-08-12 16:58:48 +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 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://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)