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

docs(oidc): Connectors warning regarding OIDC #3099

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ global:
For authentication, the Camunda components use the scopes `email`, `openid`, and `offline_access`.

:::note
Web Modeler does not yet support authentication with a generic OIDC provider.
Web Modeler and the Connectors do not yet support authentication with a generic OIDC provider.

When using OIDC, [disable Connectors in your deployment](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/values.yaml#L2572).
:::

</TabItem>
Expand Down Expand Up @@ -177,6 +179,10 @@ process.
To successfully authenticate wth Entra ID, you should use the `v2.0` API. This means that
the `CAMUNDA_IDENTITY_ISSUER_BACKEND_URL` value should end with `/v2.0`.

:::note
Connectors do not yet support authentication with Microsoft Entra ID as the OIDC provider. When using OIDC, [disable Connectors in your deployment](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/values.yaml#L2572).
:::

</TabItem>
</Tabs>

Expand Down
Loading