Add HubSpot as a social connection
How to set up social connection with HubSpot
Overview
Adding social connection with HubSpot to your app with Clerk is done in a few steps - you only need to set the Client ID, Client Secret and Redirect URI in your instance settings.
To make the development flow as smooth as possible, Clerk uses preconfigured shared OAuth credentials and redirect URIs for development instances - no other configuration is needed.
For production instances, you will need to create your own developer account with HubSpot and generate your own Client ID and Client secret.
Before you start
- You need to create a Clerk Application in your Clerk Dashboard. For more information, see the setup guide.
- You need to have a HubSpot Developer account. To create one, click here.
Configuring HubSpot social connection
First, you need to create a new HubSpot app and enable OAuth support. Follow the official HubSpot Creating an App guide.
Once your app is created, click on the Auth tab and copy the App Id and Client secret, as shown below.
Navigate to the Clerk Dashboard. In the top navigation, select Configure. Then in the sidebar, select SSO connections. Select the Add connection button, and select For all users. In the Choose provider dropdown, select HubSpot. Toggle on Use custom credentials and paste the values you obtained during the previous step.
Before you close the modal, copy the Redirect URI. Go back to the HubSpot panel and paste it into the Redirect URL field and click Save.
Finally, select Add connection so that the settings are applied. Congratulations! Social connection with HubSpot is now configured for your instance.
Feedback
Last updated on