diff --git a/docs/installation/in-cluster/keycloak/index.md b/docs/installation/in-cluster/keycloak/index.md index 689262d6179..8884a71bedd 100644 --- a/docs/installation/in-cluster/keycloak/index.md +++ b/docs/installation/in-cluster/keycloak/index.md @@ -113,7 +113,8 @@ kubectl config set-credentials keycloak-oidc \ --exec-arg=--oidc-issuer-url=/realms/ \ --exec-arg=--oidc-client-id= \ --exec-arg=--oidc-client-secret= \ - --exec-arg=--oidc-extra-scope=email,profile + --exec-arg=--oidc-extra-scope=email \ + --exec-arg=--oidc-extra-scope=profile ``` 4. Link the User to the Cluster: To associate the user with the cluster, create a new context using these commands: