ServiceNow Integration
How to set up a ServiceNow integration.
Secberus uses ServiceNow’s OAuth flow to create new violation incidents on a customers' ServiceNow Platform. To set up a ServiceNow integration first follow these steps to setup your ServiceNow OAuth registry correctly.
ServiceNow Configuration
NoteRefresh tokens live for 100 days by default. If the refresh token expires, the Secberus Integration will have to be re-verified in the app to generate a new refresh token.
- In the service now dashboard, find the
System Oauth > Application Registry
module - In the Application Registries page, click on
New
- Select the Create an OAuth Api endpoint for external clients link
- Give the app a relevant
Name
- Set the
Redirect URL
as https://api.secberus.io/callbacks/servicenow - If desired, modify the refresh token lifespan
- Click
Submit
- In the Application Registries page, select the app you just created
- Copy the Client ID and Client Secret for your app
Secberus Configuration
- While on the Secberus Dashboard for the organization you want to create the integration in, go to
Settings > Integrations
page. - Under
Create new integrations
, click on theServiceNow
tile- Give your integration a relevant name
- Paste the
Client ID
andClient Secret
from your app - Select the table you want the violations to be sent to
- Under
Client URL
, enter your ServiceNow Instance Url (https://myinstance.service-now.com) - Click
Save
Note
- The Assigned Group and Assigned To fields are optional and case sensitive.
- To verify the new ServiceNow integration, click on the link provided. You can also do this later by clicking on the
Verify
button next to your integration. - In the new screen, click
Allow
ServiceNow integration is now complete!You can create workflows to your ServiceNow integration under the "Workflows" tab on the Secberus platform.
Updated 10 days ago