From 50c5669a2e82cb655c38fdaf6341945df4bb235c Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 2 Nov 2021 12:28:48 +0100 Subject: [PATCH] fix --- templates/group_created.json.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 8ae789d..4cee5f3 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -239,8 +239,7 @@ "url" : "${init.input.keycloak_admin}/roles/Infrastructure-Member/composites", "method" : "POST", "headers" : { - "Authorization" : "Bearer ${authorize.output.body.access_token}", - "Accept" : "application/json" + "Authorization" : "Bearer ${authorize.output.body.access_token}" }, "body" : "${to_array.output.resultList}" }