From fab53302cbd9f9420fa1566b445c4d276e7f480c Mon Sep 17 00:00:00 2001 From: Petr Panuska Date: Tue, 10 Mar 2020 16:27:45 +0000 Subject: [PATCH] BUG: remove worker group --- office365/Content/Library/office365/auth/authenticate.sl | 1 - 1 file changed, 1 deletion(-) diff --git a/office365/Content/Library/office365/auth/authenticate.sl b/office365/Content/Library/office365/auth/authenticate.sl index f3b499d..ec71dd9 100644 --- a/office365/Content/Library/office365/auth/authenticate.sl +++ b/office365/Content/Library/office365/auth/authenticate.sl @@ -12,7 +12,6 @@ flow: - SUCCESS: encode_client_secret - FAILURE: on_failure - http_client_post: - worker_group: '${json}' do: io.cloudslang.base.http.http_client_post: - url: "${'https://login.microsoftonline.com/%s/oauth2/v2.0/token' % tenant_q}"