Skip to content

Commit 4fef593

Browse files
pratikjagrutbtat
andauthored
Update docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-keycloak-oidc.md
Co-authored-by: Billy Tat <[email protected]>
1 parent d903e03 commit 4fef593

File tree

1 file changed

+12
-9
lines changed
  • docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config

1 file changed

+12
-9
lines changed

Diff for: docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-keycloak-oidc.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,15 @@ When you fill the **Configure a Keycloak OIDC account** form and click on **Enab
160160
### Unable to See Groups When Assigning Global Roles
161161

162162
If you use a user that is not part of any groups for initial setup, then you cannot search for groups when trying to assign a global role.
163-
This can't be updated through the UI. You can do one of the following workaround.
164-
165-
- **Workaround 1:** Edit the `authconfig/keycloakoidc` on Rancher local:
166-
```bash
167-
kubectl edit authconfigs.management.cattle.io keycloakoidc
168-
```
169-
Set `groupSearchEnabled: true`.
170-
171-
- **Workaround 2:** Reconfigure the Keycloak OIDC setup using a user that is assigned to at least one group in Keycloak.
163+
To resolve this, you can either:
164+
165+
1. Manually edit the `authconfig/keycloakoidc` object to enable group search.
166+
167+
1. On the Rancher server:
168+
```bash
169+
kubectl edit authconfigs.management.cattle.io keycloakoidc
170+
```
171+
1. Set `groupSearchEnabled: true`.
172+
1. Save your changes.
173+
174+
1. Reconfigure your Keycloak OIDC setup using a user that is assigned to at least one group in Keycloak.

0 commit comments

Comments
 (0)