java-tutorials/spring-security-mvc-ldap
Martin van Wingerden 7f9bfe5cf9 Some README rendering corrections
Corrected sections without spaces
Best practice: add newline after section header
2019-11-07 21:04:14 +01:00
..
src Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
README.md Some README rendering corrections 2019-11-07 21:04:14 +01:00
pom.xml Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00

README.md

Spring Security LDAP

This module contains articles about Spring Security LDAP

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)