Skip to content

Filtering groups (filterGroupsRegex) and RBAC #13721

Closed Answered by agilgur5
gauravluckme asked this question in Q&A
Discussion options

You must be logged in to vote

Also users who are part of the group they get to know the group in the userinfo, however for the others that information is missing.

That would mean it's working as intended. Only the filtered group is showing up and is stored in the cookie.

We've given a group in the filterGroupsRegex, and the users who are not part of that group are still able to access the server.

I think you've misunderstood the purpose of the filter. It does not control permissions, that is what RBAC is for. SSO without RBAC means that anyone who can login to your SSO provider has access. Effectively it is authN without authZ. There is no check for groups or anything what-so-ever without RBAC.

The filter, per the…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gauravluckme
Comment options

@agilgur5
Comment options

@gauravluckme
Comment options

@agilgur5
Comment options

Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/sso-rbac type/support User support issue - likely not a bug
2 participants