enhancment of workflow to setup authz initialization
This commit is contained in:
parent
b90e84f84a
commit
1cdb9e68eb
|
@ -88,7 +88,7 @@
|
||||||
"taskReferenceName" : "get_default_policies",
|
"taskReferenceName" : "get_default_policies",
|
||||||
"type" : "SIMPLE",
|
"type" : "SIMPLE",
|
||||||
"inputParameters" : {
|
"inputParameters" : {
|
||||||
"url" : "${init.input.keycloak_admin}/clients/${extract_client_id.result.client_id}/authz/policy",
|
"url" : "${init.input.keycloak_admin}/clients/${extract_client_id.output.result.client_id}/authz/policy",
|
||||||
"method" : "GET",
|
"method" : "GET",
|
||||||
"headers" : {
|
"headers" : {
|
||||||
"Authorization" : "Bearer ${authorize.output.body.access_token}",
|
"Authorization" : "Bearer ${authorize.output.body.access_token}",
|
||||||
|
|
Loading…
Reference in New Issue