enhancment of workflow to setup authz initialization
This commit is contained in:
parent
63066ca1e6
commit
77875b904b
|
@ -23,14 +23,14 @@
|
||||||
"taskReferenceName" : "authorize",
|
"taskReferenceName" : "authorize",
|
||||||
"type" : "SIMPLE",
|
"type" : "SIMPLE",
|
||||||
"inputParameters" : {
|
"inputParameters" : {
|
||||||
"url" : "${init.input.keycloak}/protocol/openid-connect/token",
|
"url" : "https://accounts.dev.d4science.org/auth/realms/master/protocol/openid-connect/token",
|
||||||
"method" : "POST",
|
"method" : "POST",
|
||||||
"headers" : {
|
"headers" : {
|
||||||
"Accept" : "application/json"
|
"Accept" : "application/json"
|
||||||
},
|
},
|
||||||
"body" : {
|
"body" : {
|
||||||
"client_id" : "orchestrator",
|
"client_id" : "orchestrator",
|
||||||
"client_secret" : "{{ keycloak_auth }}",
|
"client_secret" : "7a64deb5-e8ea-4add-ba8d-26b339994cc9",
|
||||||
"grant_type" : "client_credentials"
|
"grant_type" : "client_credentials"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue