You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/programs/servicenow-integration.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,9 @@ HTTP Method | POST
92
92
```
93
93
Make sure you enter the correct table name, as in this case, it's *incident*.
94
94
95
-
9. Copy the full URL to your endpoint and save it to be used for later. <ul><li>The full URL to the `/hackerone/new_comment` endpoint is required to set up the HackerOne integration. The namespace can be found from within the HackerOne Scripted REST API you just created, in the Resources tab underneath the Resource path column. Combine this with your instance URL found in the address bar to get the full URL.<li>As shown in the images below, this would be: https://dev100796.service-now.com/api/514345/hackerone/new_comment.
95
+
9. Click **Submit**.
96
+
97
+
10. Copy the full URL to your endpoint and save it to be used for later. <ul><li>The full URL to the `/hackerone/new_comment` endpoint is required to set up the HackerOne integration. The namespace can be found from within the HackerOne Scripted REST API you just created, in the Resources tab underneath the Resource path column. Combine this with your instance URL found in the address bar to get the full URL.<li>As shown in the images below, this would be: https://dev100796.service-now.com/api/514345/hackerone/new_comment.
96
98
97
99

98
100

@@ -130,12 +132,7 @@ Username & Password | Enter the credentials for a user that has access to the Se
130
132
131
133
8. Click **Next**.
132
134
9. Copy the public listener URL in the configuration wizard.
133
-
10. Go back to ServiceNow and open the Outbound REST Message,
134
-
11. Paste the copied public listener URL in the **Endpoint** field.
135
-
136
-

137
-
138
-
12. Click **Enable** to enable the integration.
135
+
10. Click **Enable** to enable the integration.
139
136
140
137

141
138
@@ -252,7 +249,7 @@ Field | Value
252
249
Name | Close Report
253
250
Endpoint | The Public ServiceNow URL visible in configuration wizard on the HackerOne platform
254
251
HTTP Method | POST
255
-
Authentication Type | No authentication
252
+
Authentication Type | Inherit from parent
256
253
257
254
5. Enter this in the **Content** field in the HTTP Request tab:
0 commit comments