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.
Creating a ServiceNow integration
- Find the Application Registry module in ServiceNow and click on New to create a new Application Registry.
![ServiceNow1.png 2316](https://files.readme.io/04246a0-ServiceNow1.png)
Navigate to 'Application Registry' and click 'New'
- Select the Create an OAuth Api endpoint for external clients link.
![ServiceNow2.png 2232](https://files.readme.io/43fcbf6-ServiceNow2.png)
Select 'Create an OAuth Api endpoint for external clients
Considerations:
- Refresh tokens live for 100 days by default. If the refresh token expires, the Secberus Integration will have to be re-verified in the app.
- The Redirect URL is: https://api.secberus.com/servicenow/oauth/callback
- Give the Application Registry a Name, add the specified Redirect URL and click Submit.
![ServiceNow3.png 2240](https://files.readme.io/6e419e5-ServiceNow3.png)
'Name' the application, Populate 'Redirect URL', and click 'Submit'
- Copy the Client ID and Client Secret returned by ServiceNow.
![ServiceNow4.png 2240](https://files.readme.io/f41972c-ServiceNow4.png)
Copy 'Client ID' and 'Client Secret'
- Paste the new Client ID, Client Secret, and your ServiceNow Instance Url (https://myinstance.service-now.com) into their respective fields on the Secberus Integration page.
![Paste 'Client ID', 'Client Secret', and 'Client URL'](https://files.readme.io/986b3b8-servicenow_setup.png)
Paste 'Client ID', 'Client Secret', and 'Client URL'
Note:
- The Assigned Group and Assigned To fields are optional and case sensitive.
- Populate the Integration name field, choose a Table, and then click Save.
![Populate 'Integration name' and click 'Save'](https://files.readme.io/cfb76ed-servicenow_save.png)
Populate 'Integration name' and click 'Save'
- Locate the new ServiceNow integration under Active Integrations and click Verify. Follow the link provided to complete the verification.
![Locate the ServiceNow integration and select 'Verify'](https://files.readme.io/ef9b535-servicenow-verify.png)
Locate the ServiceNow integration and select 'Verify'
ServiceNow integration is now complete!
You can create workflows to your ServiceNow integration under the "Workflows" tab on the Secberus platform.
Updated about 1 year ago