spring-security-ldap Questions

2

Solved

In summary, user is being authenticated, but I do appear to actually have logged into the users account. I'm currently working on implementing LDAP authentication on a project. It appears that the...
Portemonnaie asked 24/10, 2018 at 15:51

2

Solved

I have a working proof-of-concept application which can successfully authenticate against Active Directory via LDAP on a test server, but the production application will have to do so over TLS -- t...

1

I am using the Spring Security ActiveDirectoryLdapAuthenticationProvider with Spring Boot (annotation based config) to authenticate with Active Directory and generate tokens. All works fine. I wi...

2

Solved

We are using Spring Security Ldap Library (v4.0.4) to fetch a list of users from our client's Active Directory (ldap://domain:389) and to authenticate them to sign in to our web application. Micro...
Consueloconsuetude asked 27/2, 2020 at 18:48

0

In Spring security I want to use Basic authentication for urls starting with api/** LDAP Rest Authentication for urls starting with /ldap/. The current code i have also allows ldap/ with basic auth...

1

Newbie question so bear with me... Currently I have a Grails 2.4.4 app that used spring-security-ldap 2.0.1 to authenticate + authorised users with an OpenLdap server. The LDAP people are concern...
Make asked 2/5, 2018 at 7:25

4

Solved

Currently I have a single authentication mechanism in my application which is to use LDAP for authentication and authorization. My security configuration looks like this @Configuration @EnableWebM...
Thresathresh asked 11/9, 2014 at 18:31

0

We’re having a microservices architecture based on spring boot where we have multiple microservices talking to each other and also a Javascript UI that connects to the different microservices. Sin...

2

Solved

Here there is a spring-security example, ldap-xml, which runs a ldap server and imports a LDIF file for testing: https://github.com/spring-projects/spring-security/blob/master/samples/ldap-xml/src...
Proto asked 5/5, 2014 at 14:2

0

I am building rest web services with Spring Boot. Authentication is implemented using Spring Security and OAuth2. Users are authenticated against LDAP server. Here is my websecurityconfig @Configu...
Vivavivace asked 29/9, 2016 at 20:10

3

Solved

I would have one question regarding the configuration of spring-security-oauth2 2.0.7 please. I am doing the Authentication using LDAP via a GlobalAuthenticationConfigurerAdapter: @SpringBootAppli...

0

I am trying to determine if I could use a different authentication provider for each client ID within the same spring oauth2 authorization service. In particular, I want to allow resource owner pa...

1

Solved

I'm using LDAP authentication in spring-boot application (configuration based on annotations). I would like to customize UserDetails object. Default UserDetails implementation is LdapUserDetailsImp...
Appoggiatura asked 12/3, 2015 at 10:47

2

Solved

I'm building an app with Spring Boot that has integration with LDAP. I was able to connect successfully to LDAP server and authenticate user. Now I have a requirement to add remember-me functionali...

1

Solved

I have a custom Spring Security filter extending GenericFilterBean. To do automatic dependency and bean creation I added a @Component annotation. In my Security config I also register the filter ...
Rolling asked 24/6, 2014 at 7:51
1

© 2022 - 2025 — McMap. All rights reserved.