introduce uma based authorization step

This commit is contained in:
Marco Lettere 2021-06-30 17:26:58 +02:00
parent 597ba693d9
commit 050990db34
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@
"url" : "{{ keycloak }}/{{ keycloak_realm }}/protocol/openid-connect/token", "url" : "{{ keycloak }}/{{ keycloak_realm }}/protocol/openid-connect/token",
"method" : "POST", "method" : "POST",
"headers" : { "headers" : {
"Accept" : "application/json" "Accept" : "application/json",
"Authorization" : "Bearer ${authorize_on_realm.output.body.access_token}"
}, },
"body" : { "body" : {
"audience" : "{{ root_vo }}", "audience" : "{{ root_vo }}",