You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use kubelogin with GitLab IDP. When I use the following command, I get an ID Token but there is no groups property in that one, only groups_direct.
groups_direct is the list of group a user is a direct member of, whereas groups is the list of groups a user is member of either directly or via inheritance. As describe in GitLab doc, groups is not in the ID Token but in the userinfo.
Any idea of the syntax I should use to claim the groups ?
Does this involve --oidc-extra-scope or --oidc-groups-claim parameters ? (I tested --oidc-extra-scope with groups, userinfo/groups, ... but it doesn't work)
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use kubelogin with GitLab IDP. When I use the following command, I get an ID Token but there is no groups property in that one, only groups_direct.
groups_direct is the list of group a user is a direct member of, whereas groups is the list of groups a user is member of either directly or via inheritance. As describe in GitLab doc, groups is not in the ID Token but in the userinfo.
Any idea of the syntax I should use to claim the groups ?
Does this involve --oidc-extra-scope or --oidc-groups-claim parameters ? (I tested --oidc-extra-scope with groups, userinfo/groups, ... but it doesn't work)
The text was updated successfully, but these errors were encountered: