Adding OAuth Refresh Token Grant Type with Basic Auth Header in Custom Connector

Summary

The user is building a custom connector that uses OAuth refresh_token grant type for authentication. They need to send a Basic auth header along with the request for a new refresh token, but they are unable to find an option to add a header to the request.


Question

Hi there, I’m building a custom connector that uses OAuth refresh_token grant type for auth. The API I’m using also requires a Basic auth header to be sent along with the request for a new refresh token, but I see no option anywhere to add a header to the request. Is this possible to do? Thanks!



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["oauth-refresh-token", "basic-auth-header", "custom-connector", "authentication"]