java-tutorials/spring-security-modules/spring-security-ldap
Krzysiek ee95317ad9 JAVA-42: Upgrade spring-security-ldap to Spring Boot 2 2020-03-29 23:54:31 +02:00
..
src JAVA-42: Upgrade spring-security-ldap to Spring Boot 2 2020-03-29 23:54:31 +02:00
README.md Java-72 Rename Spring Security LDAP module 2020-02-15 20:26:00 +01:00
pom.xml JAVA-42: Upgrade spring-security-ldap to Spring Boot 2 2020-03-29 23:54:31 +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)