java-tutorials/spring-security-mvc-ldap
Norberto Ritzmann Jr 45be61376e Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
..
src Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
README.md Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
pom.xml Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02: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)