Spring Security LDAP

LDAP authentication and authorization support for Spring Security. Supports LDAP bind authentication, password comparison, and user details loading from directory services.

API entry from apis.yml

apis.yml Raw ↑
aid: spring-security:spring-security-ldap
name: Spring Security LDAP
description: LDAP authentication and authorization support for Spring Security. Supports LDAP bind authentication,
  password comparison, and user details loading from directory services.
humanURL: https://spring.io/projects/spring-security
tags:
- Authentication
- Directory Services
- Enterprise
- LDAP
properties:
- type: Documentation
  url: https://docs.spring.io/spring-security/reference/servlet/authentication/passwords/ldap.html
- type: Guide
  url: https://spring.io/guides/gs/authenticating-ldap/