REST connection form

  • Release version: Yokohama
  • Updated January 30, 2025
  • 1 minute to read
  • The following are the available fields in the REST connection form to create a REST connection for Microsoft SharePoint connectivity configuration.

    Table 1. Rest connection form
    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

    An OAuth API script facilitates authentication and authorization for accessing an API using the OAuth protocol.

    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.