Skip to main content
Version: 10.2

Requirements

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

Additional Requirements for Cloud Data Support​

In addition to the requirements listed above, the following data types must be available and properly loaded in the Analysis Server to enable Autodesk and Bentley Cloud data integration, reporting, and insights:

Configuring Application Registry in the ServiceNow Instance​

When using the OAuth 2.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 New Inbound Integration Experience.

  7. Click New integration.

  8. For the application connection type, select OAuth - Authorization code grant.

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

  10. Set the Redirect URLs to https://<INSTANCE>.service-now.com/, where <INSTANCE> is the name of your ServiceNow instance.

  11. Under Scope validation settings in Auth scope, disable the Allow access only to APIs in selected scope setting.

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

  13. Leave all other default values, then click Save.

    If the Assign auth scope prompt appears, click Skip for now.