Skip to content

Commit

Permalink
feat(8.5): spring sdk oauth scope config (#4393)
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos authored Dec 13, 2024
1 parent e84c8e2 commit b36629b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b36629b

Please sign in to comment.