[Connector Builder] is it possible to use a different header name for access token got from OAuth2? #33339
Unanswered
pai911
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm trying to build a connector of TikTok API with
Connector Builder
TikTok support OAuth2 (generally...), so I could config related info (client_id, client_secret, refresh token e.t.c.), and the connector can refresh token automatically.
However, it seems TikTok APIs use a special header name
Access-Token
for passing the access token.Is there a way to reference the latest refreshed token and put it in
Access-Token
header?Thank you for your time! Any guidance is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions