Top "Spring-security-ldap" questions

multiple authentication mechanisms in a single app using java config

Currently I have a single authentication mechanism in my application which is to use LDAP for authentication and authorization. My …

java spring-security spring-security-ldap
Spring-boot LDAP customize UserDetails

I'm using LDAP authentication in spring-boot application (configuration based on annotations). I would like to customize UserDetails object. Default UserDetails …

spring spring-security ldap spring-boot spring-security-ldap
Spring Security LDAP and Remember Me

I'm building an app with Spring Boot that has integration with LDAP. I was able to connect successfully to LDAP …

java spring spring-security spring-boot spring-security-ldap
How to get additional user attributes from LDAP in Spring Security?

I'm currently trying to develop a Spring Boot application whose purpose it will be to manage user entries in our …

java spring-security spring-boot spring-ldap spring-security-ldap
Spring Security Active Directory LDAP Authentication without full name

Using Spring Security 3.2 I have configured ActiveDirectoryLdapAuthenticationProvider. I am able to authenticate using full name example [email protected] but …

java spring-security active-directory spring-ldap spring-security-ldap
How to configure spring to use External LDAP Server

I am learning about Spring Security to LDAP server, right now i am trying to make spring authenticate to ldap …

java spring spring-security spring-security-ldap