Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79da055

Browse files
committedFeb 20, 2024·
removed unintended change
1 parent 9c7d306 commit 79da055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎spring-boot-starter-camunda/src/main/java/io/camunda/zeebe/spring/client/configuration/ZeebeClientConfiguration.java

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ && hasText(properties.getCloud().getClientSecret())) {
145145
.clientId(properties.getCloud().getClientId())
146146
.clientSecret(properties.getCloud().getClientSecret())
147147
.audience(properties.getCloud().getAudience())
148-
.scope(properties.getCloud().getScope())
149148
.authorizationServerUrl(properties.getCloud().getAuthUrl())
150149
.credentialsCachePath(properties.getCloud().getCredentialsCachePath())
151150
.build();

0 commit comments

Comments
 (0)
Please sign in to comment.