incident table or the task table. You select the record type when you connect. Strix posts status changes and comments to those records as work notes. Every 5 minutes, Strix reads the state of the linked records and updates the Strix issues. This page describes the setup, the two authentication methods, the permissions that Strix needs, the data that Strix sends, and the disconnect procedure.
Overview
Before you start
Strix needs a ServiceNow identity that has theitil role. The itil role permits the identity to read the sys_user_group table and to create and update records on the incident table. On a standard instance, the itil role cannot create records on the base task table. If you want Task records, a ServiceNow admin must add one ACL, see Use the Task record type. Do not use a personal account.
Select one authentication method:
Option A: Create an OAuth API endpoint (recommended)
A ServiceNow administrator with theadmin role does these steps in your instance. The Strix connect dialog shows the same steps. After you enter the instance URL in the dialog, each step links into your instance.
The steps differ by ServiceNow release. Do the steps for your release only.
- Zurich or later
- Washington DC to Yokohama
-
Set the system property
glide.oauth.inbound.client.credential.grant_type.enabledtotrue. Opensys_properties.listin the filter navigator and search for the property. If the property does not exist, open this URL on your instance to get a prefilled form, then click Submit:Without this property, token requests fail withaccess_denied. -
Create a service account user. The Create a user link in the Strix dialog opens a prefilled form. If you open
sys_user.do?sys_id=-1yourself, enter a User ID, for examplestrix-integration, a First name, and a Last name. Set Identity type to Machine. Select Internal Integration User. The user does not need a password. Right-click the form header and click Save, not Submit, so the record stays open. -
In the Roles list at the bottom of the saved user, click Edit…, add
itil, and click Save. -
Go to System OAuth → Application Registry and click New. ServiceNow rejects records that are inserted directly into the
oauth_entitytable, so always start from New. - Select New Inbound Integration Experience → New Integration → OAuth – Client credentials grant. You can also start from Machine Identity Console → Inbound integrations → New integration.
-
Set Name and Provider name to
Strix. Set OAuth application user to the user from step 2. The picker shows only users that have a first name and a last name. - Under Scope validation settings, clear Allow access only to APIs in selected scope. Do not add an auth scope. Leave Advanced options unchanged. Click Save.
- Copy the Client ID and the Client secret. The eye icon shows the secret.
Option B: Create an integration user
Use this option if your instance does not support the Client Credentials grant.- Create a user. The Create a user link in the Strix dialog opens a prefilled form. If you open
sys_user.do?sys_id=-1yourself, enter a User ID, for examplestrix-integration, a First name, and a Last name. On Zurich or later, set Identity type to Machine. On earlier releases, select Web service access only. Click Set Password, generate a password, and copy it. Right-click the form header and click Save, not Submit, so the record stays open. - In the Roles list at the bottom of the saved user, click Edit…, add
itil, and click Save.
Setup
- In Strix, go to Settings → Integrations and click Connect on the ServiceNow card. You must be an organization admin, and your plan must include ticketing integrations.
- Enter the instance URL or hostname, for example
acme.service-now.com. Strix uses HTTPS. The setup links below the authentication choice open in your instance after you enter the URL. - Under Authentication, select OAuth client or Username and password. The default is OAuth client.
- Enter the client ID and the client secret, or the username and the password.
- Select the record type. Incident creates ITSM incidents on the
incidenttable. Task creates generic work items on thetasktable. The default is Incident. If you select Task, Strix shows the ACL steps from Use the Task record type. Click Connect. - Strix verifies the credentials before it stores them. For an OAuth client, Strix first requests a token from
/oauth_token.do. Then Strix reads the selected record table and thesys_user_grouptable. If the verification fails, Strix shows the reason and does not store the credentials. - In Strix, select a default assignment group as the export destination. You can also enable auto-sync with a minimum severity. Auto-sync exports new findings automatically.
integrations:write
The auth_method field is optional. Permitted values are oauth_client_credentials and basic. If you omit auth_method, Strix uses basic when the body has username and no client_id. In all other cases Strix uses oauth_client_credentials.
The record_type field is optional. Permitted values are incident and task. The default is incident.
If you connect the same organization to a different instance URL, Strix clears the default assignment group and the links between vulnerabilities and records. If you connect with a different record type, Strix clears the links between vulnerabilities and records but keeps the default assignment group. If you only change the credentials or the authentication method for the same instance, Strix keeps the settings and the links. To change the authentication method, connect again.
Change the record type
You can change the record type after you connect. In Strix, open the ServiceNow card and click Settings. Under Record type, select Incident or Task. Strix saves the change immediately. Record identifiers are specific to one table. When you change the record type, Strix removes the links between vulnerabilities and the existing records. Strix does not delete the records in ServiceNow. The next export creates a new record on the selected table.Use the Task record type
Most ServiceNow integrations create Incident records. Incident is the table that every ITSM instance has, with assignment groups, SLAs, and workflows in place. Strix uses Incident as the default for that reason. Select Task if your team tracks security work as generic tasks. On a standard instance, theitil role can create Incident records but cannot create records on the base task table. ServiceNow rejects the insert with ACL Exception Insert Failed due to security constraints. A ServiceNow admin must add one create ACL. This is a one-time step.
- In ServiceNow, open your profile menu and click Elevate role. Select security_admin and click OK.
- In Strix, select Task as the record type and click Open the prefilled ACL form. The link opens
sys_security_acl.doin your instance with Type set torecord, Operation set tocreate, and Name set totask. Check the three values. You can also open System Security → Access Control (ACL), click New, and enter those three values. - Right-click the form header and click Save.
- Under Requires role, click Edit…, add
itil, and click Save.
task table fails with a message that names the missing ACL. Incident records need no extra step.
Troubleshooting the OAuth connection
What data flows where
Strix → ServiceNow (when you export a vulnerability manually, or when auto-sync exports it):short_description: the vulnerability title, cut to 160 characters.description: severity, CVSS and CVE (when present), target, endpoint or affected file, impact, technical analysis, evidence, suggested fix or remediation steps, proof of concept, and a link back to the issue in Strix. Strix converts the Markdown to plain text.impactandurgencymapped from severity. ServiceNow derives the record priority from these two fields.assignment_group: the selected assignment group.due_datewhen an issue is snoozed.statewhen the Strix status changes. Fortaskrecords, Strix maps Open to Open, In Progress to Work in Progress, On Hold to Pending, and Closed to Closed Complete. Forincidentrecords, Strix maps Open to New, In Progress to In Progress, On Hold to On Hold, and Closed to Resolved.- Work notes (for example, “marked In Progress by …”) when the Strix status changes.
- Strix reads only the records that it created. Strix requests the
sys_id,number,state,due_date,sys_updated_by, andsys_updated_onfields. - Strix maps the ServiceNow state to the Strix issue status. For
incidentrecords, Resolved, Closed, and Canceled mark the issue fixed. In Progress marks the issue in progress. New reopens a fixed issue. Fortaskrecords, Closed Complete, Closed Incomplete, and Closed Skipped mark the issue fixed. Work in Progress marks the issue in progress. Open reopens a fixed issue. - On Hold (
incident) and Pending (task) snooze the issue until thedue_dateof the record. Without a futuredue_date, Strix leaves the issue unchanged. - A change in ServiceNow appears in Strix within about 5 minutes. The sync is not realtime.
- Strix does not overwrite an issue that you marked ignored or not affected in Strix when the record is closed in ServiceNow.
- Strix adds a note to the issue, for example “Updated from ServiceNow — ticket INC0010005 by admin”.
- When ServiceNow no longer returns a record, for example after a deletion, Strix leaves the issue unchanged.
- When ServiceNow rejects the credentials, Strix sets the integration to reconnect required and stops the sync until an admin reconnects.
Security
- Admin-gated: The connect endpoint requires an authenticated Strix org admin.
- Credential verification: Strix verifies the credentials against your instance before it stores them.
- Encrypted storage: Strix encrypts the client secret or the password with AES-256-GCM before it writes it to the database. The browser and other tenants cannot read it. The API does not return the client secret or the password.
- Short-lived tokens: With an OAuth client, Strix keeps the bearer token in memory only for its lifetime, 30 minutes by default. Strix requests a new token when the token expires or when ServiceNow rejects it.
- Outbound request protection: Strix resolves the instance host and blocks requests to private network addresses.
- Audit trail: The Strix audit log records the connection of the integration and the changes to the settings.
Disconnecting
An org admin can disconnect ServiceNow at any time from Settings → Integrations, or through the API:integrations:write
The disconnect operation removes the stored credentials. Strix does not delete the records that it already created in ServiceNow. If you no longer need them, deactivate the application registry record or the integration user in ServiceNow.