Document recursive group search support for LDAP connectors#196
Merged
Conversation
|
@EthanDieterich Per dexidp/dex#4113 (review), could you rebase this to the tip of |
- Modified to align with final changes in dexidp/dex#4113 - Clarifies new behavior of `recursionGroupAttr` as well as the removal of `recursive` boolean Signed-off-by: Ethan Dieterich <ethandieterich@gmail.com>
05a8315 to
b1fa61b
Compare
Contributor
Author
|
Maintainers: This PR is now updated to reflect the final changes made in dexidp/dex#4113 and is ready for review. Thanks! |
|
Looks like the corresponding PR dexidp/dex#4113 was merged, so it would likely be good to get this PR reviewed and merged. |
|
Maintainers: gentle ping. |
cardoe
approved these changes
Aug 3, 2025
sagikazarmark
approved these changes
Dec 9, 2025
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 addition to the LDAP connector documentation adds an example demonstrating how the
recursionGroupAttrattributes can be used to discover nested group memberships. It also includes context to help users understand when recursive group searching is necessary.Note: This documentation should only be merged if PR #4113 in the main Dex repository is accepted, as it introduces the functionality for recursive group searching.