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

Map user to admin group #779

Open
yavorivanov-cw opened this issue Jan 30, 2024 · 1 comment
Open

Map user to admin group #779

yavorivanov-cw opened this issue Jan 30, 2024 · 1 comment
Labels
discussion priority: normal question Further information is requested

Comments

@yavorivanov-cw
Copy link

yavorivanov-cw commented Jan 30, 2024

We have the following ID token:

 ...,
  "ldap_groups": [
    "group1",
    "group2",
    "group3",
    "group4",
    "admin"
  ],
...

Unfortunately the user is still not an admin. We think that this is because of the displaName of the group which in our nextcloud are shown as hashes.
Most likely related to #626

@edward-ly edward-ly added the bug Something isn't working label Sep 17, 2024
@edward-ly
Copy link
Contributor

I could be wrong, but I believe the Nextcloud admin group is specified under resource_access.nextcloud.roles (see #799 for an example). If that doesn't work and you're still having trouble, let us know.

@edward-ly edward-ly added question Further information is requested discussion priority: normal and removed bug Something isn't working labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion priority: normal question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants