Skip to content

Commit

Permalink
update step numbering in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Aug 28, 2024
1 parent ce24a80 commit c3c9fef
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
46 changes: 23 additions & 23 deletions docs/self-managed/setup/guides/connect-to-an-oidc-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ Ensure you register a new application for each component.
CAMUNDA_IDENTITY_BASE_URL=<IDENTITY_URL>
CAMUNDA_IDENTITY_ISSUER=https://login.microsoftonline.com/<Microsoft Entra tenant id>/v2.0
CAMUNDA_IDENTITY_ISSUER_BACKEND_URL=https://login.microsoftonline.com/<Microsoft Entra tenant id>/v2.0
CAMUNDA_IDENTITY_CLIENT_ID=<Client ID from Step 1>
CAMUNDA_IDENTITY_CLIENT_SECRET=<Client secret from Step 3>
CAMUNDA_IDENTITY_AUDIENCE=<Client ID from Step 1>
CAMUNDA_IDENTITY_CLIENT_ID=<Client ID from Step 2>
CAMUNDA_IDENTITY_CLIENT_SECRET=<Client secret from Step 5>
CAMUNDA_IDENTITY_AUDIENCE=<Client ID from Step 2>
IDENTITY_INITIAL_CLAIM_NAME=<Initial claim name if not using the default "oid">
IDENTITY_INITIAL_CLAIM_VALUE=<Initial claim value>
SPRING_PROFILES_ACTIVE=oidc
Expand All @@ -160,44 +160,44 @@ global:
type: "MICROSOFT"
publicIssuerUrl: https://login.microsoftonline.com/<Tenant ID>/v2.0
identity:
clientId: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
audience: <Audience from Step 1>
initialClaimName: <Initial claim name if not using the default "oid">
initialClaimValue: <Initial claim value>
redirectUrl: <See the Helm value in the table below>
operate:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
tasklist:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
optimize:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
zeebe:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
tokenScope: "<Client ID from Step 1>/.default"
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 53>
tokenScope: "<Client ID from Step 2>/.default"
webModeler:
clientId: <Client ID from Step 1>
clientApiAudience: <Client ID from Step 1>
clientId: <Client ID from Step 2>
clientApiAudience: <Client ID from Step 2>
publicApiAudience: <Audience for using Web Modeler's API. For security reasons, use a different value than for clientApiAudience>
redirectUrl: <See the Helm value in the table below>
console:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
redirectUrl: <See the Helm value in the table below>
connectors:
clientId: <Client ID from Step 2>
existingSecret: <Client secret from Step 3>
existingSecret: <Client secret from Step 5>
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ Ensure you register a new application for each component.
CAMUNDA_IDENTITY_BASE_URL=<IDENTITY_URL>
CAMUNDA_IDENTITY_ISSUER=https://login.microsoftonline.com/<Microsoft Entra tenant id>/v2.0
CAMUNDA_IDENTITY_ISSUER_BACKEND_URL=https://login.microsoftonline.com/<Microsoft Entra tenant id>/v2.0
CAMUNDA_IDENTITY_CLIENT_ID=<Client ID from Step 1>
CAMUNDA_IDENTITY_CLIENT_SECRET=<Client secret from Step 3>
CAMUNDA_IDENTITY_AUDIENCE=<Client ID from Step 1>
CAMUNDA_IDENTITY_CLIENT_ID=<Client ID from Step 2>
CAMUNDA_IDENTITY_CLIENT_SECRET=<Client secret from Step 5>
CAMUNDA_IDENTITY_AUDIENCE=<Client ID from Step 2>
SPRING_PROFILES_ACTIVE=oidc
```
Expand All @@ -147,33 +147,33 @@ global:
type: "MICROSOFT"
publicIssuerUrl: https://login.microsoftonline.com/<Tenant ID>/v2.0
operate:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
tasklist:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
optimize:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
zeebe:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
tokenScope: "<Client ID from Step 1>/.default"
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
tokenScope: "<Client ID from Step 2>/.default"
webModeler:
clientId: <Client ID from Step 1>
clientApiAudience: <Client ID from Step 1>
clientId: <Client ID from Step 2>
clientApiAudience: <Client ID from Step 2>
publicApiAudience: <Audience for using Web Modeler's API. For security reasons, use a different value than for clientApiAudience>
redirectUrl: <See the Helm value in the table below>
connectors:
clientId: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ Ensure you register a new application for each component.
CAMUNDA_IDENTITY_BASE_URL=<IDENTITY_URL>
CAMUNDA_IDENTITY_ISSUER=https://login.microsoftonline.com/<Microsoft Entra tenant id>/v2.0
CAMUNDA_IDENTITY_ISSUER_BACKEND_URL=https://login.microsoftonline.com/<Microsoft Entra tenant id>/v2.0
CAMUNDA_IDENTITY_CLIENT_ID=<Client ID from Step 1>
CAMUNDA_IDENTITY_CLIENT_SECRET=<Client secret from Step 3>
CAMUNDA_IDENTITY_AUDIENCE=<Client ID from Step 1>
CAMUNDA_IDENTITY_CLIENT_ID=<Client ID from Step 2>
CAMUNDA_IDENTITY_CLIENT_SECRET=<Client secret from Step 5>
CAMUNDA_IDENTITY_AUDIENCE=<Client ID from Step 2>
IDENTITY_INITIAL_CLAIM_NAME=<Initial claim name if not using the default "oid">
IDENTITY_INITIAL_CLAIM_VALUE=<Initial claim value>
SPRING_PROFILES_ACTIVE=oidc
Expand All @@ -160,44 +160,44 @@ global:
type: "MICROSOFT"
publicIssuerUrl: https://login.microsoftonline.com/<Tenant ID>/v2.0
identity:
clientId: <Client ID from Step 1>
clientId: <Client ID from Step 2>
existingSecret: <Client secret from Step 3>
audience: <Audience from Step 1>
initialClaimName: <Initial claim name if not using the default "oid">
initialClaimValue: <Initial claim value>
redirectUrl: <See the Helm value in the table below>
operate:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
tasklist:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
optimize:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
redirectUrl: <See the Helm value in the table below>
zeebe:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
existingSecret: <Client secret from Step 3>
tokenScope: "<Client ID from Step 1>/.default"
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
existingSecret: <Client secret from Step 5>
tokenScope: "<Client ID from Step 2>/.default"
webModeler:
clientId: <Client ID from Step 1>
clientApiAudience: <Client ID from Step 1>
clientId: <Client ID from Step 2>
clientApiAudience: <Client ID from Step 2>
publicApiAudience: <Audience for using Web Modeler's API. For security reasons, use a different value than for clientApiAudience>
redirectUrl: <See the Helm value in the table below>
console:
clientId: <Client ID from Step 1>
audience: <Client ID from Step 1>
clientId: <Client ID from Step 2>
audience: <Client ID from Step 2>
redirectUrl: <See the Helm value in the table below>
connectors:
clientId: <Client ID from Step 2>
existingSecret: <Client secret from Step 3>
existingSecret: <Client secret from Step 5>
```

</TabItem>
Expand Down

0 comments on commit c3c9fef

Please sign in to comment.