From d53ad6b8fe9a1a0ca299623c9f89f321bf54acf5 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Thu, 12 Jan 2023 16:21:38 +0100 Subject: [PATCH] reinforced authorize for reducing expiration risks --- templates/group_created.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 5ea84bc..acf93ee 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -479,7 +479,7 @@ }, { "name" : "pyrest", - "taskReferenceName" : "authorize", + "taskReferenceName" : "authorize2", "type" : "SIMPLE", "inputParameters" : { "url" : "{{ keycloak }}/master/protocol/openid-connect/token",