-
Notifications
You must be signed in to change notification settings - Fork 269
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
Generic OIDC group scope is not sent in the request formed by the UI #12477
Comments
/backport v2.10.1 |
@mantis-toboggan-md I see no mention of groups whatsoever in the whole store or auth util, is it missing or? |
Thanks @mantis-toboggan-md for clarifying in chat. |
Just for the record, we will write a lot of unit tests for this process, as there are none, given that it's an old code.
|
Pushing to v2.12.0 as I have to prioritize SCC |
@gaktive looks like we have still time for the remaining development of SCC. Also I've finally identified the issue with the help of @mantis-toboggan-md Setting back milestone to 2.11.0. |
For the record: Scopes must also be added to the clientID group configuration or that error is returned from the redirect authentication. |
/backport v2.9.8 |
Validated in The formed URL from Rancher to the Auth Provider includes all of the scopes |
Internal reference: SURE-9143
Reported in 2.9.2
Issue description:
Despite adding the "groups" scope in the OIDC config, the request that is generated is not including the "groups" scope.
Repro steps:
OIDC configured and checked the generated request.
Workaround:
None
Actual behavior:
The request does not contain the group scope despite being configured.
Expected behavior:
Expect the generated request to contain the group scope.
@mantis-toboggan-md was able to reproduce this issue and confirm it is a UI bug:
The text was updated successfully, but these errors were encountered: