Skip to content
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

source/ldap: lookup group memberships from user attribute #12661

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

krejcar25
Copy link

@krejcar25 krejcar25 commented Jan 13, 2025

Details

This MR implements lookups of group memberships from user attributes as an option alternative to lookups from group attributes. This also allows for nested group lookups in Active Directory using the :1.2.840.113556.1.4.1941: string.

Implements #3879

Some code taken from shawnweeks/authentik, originally submitted as #3936.


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@krejcar25 krejcar25 requested review from a team as code owners January 13, 2025 21:39
Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit a6dfbcb
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67862875cd69750008b372ab

Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit a6dfbcb
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/678628753c45d100081f06c9

@krejcar25 krejcar25 changed the title Feature/source ldap lookup groups from user source/ldap: lookup group memberships from user attribute Jan 14, 2025
@krejcar25 krejcar25 force-pushed the feature/source_ldap_lookup_groups_from_user branch from 603a728 to a6dfbcb Compare January 14, 2025 09:03
@krejcar25
Copy link
Author

Force-pushed to add PGP signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants