Prerequisites

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > ServiceNow License Data 

Prerequisites

ServiceNow REST APIs support Basic Authentication and OAuth 2.0 to authenticate requests.

 

For basic authentication

Server URL

Username

Password

 

The authentication with OAuth 2.0 requires

Server URL

Client ID

Client Secret

 

In order to execute the following steps the admin role is required. Users with the admin role can create and save credentials.

 

When the Basic Authentication credential is used, ServiceNow generates an encoded string from the username and password, which is passed to the Authorization header as a Basic encoded-string.

 

Steps to create the API user:

1.In ServiceNow instance portal go to All and select Users.

 

SNLD_Users

 

2.Click on New.

 

SNLD_Username

 

3.Enter the user information and Submit. Make sure the boxes active and web service access only are checked.

 

SNLD_NewRecord

 

4.Set the user password.

 

SNLD_SetPassword

 

5.To use this IPP an active user with the roles "user_admin" and "usage_admin" is required. The user roles should be added.

 

SNLD_Roles