REST connection form
The following are the available fields in the REST connection form to create a REST connection for Microsoft SharePoint connectivity configuration.
| Field | Description |
|---|---|
| Name | Name to identify the rest connection. |
| Client ID | Client ID of your application. |
| Client secret | Client secret of your application. |
| OAuth API script | OAuthUtilSPJWTOnline |
| Default grant type | Client credentials. |
| Application | Global |
| Token URL | Indicates the token URL, for example, https://login.microsoftonline.com/<Tenant ID>/oauth2/token |
| Redirect URL | Indicates the ServieNow instance redirect URL http[s]://<servienow-instance>:<port>/oauth_redirect.do. For example,
http[s]://custinstance.service-now.com/oauth_redirect.do. |