Skip to content

Commit

Permalink
Add special config for Web Modeler application/client
Browse files Browse the repository at this point in the history
  • Loading branch information
ingorichtsmeier committed Oct 22, 2024
1 parent 9d32341 commit 9d3763c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/self-managed/setup/guides/connect-to-an-oidc-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ configuration](#component-specific-configuration) to ensure the components are c
<h3>Steps</h3>

1. In your OIDC provider, create an application for each of the components you want to connect. The expected redirect URI of the component you are configuring an app for can be found in [component-specific configuration](#component-specific-configuration).
2. Make a note of the following values for each application you create:
2. For all components except Web Modeler, the application has to be of confidential access type, which is known in Keycloak as setting Client authentication to On. For Web Modeler, which is a single page web application, the application has to be of public access type. This is setting the Client authentication to Off in Keycloak.
3. Make a note of the following values for each application you create:
- Client ID
- Client secret
- Audience
3. Set the following environment variables for the component you are configuring an app for:
4. Set the following environment variables for the component you are configuring an app for:

<Tabs groupId="optionsType" defaultValue="env" queryString values={[{label: 'Environment variables', value: 'env' },{label: 'Helm values', value: 'helm' }]} >
<TabItem value="env">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ configuration](#component-specific-configuration) to ensure the components are c
<h3>Steps</h3>

1. In your OIDC provider, create an application for each of the components you want to connect. The expected redirect URI of the component you are configuring an app for can be found in [component-specific configuration](#component-specific-configuration).
2. Make a note of the following values for each application you create:
2. For all components except Web Modeler, the application has to be of confidential access type, which is known in Keycloak as setting Client authentication to On. For Web Modeler, which is a single page web application, the application has to be of public access type. This is setting the Client authentication to Off in Keycloak.
3. Make a note of the following values for each application you create:
- Client ID
- Client secret
- Audience
3. Set the following environment variables for the component you are configuring an app for:
4. Set the following environment variables for the component you are configuring an app for:

<Tabs groupId="optionsType" defaultValue="env" queryString values={[{label: 'Environment variables', value: 'env' },{label: 'Helm values', value: 'helm' }]} >
<TabItem value="env">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ configuration](#component-specific-configuration) to ensure the components are c
<h3>Steps</h3>

1. In your OIDC provider, create an application for each of the components you want to connect. The expected redirect URI of the component you are configuring an app for can be found in [component-specific configuration](#component-specific-configuration).
2. Make a note of the following values for each application you create:
2. For all components except Web Modeler, the application has to be of confidential access type, which is known in Keycloak as setting Client authentication to On. For Web Modeler, which is a single page web application, the application has to be of public access type. This is setting the Client authentication to Off in Keycloak.
3. Make a note of the following values for each application you create:
- Client ID
- Client secret
- Audience
3. Set the following environment variables for the component you are configuring an app for:
4. Set the following environment variables for the component you are configuring an app for:

<Tabs groupId="optionsType" defaultValue="env" queryString values={[{label: 'Environment variables', value: 'env' },{label: 'Helm values', value: 'helm' }]} >
<TabItem value="env">
Expand Down

0 comments on commit 9d3763c

Please sign in to comment.