From 93a55639635ed7533a6474e62bb4c36227031e43 Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:24:25 -0500 Subject: [PATCH] (social-connections/hubspot) add missing scope --- docs/authentication/social-connections/hubspot.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/authentication/social-connections/hubspot.mdx b/docs/authentication/social-connections/hubspot.mdx index 67f14c7d54..b9f2d64b03 100644 --- a/docs/authentication/social-connections/hubspot.mdx +++ b/docs/authentication/social-connections/hubspot.mdx @@ -53,6 +53,8 @@ To make the setup process easier, it's recommended to keep two browser tabs open 1. In the **App Info** tab, complete the form. The **Public app name** is required. 1. Select the **Auth** tab. 1. In the **Redirect URLs** section, paste the **Redirect URI** value you saved from the Clerk Dashboard. + 1. In the **Scopes** section, select **Add new scope**. + 1. Enable the **crm.objects.owners.read** scope and select **Update**. 1. Select **Create app**. You'll be redirected back to the **App Info** tab. 1. Select the **Auth** tab. 1. Save the **Client ID** and **Client Secret** values somewhere secure.