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/group based filter #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ashemsay
Copy link

@ashemsay ashemsay commented Mar 2, 2022

  • Add an "Allowed groups" field in the settings form as a space separated list of groups allowed to log in.
  • Add a "Groups claim" field in the settings as the claim to pull groups from, default to "groups".

When retrieving oidc info or login in, if allowed groups is set, pull groups from the defined claim, if none of the groups is part of the allowed groups list or no groups is returned don't login or return info.

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

Successfully merging this pull request may close these issues.

1 participant