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
Copy file name to clipboardExpand all lines: docs/deploy-and-configure/configuration/keycloak/index.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ To import a pre-configured `cmem` client for using the web interface, follow the
78
78
-**Browse** for the downloaded `cmem.json` and select it.
79
79
-**Save** new client.
80
80
81
-
To import a pre-configured `cmem-service-account` client, repeat the process with the [client configuration with credentials for the technical account (`cmem-service-account`)](cmem-service-account.json) (`cmem-service-account.json`).
81
+
To import a pre-configured `cmem-service-account` client, repeat the process with the [client configuration with credentials for the technical account (`cmem-service-account`)](cmem-service-account.json) (`cmem-service-account.json`). After importing add the `elds-admins` role mapper to the client. See in the manual section of [Add the `cmem-service-account` client](#serviceaccountroles)
- Go to **<aname="serviceaccountroles">Service account roles**</a> tab
203
203
- Select the link in the center **To manage detail and group mappings, click on the username service-account-YOUR_CLIENT_ID**
204
204
205
205
{ class="bordered" }
@@ -236,18 +236,15 @@ For this, just create a different role name later, and create an access conditio
236
236
### Groups configuration
237
237
238
238
- Go to **Groups** and add the following groups:
239
-
- These groups are used only to assign them to user accounts (clients have roles-to-group mappers).
240
239
- `elds-admins`
240
+
- These groups are used only to assign them to user accounts (clients have roles-to-group mappers).
241
241
- Any groups provided by your user management system (e.g. LDAP) that must be recognized/mapped by Keycloak
242
-
- In Corporate Memory docker orchestration, `local-users`, `local-admins`
242
+
- Corporate Memory does not come with any other groups. Those are optional and can be defined here.
243
243
244
244
### Users configuration
245
245
246
246
- This applies to the [Docker Orchestration](./../docker-orchestration/index.md), for other setups consult the [Keycloak manual](https://www.keycloak.org/docs/latest/server_admin/).
247
247
- Go to `Users`
248
248
- Add the following users and assign their groups respectively (for each user go to credentials, add password and disable `Temporary`)
0 commit comments