Hi,
I'm currently creating a custom connector and after getting the access token, I need to be able to make a request passing this token in the header as an authentication bearer token, i.e. Authorization: Bearer abcdefghigklmnopqrstuvwxyz0123456789
I specified the two required headers on my request, Content-Type and Authorization, but got the following error:
'Authorization' header is not allowed. Use 'API Key' authentication type in the Security tab to set this header.
The problem is that this API is located on an on-prem server and "API Key Authentication" is not available when connecting via data gateway.
Is there any workaround to this problem?
Thank you,
Erick