Set up the ServiceNow Remote Instance spoke
-
- UpdatedFeb 6, 2025
- 4 minutes to read
- Washington DC
- Now Platform Capabilities
Integrate the local and remote ServiceNow instances by creating an OAuth API endpoint in the remote ServiceNow instance to authenticate requests.
Before you begin
- Request Integration Hub subscription.
- Activate ServiceNow Remote Instance spoke in remote and local ServiceNow instances.Note: The terms remote instance and local instance are used in these contexts:
- Local instance: This is the ServiceNow instance from which the communication is initiated and established.
- Remote instance: This is the ServiceNow instance with which the local instance communicates.
- Role required: adminNote: Admin role is required to only set up the spoke.
To use the spoke, ensure that the spoke users have only the required minimum permissions to access data in ServiceNow tables. Do not assign elevated privilege roles to users of this spoke unless very much required. This practice ensures controlled access to data.
The integration users must have the flow_operator and other required roles to access the table they want to interact with. Also, they need roles to access the Table [sys_db_object] and Dictionary Entry [sys_dictionary] tables to show dynamic options such as, table names and fields in a table.
Register remote ServiceNow instance as an OAuth provider
Register remote ServiceNow instance as an OAuth provider so that the local ServiceNow instance can request OAuth 2.0 tokens.
Before you begin
- In the remote ServiceNow instance:
- Create an OAuth API endpoint for external clients. In Redirect URL, specify the URL of the local ServiceNow instance in this format: https://<instance-name>.service-now.com/oauth_redirect.do. For more information, see Create an endpoint for clients to access the instance.
- Copy and record the values of Client ID and Client Secret.
- Role required: admin
Procedure
Create Credential record for the remote ServiceNow instance
Create credential record for the remote ServiceNow instance. The ServiceNow Remote Instance spoke connection and credential alias uses these credentials to authorize actions.
Before you begin
Procedure
Create Connection record for the remote ServiceNow instance
Create Connection record for your remote ServiceNow instance. The ServiceNow Remote Instance spoke connection and credential aliases use these connections to perform actions.
Before you begin
Procedure
Create Credential record for the local ServiceNow instance
Create credential record for the local ServiceNow instance. The ServiceNow Remote Instance spoke connection and credential alias uses these credentials to authorize actions.
Before you begin
Procedure
Create Connection record for the local ServiceNow instance
Create Connection record for your local ServiceNow instance. The ServiceNow Remote Instance spoke connection and credential aliases use these connections to perform actions.
Before you begin
Procedure