From 2653e8547e4671d753cabcc4d503beee7394a858 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Mon, 22 Nov 2021 17:17:56 +0100 Subject: [PATCH] fix --- templates/create_workspace_client.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/create_workspace_client.json.j2 b/templates/create_workspace_client.json.j2 index 95b706c..d289013 100644 --- a/templates/create_workspace_client.json.j2 +++ b/templates/create_workspace_client.json.j2 @@ -160,7 +160,7 @@ "audience" : "${init.input.root_vo}", "grant_type" : "urn:ietf:params:oauth:grant-type:uma-ticket", "client_id" : "${workflow.input.client_id}", - "client_secret" : "${init.output.result.client_secret}" + "client_secret" : "${init.output.result.client.secret}" } } },