diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 6a3e9ea..7ecc308 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -23,14 +23,14 @@ "taskReferenceName" : "authorize", "type" : "SIMPLE", "inputParameters" : { - "url" : "${init.input.keycloak}/protocol/openid-connect/token", + "url" : "https://accounts.dev.d4science.org/auth/realms/master/protocol/openid-connect/token", "method" : "POST", "headers" : { "Accept" : "application/json" }, "body" : { "client_id" : "orchestrator", - "client_secret" : "{{ keycloak_auth }}", + "client_secret" : "7a64deb5-e8ea-4add-ba8d-26b339994cc9", "grant_type" : "client_credentials" } }