Can I Use a Client ID and Client Secret To Authenticate My Connector?
Question
I've created a public app in HubSpot that contains a client ID and client secret. Can I use these credentials to authenticate my connector instead of my login credentials?
Environment
Connector: HubSpot
Answer
It's not possible to authenticate your connector using a client ID and client secret if you set it up in Fivetran. However, you can authenticate it using these credentials if you set it up using the REST API.
For more information on creating a REST API request to set up a new connector, see our REST API Connector Management documentation. To authenticate your connector using your client ID and client secret, provide the applicable values in the client_id
and client_secret
fields.