File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
src/Umbraco.Cms.Integrations.Crm.Hubspot Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -12,32 +12,7 @@ Required minimum versions of Umbraco CMS:
12
12
13
13
### Authentication
14
14
15
- The package supports two modes of authentication:
16
-
17
- - API Key
18
- - OAuth
19
-
20
- #### API Key
21
-
22
- Log into your HubSpot account, go to _ Settings > Integrations > API Key_ and create an API key.
23
-
24
- Add this to an app setting in ` Web.config ` :
25
-
26
- ```
27
- <appSettings>
28
- ...
29
- <add key="Umbraco.Cms.Integrations.Crm.Hubspot.ApiKey" value="[your API key]" />
30
- ...
31
- </appSettings>
32
- ```
33
-
34
- The key will be added to all requests made to the HubSpot API and used to authenticate access.
35
-
36
- #### OAuth
37
-
38
- If you prefer not to use an API key, an authentication flow using OAuth is also available.
39
-
40
- To use this, simply ensure you don't have an API key in your configurataion file.
15
+ The package uses the OAuth protocol for authentication.
41
16
42
17
### Additional Configuration
43
18
You can’t perform that action at this time.
0 commit comments