Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add special config for Web Modeler application/client #4499

Merged
merged 5 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading