Oauth2 Scope is not exposed in Zeebe SDK config #23071
Labels
component/zeebe
Related to the Zeebe component/team
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.6.1
version:8.7.0-alpha1
Label that represents issues released on verions 8.7.0-alpha1
Description
A clear and concise description of what this issue is about. The OAuth scope which can be configured on the zeebe client via the env var
ZEEBE_TOKEN_SCOPE
is not exposed via the config of the spring sdk. For alignment it should be available for configuration, like other auth properties (clientId, secret etc.) too.Tasks
Workaround:
The current workaround is to set the env var ZEEBE_TOKEN_SCOPE.
The text was updated successfully, but these errors were encountered: