started work on role_created event

This commit is contained in:
dcore94 2021-03-23 19:07:04 +01:00
parent 9e15bbf00b
commit ca48efb788
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
"taskReferenceName" : "get_all_vres", "taskReferenceName" : "get_all_vres",
"type" : "SIMPLE", "type" : "SIMPLE",
"inputParameters" : { "inputParameters" : {
"url" : "${init.input.keycloak_admin}/clients?clientId=%2F&search=true&first=0&max=500", "url" : "${init.input.keycloak_admin}/clients?clientId=%252F&search=true&first=0&max=500",
"method" : "GET", "method" : "GET",
"headers" : { "headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}", "Authorization" : "Bearer ${authorize.output.body.access_token}",