java-tutorials/spring-security-modules/spring-security-ldap
Amit Pandey a3d63f75f6
Java 29291 :- Upgrade Spring Security LDAP to Spring Boot 3 (#15901)
* JAVA-29291 :- Upgrade to Boot 3

* JAVA-29291 :- Upgrade to Boot 3

* JAVA-29291 :- Upgrade to Boot 3

* JAVA-29291 :- Upgrade to Boot 3
2024-02-25 22:46:11 +01:00
..
src Java 29291 :- Upgrade Spring Security LDAP to Spring Boot 3 (#15901) 2024-02-25 22:46:11 +01:00
README.md JAVA-12732: move spring-ldap into spring-security-ldap 2022-07-06 15:25:12 +05:30
pom.xml Java 29291 :- Upgrade Spring Security LDAP to Spring Boot 3 (#15901) 2024-02-25 22:46:11 +01: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)