-
Notifications
You must be signed in to change notification settings - Fork 6k
Add ability to provide custom search root/filter when creating ActiveDirectoryLDAPAuthenticationProvider #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…en configuring an ActiveDirectoryLdapAuthenticationProvider.
Removing the final modifier on this class would help a lot. |
@jdpgrailsdev Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@jdpgrailsdev Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@jdpgrailsdev Thanks for touching base. We plan to integrate this in 4.2.0.M1 which will be starting as soon as we get 4.1.1 out. |
I've just tried to use the |
@rwinch Sounds good. Let me know if you need me to do anything with this PR. Otherwise, feel free to close this if you have a similar fix already in the pipe. |
@jdpgrailsdev Thank you for signing the Contributor License Agreement! |
Thanks for submitting this PR @jdpgrailsdev. We are currently re-thinking our approach to an Active Directory The work has already started in #4064 if you would like to track the progress and provide any input/feedback. I'm going to close this PR as we will address your input/feedback in #4064. |
- spring-projects#73 Introduce OAuth2AuthorizedClientManager - spring-projects#74 Integrate OAuth2AuthorizedClientManager with OAuth2AuthorizedClientProvider(s) - spring-projects#81 Add builder for OAuth2AuthorizedClientProvider
The current implementation of the ActiveDirectoryLdapAuthenticationProvider does not allow for a custom search root/filter. The attached change adds a new constructor that allows for a custom search root and filter to be provided and used if present. Otherwise, the current logic is used for generating the search root and filter used to find the user in AD.