File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Umbraco.Cms.Integrations.Crm.Hubspot/Controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public class FormsController : UmbracoAuthorizedApiController
52
52
private readonly ILogger _logger ;
53
53
#endif
54
54
55
- public const string OAuthClientId = "8b4db9a8-3b78-48bc-85b0-96a4211a1c83 " ;
56
- private const string OAuthScopes = "oauth forms" ; // oauth forms
55
+ public const string OAuthClientId = "1a04f5bf-e99e-48e1-9d62-6c25bf2bdefe " ;
56
+ private const string OAuthScopes = "oauth forms crm.objects.contacts.read crm.objects.contacts.write" ;
57
57
private const string OAuthProxyBaseUrl = "https://hubspot-forms-auth.umbraco.com/" ; // for local testing: https://localhost:44364
58
58
private const string OAuthProxyEndpoint = "{0}oauth/v1/token" ;
59
59
private const string HubspotServiceName = "HubspotForms" ;
You can’t perform that action at this time.
0 commit comments