Feature for using different bind user in active directory LDAP authentication provider#3933
Closed
MichaelF25 wants to merge 1 commit intospring-projects:masterfrom
Closed
Feature for using different bind user in active directory LDAP authentication provider#3933MichaelF25 wants to merge 1 commit intospring-projects:masterfrom
MichaelF25 wants to merge 1 commit intospring-projects:masterfrom
Conversation
This adds a feature in the authentication provider for active directory to use a different user for the bind operation as the user which credentials are to be authenticated.
Contributor
|
Thanks for submitting this PR @MichaelF25 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a feature in the authentication provider for active directory to use a different user for the bind operation as the user which credentials are to be authenticated.
In some company AD servers it's not allowed for ordinary users to connect via LDAP. Microsoft recommends to use a dedicated machine to machine (M2M) user account for these operations.