Identity Provider Instance

These are the configuration changes to be made in the identity provider instance when setting up an OAuth Connection.

These instructions apply to ServiceNow. Other identity providers may vary.

Create Application Registry

In native ServiceNow, navigate to System OAuth > Application Registry and click New.

On the interceptor page, click Create an OAuth API endpoint for external clients.

The fields to be configured for the Application Registry record are as follows:

*These values are to be left as-is.

Your Application Registries New Record should look like this:

Submit the record.

If you re-open the record after submitting it, you will see that the Client Secret has been populated.

Configure Connection

If you haven't already done so, you will need to create an Inbound user in this instance. See here for details.

In Unifi Integration Designer, navigate to Connections and click New.

We have chosen to configure a Connection for the Pre-Production environment because we have already configured connections in the Consumer Instance for both the Development and Test environments. Choose whichever environment is appropriate for your requirements.

The fields to be configured for the New Connection modal are as follows:

Outbound Connectivity

The format of the Endpoint URL is as follows:

https://<your_consumer_instance>.service-now.com/<your_consumer_resource_path>

The entire Endpoint URL can be easily obtained from the automatically created Message Resource on the Unifi Scripted REST API (displayed in the widget at the top of the Connections page) in the other instance.

Your New Connection modal should look like this:

Submit and view to further configure the Connection.

Connection Details

Although we will be providing an OAuth Token for the external instance to consume when connecting to this instance, we will use Basic authentication to connect outbound with the Consumer Instance.

The fields to be configured for the Details form are as follows:

Your Details form should look like this:

Save the Connection.

At this point you can perform a basic Connection test. For instructions, see here.

Next, configure the Identity Consumer Instance.