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/docs/OpenID-Connect-Guide.md
+5-38Lines changed: 5 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,6 @@ with what role. The `OIDC_USER_CLAIM_NAME` and `OIDC_ADMIN_CLAIM_NAME` environme
26
26
specify the name of the claim that must be present. The `OIDC_USER_CLAIM_VALUE` and
27
27
`OIDC_ADMIN_CLAIM_VALUE` environment variables specify the required value of the claim.
28
28
29
-
If Workflow Manager is configured to use OIDC, then the component services must also be configured
30
-
to use OIDC. The component services will use OIDC if either the `OIDC_JWT_ISSUER_URI` or
31
-
`OIDC_ISSUER_URI` environment variables are set on the component service. When a component service
32
-
is configured to use OIDC, the `OIDC_CLIENT_ID` and `OIDC_CLIENT_SECRET` environment variables are
33
-
used to specify the client ID and secret that will be used during component registration.
34
-
35
29
36
30
### Workflow Manager Environment Variables
37
31
@@ -70,22 +64,6 @@ used to specify the client ID and secret that will be used during component regi
70
64
[template variables supported by Spring.](https://docs.spring.io/spring-security/reference/servlet/oauth2/client/authorization-grants.html#oauth2Client-auth-code-redirect-uri)
71
65
72
66
73
-
### Component Environment Variables
74
-
75
-
-`OIDC_JWT_ISSUER_URI` or `OIDC_ISSUER_URI` (Required): URI for the OIDC provider that will be used
76
-
to authenticate REST clients. The OIDC configuration endpoint must exist at the value of this
77
-
environment variable with `/.well-known/openid-configuration` appended. If both environment
78
-
variables are provided, `OIDC_JWT_ISSUER_URI` will be used. If `OIDC_JWT_ISSUER_URI` is set on
79
-
Workflow Manager, it should be set to the same value on the component services. If
80
-
`OIDC_JWT_ISSUER_URI` is not set on Workflow Manager, `OIDC_ISSUER_URI` should be set to the
81
-
same value on Workflow Manager and the component services. When either environment variable is
82
-
set, the `WFM_USER` and `WFM_PASSWORD` environment variables are ignored.
83
-
-`OIDC_CLIENT_ID` (Required): The client ID that the component service will use when registering
84
-
the component with Workflow Manager.
85
-
-`OIDC_CLIENT_SECRET` (Required): The client secret that the component service will use when
86
-
registering the component with Workflow Manager.
87
-
88
-
89
67
## Example with Keycloak
90
68
91
69
The following example explains how to test Workflow Manager with Keycloak as the OIDC provider.
<li><code>OIDC_ISSUER_URI</code> (Required): URI for the OIDC provider that will be used to authenticate users
@@ -317,21 +312,6 @@ <h3 id="workflow-manager-environment-variables">Workflow Manager Environment Var
317
312
OIDC provider is different from the OIDC provider's public host name. The value can use the
318
313
<ahref="https://docs.spring.io/spring-security/reference/servlet/oauth2/client/authorization-grants.html#oauth2Client-auth-code-redirect-uri">template variables supported by Spring.</a></li>
0 commit comments