Summary
User is facing an issue while configuring OAuth authentication for a custom connector due to the token being nested in the API response. Inquires about how to specify the correct access token property name for Airbyte’s expected format.
Question
Hello, I’m trying to build a custom connector for an API but when I setup the authentication using OAuth, I’m not able to select the token returned from the API as it is nested in response > body > data > token
and not response > access_token
like Airbyte is expecting by default. What am I supposed to put in “Access Token Property Name” to select the token correctly?
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.