项目作者: mengjiann
项目描述 :
Sample Spring Boot Web App Auth using Spring Data Ldap
高级语言: Java
项目地址: git://github.com/mengjiann/spring-boot-auth-ldap.git
Spring Boot Auth Ldap
Sample Spring Boot Web App Auth using Spring Data Ldap
Note
- Use spring-data-ldap to implement custom authentication provider
- Use embedded ldap server for POC.
- Implement custom authentication success handler with redirection to the request path before login (spring session attribute:SPRING_SECURITY_SAVED_REQUEST)
- Use thymeleaf-extras-springsecurity4 to access authentication principal from Thymeleaf.
References: