0
votes

I am trying to add authentication with Active Directory in my web application, so that the user can login with their username and password and start a session.

I need to know the necessary parameters to do the configuration.

Have you try the documentation here : Authenticating a User with LDAP ? - Shim-Sao
Yes it works! But im confused, I need to configure the LDAP server in my application.properties or I need the users data with LDIF format and add to my project ? - ines tounsi
Maybe this article can help you : Intro to Spring Security LDAP - Shim-Sao