项目作者: mengjiann

项目描述 :
Sample Spring Boot Web App Auth using Spring Data Ldap
高级语言: Java
项目地址: git://github.com/mengjiann/spring-boot-auth-ldap.git
创建时间: 2017-12-09T07:27:57Z
项目社区:https://github.com/mengjiann/spring-boot-auth-ldap

开源协议:

下载


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: