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

support flattening of nested groups like keycloak uses #952

Open
yennor opened this issue Sep 24, 2024 · 1 comment
Open

support flattening of nested groups like keycloak uses #952

yennor opened this issue Sep 24, 2024 · 1 comment

Comments

@yennor
Copy link

yennor commented Sep 24, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Feature request

Which Nextcloud Version are you currently using: 29.0.6

Is your feature request related to a problem? Please describe.
In Keycloak it is possible to have nested (hierarchical) groups like "/parent/child". So if a user is member of child group it is implicitly also member of parent group.
Nextcloud doesn't support nested groups.
Unfortunately at the time being keycloak can only send the whole group path "/parent/child" or only the group the user is explicitly member of, so "child'.
In a lot of use cases, having an option which supports flattening the groups would be enough. Like
"/parent/child" becomes the two groups:

  • parent
  • child

Would be nice if that would be an selectable option for the user_oidc app.

@edward-ly
Copy link
Contributor

Thanks for the suggestion! If you're interested, you are welcome to submit a pull request as well and we'll promptly take a look at it.

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

No branches or pull requests

2 participants