-
Notifications
You must be signed in to change notification settings - Fork 47
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
Not possible to check group member of #18
Comments
Sorry, can you give a little more context? |
I thought in a simple check in the JSON (received from OIDC provider), looking into groups if it contains, for example, a specific group. |
Closed
Please, take a look at this feature. |
Would be great if one may configure the groupmembership in a rule to restrict a path to a group |
sound like a cool feature! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figure out that is not possible to do a simple validation if the user is a member of a group. Correct me with I'm wrong.
My idea is a simple validation, just, a check if the user is a member of a pre-defined group checking inside groups list sent by the provider. Is it make sense?
The text was updated successfully, but these errors were encountered: