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

Feature Request: Allow groups to be added and removed for external users. #152

Open
iamsid opened this issue May 2, 2024 · 1 comment
Open

Comments

@iamsid
Copy link

iamsid commented May 2, 2024

As identified in #150, users added via external provider (OAuth2, OID) are given access only to default groups.
There is no way to modify that access right now. Please add an option to manage groups for external users, same as local users.. either via the external platform or via yaade.

@iamsid iamsid changed the title Feature Request: Feature Request: Allow groups to be added and removed for external users. May 2, 2024
@jonrosner
Copy link
Contributor

you can add groups via the external system. The configuration fields section provides you with two configuration options:

  1. fields/groups which is a JSON Path to your groups in the received user info token.
  2. fields/filter is a regex that lets you filter those groups.

managing an external user's groups from within Yaade would be possible. I'll investigate this further.

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

No branches or pull requests

2 participants