Low Code Python CDK: Support nested authentication. #65598
michael-airbyte
started this conversation in
Connector Ideas and Features
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.
-
The current low code builder does not support nesting an access token, or the ability for the connector to be able to fetch it's own token.
The Tiktok Global Shop API requires
x-tts-access-token
to be present. Currently this can only be done manually, and cannot be nested into the request itself.Manually adding a valid token, and sending a POST request you get back a refresh token back.
This could be passed along back to the the connector, and update the endpoint with the new token.
Beta Was this translation helpful? Give feedback.
All reactions