Skip to main content

Requirements

Before installing the ServiceNow Adapter, make sure the following requirements are met:

Configuring Application Registry in the ServiceNow Instance

When using the OAuth2.0 authentication method for API communication, you need to create an application registry in the ServiceNow instance.

  1. Log in to the ServiceNow instance with an Administrator account.

  2. In the upper-left corner of the page, click All.

  3. In the filter option, type Application Registry to filter the displayed items.

  4. Go to System OAuth > Application Registry to open the list of application registries.

    Navigate to Application Registries

    Navigate to Application Registries


  5. In the upper-right corner of the page, click New.

  6. Click Create an OAuth API endpoint for external clients.

  7. Set a unique Name, for example, LicenseAnalyzer Registry.

  8. Starting version Zurich, you also need to set the Scope Restriction to Broadly scoped.

  9. Leave all other default values, then click Submit.

    This will redirect you to the list of application registries.

  10. Click on the name of the newly added application registry to open its details page.

  1. Take note of the Client ID and Client Secret that will be used upon installation of the ServiceNow Adapter.

To copy the Client Secret, click the Toggle Password Visibility button (lock icon) to show the plain-text version of the Client Secret. Copy and save it together with the Client ID.