Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

Table of Contents
minLevel1
maxLevel2
absoluteUrltrue

...

You can use this account type to connect <Snap Pack name> ServiceNow Snaps with data sources that use <Account Type Name> accountsthe ServiceNow OAuth2 account.

Prerequisites

...

None.

...

Valid tenant URL.

Limitations

...

and Known Issues

...

None.

...

....

Account Settings

<Insert image here>

...

Field names marked with an asterisk ( * ) are mandatory.

Default Value

Specify advanced parameters that you want to include in the request.

This field set consists of the following fields:

  • Field 1

  • Field 2

  • Field 3

Default Value<value> or None.
Example<value>

Field Name

Field Dependency

Description

Example

Label*

None.

Specify a unique label for the account.

Default Value: [None]
ExampleELT Database Account
ExampleELT RS Account

Field set

Field 1*

Debug mode check box is not selected.

Field 2

None.

Troubleshooting

...

Error

...

Reason

...

Resolution

...

Account validation failed.

...

The Pipeline ended before the batch could complete execution due to a connection error.

...

Verify that the Refresh token field is configured to handle the inputs properly. If you are not sure when the input data is available, configure this field as zero to keep the connection always open.

...

ServiceNow OAuth2 Account

Instance

String/Expression

Specify the instance to be used to access ServiceNow endpoint.

Default Value: N/A
Examplehttps://abc.servicenow.com

Client ID*

String

Specify the client ID that you obtain after configuring the app in ServiceNow. For more information, see Application configuration in ServiceNow portal to use in ServiceNow OAuth2 Account.

Default Value: N/A
Exampleabcd12345xyz567

Client secret

String

Specify the value for user authentication that you obtain after configuring the app in ServiceNow.

Default Value: N/A
Examplezcvfc098adfdb343s

Access token*

String

Specify the access token for the application, which you obtain when setting up the account for the endpoint. 

Info

Access tokens have limited lifetimes; you must get a new access token after it expires.

Default Value: N/A
Examplenpo98yh

Refresh token

String

Specify the refresh token for the application, which you obtain when setting up the account for the endpoint.

Info

To access the API beyond the lifetime of a single access token, your application can obtain a refresh token. The application stores the refresh token for future use and automatically refreshes the access token before it expires.

Default Value: N/A
Example: N/A

Access token expiration

Integer

Specify the expiry value for the access token. It represents the number of refresh tokens per user account per client.

Info

If there is no date of expiration, -1 is the default value. In such cases, the access token is refreshed on a regular interval, for instance, every hour.

Default Value: N/A
Example-1

Header authenticated

Checkbox

Select this checkbox to enable the endpoint's bearer header authentication.

Default Value: Deselected
Example: N/A

OAuth2 Endpoint*

String

Specify the endpoint to authorize the application.

Default Value: N/A
Example:

OAuth2 Token*

String

Specify the endpoint to get the access token. 

Default Value: N/A
Example:

Grant Type

Dropdown list

Choose the grant type for authentication to the endpoint. Available options are:

  • authorization_code: This grant type is used to obtain access tokens and refresh tokens from the authorization server.

  • client_credentials: This grant type allows the client to use its own credentials, instead of impersonating a user to authenticate when calling another web service.

  • password: This grant type exchanges your credentials for an access token. It is one of the simplest OAuth2 grants and involves the traditional username and password login to obtain the user's credentials and makes a POST request to the server to exchange the password for an access token.

Default Value: authorization_code
Example: password

Token endpoint config

Use this field set to define custom properties for the OAuth2 token endpoint. This field set contains the following fields:

  • Token endpoint parameter

  • Token endpoint parameter value

Token endpoint parameter

String

Specify the parameter for the token endpoint.

Default Value: N/A
Examplescope

Token endpoint parameter value

Integer

Specify the value for the token endpoint parameter.

Default Value: N/A
Exampleread, write

Auth endpoint config

Use this field set to define custom properties for the OAuth2 authentication endpoint. This field set contains the following fields:

  • Authentication parameter

  • Authentication parameter value

Authentication parameter

String

Specify the parameter for OAuth2 authentication.

Default Value: N/A
Exampleredirect_uri

Authentication parameter value

Integer

Specify the value for the OAuth2 authentication parameter.

Default Value: N/A
Examplehttps://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/rest

Auto-refresh token

Checkbox

Select this checkbox to enable auto-refresh of the access token before it expires.

Default Value: Deselected 

Snap Pack History

...

See Also

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439233/Glossary

...