-
-
Notifications
You must be signed in to change notification settings - Fork 945
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
sources/oauth: add initial group sync #6427
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #6427 +/- ##
==========================================
- Coverage 92.46% 92.46% -0.00%
==========================================
Files 561 561
Lines 27053 27078 +25
==========================================
+ Hits 25012 25035 +23
- Misses 2041 2043 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: Jens Langhammer <[email protected]>
8980bef
to
d9428dc
Compare
Looks like a great feature! |
hey, just bumping this one up. this is a deal breaker in my case and due to lack of this feature, I can't consider authentik a solution for my case at the moment. hoping this one is implemented soon, as otherwise I find authentik very intuitive to use! |
Will this be available soon? Really need this for my use case |
superseded by #8771 |
Details
Add the option to allow OIDC sources to sync groups
(Some sources like Azure AD return a list of UUIDs from the groups which we'd need additional logic to resolve)
closes #6184
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)make i18n-extract
)If applicable
make website
)