enhancment of workflow to setup authz initialization
This commit is contained in:
parent
63066ca1e6
commit
77875b904b
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue