need first to authorize on d4science realm

This commit is contained in:
Marco Lettere 2021-06-30 16:49:54 +02:00
parent feda23ebda
commit d8a47e00a2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"method" : "GET",
"headers" : {
"Accept" : "application/xml",
"Authorization" : "Bearer ${authorize.output.body.access_token}"
"Authorization" : "Bearer ${authorize_on_realm.output.body.access_token}"
}
}
},