Skip to content

Commit fd46e76

Browse files
authored
Update docs/self-managed/platform-deployment/helm-kubernetes/guides/connect-to-an-oidc-provider.md
1 parent 0965085 commit fd46e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self-managed/platform-deployment/helm-kubernetes/guides/connect-to-an-oidc-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ When using OIDC, set `connectors.inbound.mode: disabled` [in your Connectors Hel
130130

131131
```
132132
CAMUNDA_IDENTITY_TYPE=MICROSOFT
133-
CAMUNDA_IDENTITY_ISSUER=https://login.microsoftonline.com/<Client ID from step 1>/v2.0
133+
CAMUNDA_IDENTITY_ISSUER=https://login.microsoftonline.com/<Microsoft Entra tenant id>/v2.0
134134
CAMUNDA_IDENTITY_ISSUER_BACKEND_URL=https://login.microsoftonline.com/<Client ID from step 1>/v2.0
135135
CAMUNDA_IDENTITY_CLIENT_ID=<Client ID from step 1>
136136
CAMUNDA_IDENTITY_CLIENT_SECRET=<Client secret from step 3>

0 commit comments

Comments
 (0)