Authentication

Specifies the authentication methods to authorize the user access to the ServiceNow REST APIs/endpoints.

The corresponding adapter command is -A value or -AUTH value. The following two authentication methods are supported:
  • Basic - Authentication with username and password. The corresponding adapter command value is basic.
  • OAuth 2.0 - Authentication with access token obtained through OAuth 2.0 workflow. The corresponding adapter command value is oauth2.