From 96cad42acc71824502c6342560de2525b1672f5c Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 2 Nov 2021 12:46:11 +0100 Subject: [PATCH] added correct Cnotent-type --- templates/group_created.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 4cee5f3..f010c66 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -239,7 +239,8 @@ "url" : "${init.input.keycloak_admin}/roles/Infrastructure-Member/composites", "method" : "POST", "headers" : { - "Authorization" : "Bearer ${authorize.output.body.access_token}" + "Authorization" : "Bearer ${authorize.output.body.access_token}", + "Content-Type" : "application/json" }, "body" : "${to_array.output.resultList}" }