Connect to ServiceNow
Kindo supports integration with ServiceNow using OAuth 2.0 Client Credentials (CC) for secure authentication.
Prerequisites
You must have the System Administrator role. For certain steps, you will need to elevate your privileges to security_admin.
Step 1: Enable OAuth Client Credentials Grant Type
-
Log in to ServiceNow with your System Administrator account.
-
Elevate your role to
security_admin. -
Navigate to System Properties (
https://<instance_id>.service-now.com/sys_properties_list.do). -
Add a new property with the following values:
Field Value Name glide.oauth.inbound.client.credential.grant_type.enabledDescription (Optional) Enable OAuth client-credentials grant type Type true | false Value true -
Save the property.
Step 2: Register the OAuth Application
-
Go to Application Registry in ServiceNow.
-
Create a new OAuth application with the following settings:
Field Value Application Global OAuth Application User The Service Account user that Kindo will use for authentication Client ID Auto-filled Client Secret Auto-generated on save Scope Restriction Broadly Scoped -
Save the OAuth application configuration.
Once these steps are complete, your ServiceNow instance will be ready for integration with Kindo using OAuth 2.0 Client Credentials.
Next Steps
- In Kindo, navigate to Settings > Integrations and select ServiceNow.
- Enter the Client ID and Client Secret from Step 2.
- Provide your ServiceNow instance URL (e.g.,
https://<instance_id>.service-now.com). - Click Connect to complete the integration.
If you need further assistance, please refer to ServiceNow’s documentation or contact your Kindo support representative.