[FEATURE_REQUEST] OIDC username, groups and roles selection #1685
Labels
👤 Awaiting Maintainer Response
[ISSUE] Response from repo author is pending
🦄 Feature Request
[ISSUE] Suggestion for new feature, update or change
Is your feature request related to a problem? If so, please describe.
I was able to configure OIDC with GitLab (self hosted) using:
But I'm not able to use
show/hideForKeycloakUsers
becausekeycloakInfo
in localStorage is not filled with GitLab groups, I guess because they are saved in the OIDC profile asgroups_direct
.Also
username
is filled using OIDC profilepreferred_username
, but maybe could be preferable to useemail
ornickname
orsub
.Describe the solution you'd like
It could be very useful to be able to select from OIDC profile which fields to use to fill Dashy logged in user
username
,groups
androles
.Possible configurations could be:
appConfig.auth.oidc.profileFields
(optional)username
string
preferred_username
)groups
string
groups
)roles
string
roles
)Priority
Medium (Would be very useful)
Is this something you would be keen to implement
Maybe
The text was updated successfully, but these errors were encountered: