Skip to content

Keycloak OIDC : Add workaround in the doc to enable group search #48146

Description

@jp-gouin

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

groupSearchEnabled: true

This workaround should be in the documentation

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions