enhancment of workflow to setup authz initialization

This commit is contained in:
dcore94 2021-03-03 17:39:14 +01:00
parent 77875b904b
commit cc4aaafab7
1 changed files with 0 additions and 13 deletions

View File

@ -35,19 +35,6 @@
}
}
},
{
"name" : "pyrest",
"taskReferenceName" : "lookup_user",
"type" : "SIMPLE",
"inputParameters" : {
"url" : "${init.input.keycloak_admin}/users?username=${workflow.input.user}",
"method" : "GET",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Accept" : "application/json"
}
}
},
{
"name" : "pyrest",
"taskReferenceName" : "create_client",