Skip to content

Commit

Permalink
Fix a issue with PRODUCT
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-yves-monnet committed Oct 9, 2024
1 parent 46c0bb3 commit 325ffdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ private void connectOperate(StringBuilder analysis) throws AutomatorException {

SaaSAuthenticationBuilder saaSAuthenticationBuilder = SaaSAuthentication.builder();
JwtConfig jwtConfig = new JwtConfig();
jwtConfig.addProduct(Product.TASKLIST,
jwtConfig.addProduct(Product.OPERATE,
new JwtCredential(serverDefinition.zeebeClientId, serverDefinition.zeebeClientSecret,
serverDefinition.operateAudience != null ? serverDefinition.operateAudience : "operate.camunda.io",
serverDefinition.authenticationUrl != null ?
Expand Down

0 comments on commit 325ffdc

Please sign in to comment.