Skip to content

Commit d89ebec

Browse files
committed
add Graph Insights clients to default keycloak page
Signed-off-by: Thomas Telleis <[email protected]>
1 parent 4029654 commit d89ebec

File tree

1 file changed

+7
-3
lines changed
  • docs/deploy-and-configure/configuration/keycloak

1 file changed

+7
-3
lines changed

docs/deploy-and-configure/configuration/keycloak/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@ To create a realm, use the drop down menu for choosing a realm on the left side.
3737
## Client configuration
3838

3939
Clients are used to link users and groups managed in Keycloak to Corporate Memory.
40-
There are two different clients used by Corporate Memory:
40+
There are two different type of clients used by Corporate Memory:
4141

4242
- The first client is used to authenticate a user for using the web interface (usually named `cmem`).
43-
- The other client is used as a technical user with the command line interface (typically named `cmem-service-account`).
44-
Depending on the environment, there might be other use cases, when running background schedules, then a third client, also as technical user, might be useful.
43+
- The second client is used as a technical user with the command line interface (typically named `cmem-service-account`).
44+
- (optional, when using Graph Insights) similar to the `cmem` client you can configure Graph Insights to use a separate client (usally name `graph-insights`)
45+
- (optional, when using Graph Insights) similar to the `cmem-service-account` client you can configure Graph Insights to communicate with a separate client (usally name `graph-insights-service-account`)
46+
47+
For Graph Insight please refer the [Graph Insights OAUTH documentation](../../deploy-and-configure/configuration/graphinsights/#oauth-configuration)
48+
Depending on the environment, there might be other use cases, when running background schedules, then a third client, also as technical user, might be useful.
4549

4650
### Access conditions, roles and groups
4751

0 commit comments

Comments
 (0)