I have a login page in my application where I want to validate the entered username/password against Ldap AD. I am thinking of creating a bind and get a context. If bind is successful that means user is authenticated. In Java I have achieved it like this: Above code is perfectly working for me. I want to implement the same
Tag: spring-security-ldap
Spring Security LDAP Authentication and gather user details from local database
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 authentication portion of things are working in the sense that my application does accept the correct credentials. The issue I’m having is that I cant seem to access