Skip to content

Commit

Permalink
feat(8.5): spring sdk oauth scope config
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Dec 13, 2024
1 parent 232676d commit 6ce0c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis-tools/spring-zeebe-sdk/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ camunda:
rest-address: http://localhost:8080
prefer-rest-over-grpc: false
audience: zeebe-api
scope: # optional
scope: zeebe-scope
```
## Obtain the Zeebe client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Environment variable to be set using this approach:
ZEEBE_AUTHORIZATION_SERVER_URL=xxx
ZEEBE_CLIENT_ID=xxx
ZEEBE_CLIENT_SECRET=xxx
ZEEBE_TOKEN_SCOPE=xxx
```

Example environment variables to be set to configure gRPC and REST connection:
Expand Down

0 comments on commit 6ce0c6c

Please sign in to comment.