@@ -9,11 +9,39 @@ HackerOne offers a bi-directional ServiceNow integration that enables you to syn
9
9
> ** Note:** This integration is only available to Enterprise programs.
10
10
11
11
### Set up
12
- To set up the bi-directional integration between HackerOne and your ServiceNow instance, you’ll need to follow these 4 steps:
13
- 1 . [ Configure incoming requests in your ServiceNow instance] ( #configure-incoming-requests )
14
- 2 . [ Configure the integration on HackerOne] ( #configure-on-hackerone )
15
- 2 . [ Configure outgoing requests in your ServiceNow instance] ( #configure-outgoing-requests )
16
- 4 . [ Configure a “close report” request from ServiceNow to HackerOne] ( #configure-close-report-event )
12
+ To set up the bi-directional integration between HackerOne and your ServiceNow instance, you’ll need to follow these 5 steps:
13
+ 1 . [ Configure oauth for your ServiceNow instance] ( #configure-oauth )
14
+ 2 . [ Configure incoming requests in your ServiceNow instance] ( #configure-incoming-requests )
15
+ 3 . [ Configure the integration on HackerOne] ( #configure-on-hackerone )
16
+ 4 . [ Configure outgoing requests in your ServiceNow instance] ( #configure-outgoing-requests )
17
+ 5 . [ Configure a “close report” request from ServiceNow to HackerOne] ( #configure-close-report-event )
18
+
19
+ ### Configure Oauth
20
+
21
+ 1 . Navigate to ** System OAuth > Application Registry** in your ServiceNow settings.
22
+
23
+ ![ servicenow-23] ( ./images/servicenow-23.png )
24
+
25
+ 2 . Click ** new** to create a new Application Registry.
26
+
27
+ ![ servicenow-24] ( ./images/servicenow-24.png )
28
+
29
+ 3 . Click ** Create an OAuth API endpoint for external clients**
30
+
31
+ ![ servicenow-25] ( ./images/servicenow-25.png )
32
+
33
+ 4 . Enter these values for these fields:
34
+
35
+ Field | Value
36
+ ----- | -----
37
+ Name | HackerOne
38
+ Client ID | This is auto generated. Copy this value, you'll need this later when setting up the Oauth connection.
39
+ Client Secret | Enter a secret key. Later in the process when setting up the OAuth connection you'll need this key again.
40
+ Redirect URL | https://hackerone.integration-authentication.com/oauth2/token
41
+
42
+ ![ servicenow-26] ( ./images/servicenow-26.png )
43
+
44
+ 5 . Click ** Submit** .
17
45
18
46
### Configure Incoming Requests
19
47
Configuring incoming requests requires you to post to a custom REST API endpoint in ServiceNow. This will enable you to add comments from HackerOne to your ServiceNow instance.
0 commit comments