Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Accounts | ||
| Groups | ||
| Roles |
Gather ServiceNow credentials
Configuring the connector requires you to pass in credentials generated in ServiceNow. Gather these credentials before you move on.1
You’ll need your ServiceNow deployment, which is found in the URL of your ServiceNow instance. For example, if your URL is https://example12345.service-now.com, your deployment ID is example12345.
2
You’ll also need the username and password for a user who has either the Admin role in ServiceNow or an access control list able to access the following ServiceNow tables:
sys_user- Userssys_user_role- Rolessys_user_group- Groupssys_user_grmember- Group membershipsys_user_has_role- User rolessys_group_has_role- Group roles
Credentials and configuration for external ticketing
If you’re configuring ServiceNow as an external ticketing provider, follow these additional steps.Configure permissions needed for the ServiceNow table API
1
In the ServiceNow admin portal, navigate to All > Access Analyzer.
2
Fill out the form as follows:
- Analyze by: User
- Select user: choose the user you’re using for the ConductorOne integration (with the access control list permissions defined above)
- Rule type: Table (record)
- Select table: Choice
3
Click Analyze permissions.
4
Look for the
read permission in the Operation column. Check the Overall Access for that permission.5
If access is blocked for a permission, click the permission’s name.
6
View the necessary roles under Required ACL Roles and assign any missing roles to your user by following the instructions in the Assign user roles section below.
7
Repeat steps 2 through 6 to add the Tag and Label Entry tables. Each of these tables needs the
read, write, and create permissions. Here’s a table summarizing all the required permissions:| Table | Permissions needed | Reason |
|---|---|---|
Choice (sys_choice) | Read | Used to configure request state mappings in your external provisioner config. We monitor the ServiceNow request for this state so we can close the task in ConductorOne accordingly. |
Tag (label) | Create, read, write | Used to create a tag with the provided label in your provisioner config to help you filter requests made by ConductorOne. |
Label Entry (label_entry) | Create, read, write | Used to tag requests with the provided label in your provisioner config to help you filter requests made by ConductorOne. |
Configure permissions needed for the ServiceNow service catalog API
1
In the ServiceNow admin portal, navigate to All > Access Analyzer.
2
Fill out the form as follows:
- Analyze by: User
- Select user: choose the user you’re using for the ConductorOne integration (with the access control list permissions defined above)
- Rule type: REST endpoints
- REST endpoint:
/api/sn_sc/servicecatalog/items - REST endpoint method: GET
3
Click Analyze permissions.
4
Confirm that the operation executed successfully. If not, click the link under Operation.
5
View the necessary roles under Required ACL Roles and assign any missing roles to your user by following the instructions in the Assigning user roles section below.
6
Repeat steps 2 through 5 to add the three additional endpoints and methods shown in the table below, subbing in a valid catalog ID for the <CATALOG ITEM ID> parameter.
| API endpoint | REST method | Reason |
|---|---|---|
/api/sn_sc/servicecatalog/items | GET | Used to sync your catalog items to ConductorOne. |
/api/sn_sc/servicecatalog/items/<CATALOG ITEM ID> | GET | Used to fetch the catalog item configured for your ConductorOne external ticket provisioner. |
/api/sn_sc/servicecatalog/items/<CATALOG ITEM ID>/variables | GET | Used to get the variables required to make a ServiceNow request. |
/api/sn_sc/servicecatalog/items/<CATALOG ITEM ID>/order_now | POST | Used to create the ServiceNow request. |
Assign user roles
Follow these steps if you need to assign missing user roles to the user you’ll use for the ConductorOne integration.1
In the ServiceNow admin portal, navigate to All > System Security > Users and Groups > Users.
2
Search for your user and click the User ID link.
3
Find the Roles section and click Edit.
4
Search for the role and click the > to add it to the user’s roles list.
5
Click Save.
Change the label_entry table ACLs
Follow these steps if you need to update the label_entry table ACLs.
1
In the ServiceNow admin portal, navigate to your profile icon and click Elevate Role.
2
Click the Security Admin checkbox and click Update.
3
Navigate to All > System Security > Access Control (ACL).
4
Search for label_entry.table and click the write operation.
5
Uncheck the Active checkbox and click Update.
6
Repeat steps 4 and 5 to update label_entry.table_key.
Change the sys_choice.* table ACLs
Follow these steps if you need to update the sys_choice table ACLs.
1
In the ServiceNow admin portal, navigate to your profile icon and click Elevate Role.
2
Click the Security Admin checkbox and click Update.
3
Navigate to All > System Security > Access Control (ACL).
4
Search for sys_choice.read and click the read operation.
5
In the Conditions section of the page, find the Role table and double-click Insert a new row.
6
Add a role that is already assigned to your user.
Configure the ServiceNow connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.That’s it! Your ServiceNow connector is now pulling access data into ConductorOne.
1
In ConductorOne, navigate to Admin > Connectors and click Add connector.
2
Search for ServiceNow and click Add.
3
Choose how to set up the new ServiceNow connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Optional. In the Allowed emails domains field, enter the email domain or domains (such as
acme.com and contractors.acme.com) associated with the accounts that you want ConductorOne to sync.To add multiple allowed domains, press Enter between each domain.If you leave this field blank, ConductorOne will sync all accounts in your ServiceNow instance, regardless of the email domain associated with the account.8
In the Deployment field, enter the ServiceNow deployment ID.
9
In the Password and Username fields, enter the credentials for your ServiceNow account.The user whose credentials you enter must have either the Admin role in ServiceNow or an access control list able to access the following ServiceNow tables:
sys_user- Userssys_user_role- Rolessys_user_group- Groupssys_user_grmember- Group membershipsys_user_has_role- User rolessys_group_has_role- Group roles
10
Optional. If you want to automatically create ServiceNow tickets to track provisioning tasks, click to Enable external ticket processing. Read more about external ticketing system integrations here.If you enable this option, you can add a Catalog ID or Category ID in the relevant fields to filter down catalog items. These fields are optional, but ConductorOne only syncs 100 catalog items, so filtering is recommended.
11
Click Save.
12
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.