Authorization not passed to consuming action

Hi,
I have an API endpoint which have a content-type "x-www-form-urlencoded" for the Auth part.
The result is a redacted access token:
"access_token": "<REDACTED STRING(1286)>".
.
In a post API call, using this auth, I use "${authResponse.token_type} ${authResponse.access_token}" for the Authorization header.

This fails with a 401: "No authentication bearer token specified in authorization header."
.
Howeaver, when I hardcode the Autorization in the data action Bearer accesstoken (from postman), the data action runs successfully.
Any ideas?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.