From ca48efb78832eeb7ca1b8583361804e55dd5fb2d Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 23 Mar 2021 19:07:04 +0100 Subject: [PATCH] started work on role_created event --- templates/role_created.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/role_created.json.j2 b/templates/role_created.json.j2 index 0fa6188..7e3c77e 100644 --- a/templates/role_created.json.j2 +++ b/templates/role_created.json.j2 @@ -40,7 +40,7 @@ "taskReferenceName" : "get_all_vres", "type" : "SIMPLE", "inputParameters" : { - "url" : "${init.input.keycloak_admin}/clients?clientId=%2F&search=true&first=0&max=500", + "url" : "${init.input.keycloak_admin}/clients?clientId=%252F&search=true&first=0&max=500", "method" : "GET", "headers" : { "Authorization" : "Bearer ${authorize.output.body.access_token}",