MetalK8s UI isn't retrieving groups
claim from Dex
#2526
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
topic:authentication
Anything related to user authentication
topic:ui
UI-related issues
Milestone
Component: ui, dex
What happened:
When trying to use Dex with a GitHub connector (MetalK8s 2.5.0), I couldn't use the
groups
claim to bind a role to my users (but was able to bind with the username).What was expected:
We should be able to bind roles to groups provided by Dex, and assume those roles from the UI.
Steps to reproduce:
groups
claim403
responses to any request against/api/kubernetes
in the browser dev toolsResolution proposal (optional):
The UI should request the
groups
scope, as it's not automatically provided by Dex.The text was updated successfully, but these errors were encountered: