Relates to #47462, when a user setup the keycloak provider and the initial user does not belong to any groups then groupSearchEnabled is false and the user won't be able to perform group search against Keycloak.
The workaround is to edit the authconfig/keycloakoidc on Rancher local
kubectl edit authconfigs.management.cattle.io keycloakoidc
And enable groupSearchEnabled
This workaround should be in the documentation
Relates to #47462, when a user setup the
keycloakprovider and the initial user does not belong to any groups thengroupSearchEnabledis false and the user won't be able to perform group search againstKeycloak.The workaround is to edit the
authconfig/keycloakoidcon Rancher localAnd enable
groupSearchEnabledThis workaround should be in the documentation