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}",