From 753c3a05631587ac71e2509d579c8ebf65b856c6 Mon Sep 17 00:00:00 2001 From: "Meggle (Sebastian Bathke)" Date: Fri, 4 Oct 2024 07:53:45 +0200 Subject: [PATCH] feat(8.5): spring sdk oauth scope config --- .../apis-tools/spring-zeebe-sdk/getting-started.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md b/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md index 0bf32685d3a..7553a5bdd6f 100644 --- a/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md +++ b/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md @@ -129,6 +129,14 @@ zeebe.client.connection-mode=CLOUD zeebe.client.connection-mode=ADDRESS ``` +### Configuring OAuth Scope (Optional) + +The OAuth scope can be configured via the following [client environment variable](self-managed/zeebe-deployment/security/client-authorization.md#environment-variables) only: + +``` +ZEEBE_TOKEN_SCOPE=xxx +``` + ## Obtain the Zeebe client You can inject the Zeebe client and work with it to create new workflow instances, for example: