mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:56 -05:00
[Enhancement]: Make the OpenID group claim names configurable #2918
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf#2918
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yourfate on GitHub (Apr 29, 2025).
Type of Enhancement
Web Interface/Frontend
Describe the Feature/Enhancement
Allow the group names audiobookshelf looks for in the group claim during OIDC to be configured.
Why would this be helpful?
Right now, when I activate the group claim, I have to use the default group names (
user,admin,guest).It would be nice if I could rename those, to something like
abs_admins,abs_usersetc, without having to use the advanced permissions claim feature. This would also be helpful if I run two different audiobookshelf instances, connected to the same OIDC / LDAP (for example a testing instance without user access).The current implementation risks that several applications look for
adminin the same claim, but I might only grant admin permissions for one of the groups.I know I could in theory create a 2nd claim just for audiobookshelf groups, but that is annoying in some setups. In mine the
groupsclaim is synced to my OpenID from LDAP.Future Implementation (Screenshot)
Example from Jellyfin:
Audiobookshelf Server Version
v2.21.0
Current Implementation (Screenshot)
@nichwall commented on GitHub (Apr 29, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/2878
@yourfate commented on GitHub (Apr 29, 2025):
very sorry, didn't find that.
@nichwall commented on GitHub (Apr 29, 2025):
No worries