enhancment of workflow to setup authz initialization

This commit is contained in:
dcore94 2021-03-03 17:30:15 +01:00
parent 63066ca1e6
commit 77875b904b
1 changed files with 2 additions and 2 deletions

View File

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