...
You can use this account type to connect ServiceNow Snaps with data sources that use the ServiceNow OAuth2 account.
Prerequisites
NoneCreate an app in ServiceNow portal for your ServiceNow instance.
Limitations
...
ServiceNow does not support Client Credentials grant type.
...
and
...
Known Issues
None.
Account Settings
...
Field Name | Field Type | Field Dependency | Description |
---|---|---|---|
Label* | String | N/A | Specify a unique label for the account. Default Value: |
None | |||
Instance* | String/Expression | N/A | Specify the instance |
to access ServiceNow endpoint. Default Value: N/A |
service-now.com | ||
Client ID* | String | N/A |
Provide the client ID |
to use for authorization. Learn more: Application configuration in ServiceNow portal to use in ServiceNow OAuth2 Account. Default Value: N/A |
45b546f46b004d10d275c2b553bc7g44 |
Client Secret | String | N/A |
Provide the |
client secret for authorization of OAuth2 account. Default Value: N/A |
Access |
Token* | String | N/A |
Auto-generated upon account authorization. The access token for the application |
that is generated when setting up the account for the endpoint.
Default Value: N/A | ||
Refresh token | String | N/A |
Auto-generated upon account authorization. The refresh token for the application |
that is generated when setting up the account for the endpoint.
Default Value: N/A | ||
Access |
Token Expiration | Integer | N/A |
The time (in seconds) until which the access token must be valid. It represents the number of refresh tokens per user account per client.
Default Value: N/A |
Header authenticated
Checkbox
N/A
Select this checkbox to enable the endpoint's bearer header authentication.
Default Value: DeselectedExample: N/A
10 | |||
OAuth2 Endpoint* | String | N/A | Specify the OAuth2 endpoint in the following format to authorize the application |
.
|
|
Default Value: N/A |
myinstance.service-now.com/ |
oauth_auth.do | |||
OAuth2 Token* | String | N/A | Specify |
the value for OAuth2 token in the following format to get the access token |
. |
Default Value: N/A |
myinstance.service-now.com/oauth_token.do | |||
Grant Type | Dropdown list | Enables Username and Password fields for password grant type. | Choose |
an authentication grant type for |
your ServiceNow instance. Available options are:
|
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.
|
|
Default Value: authorization_code | |||
Username | String | Enabled on selecting password for Grant Type. | Specify the username |
to connect to ServiceNow. Default Value: N/A | |||
Password | String | Enabled on selecting password for Grant Type. | Specify the password |
connect to ServiceNow. Default Value: N/A |
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
N/A
Optional. Specify the parameter for the token endpoint.
Default Value: N/A
Example: scope
Token endpoint parameter value
Integer
N/A
Optional. Specify the value for the token endpoint parameter.
Default Value: N/AExample: read, 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
N/A
Optional. Specify the parameter for OAuth2 authentication.
Default Value: N/A
Authentication parameter value
Integer
N/A
Optional. Specify the value for the OAuth2 authentication parameter.
Default Value: N/A
Auto-refresh |
Token | Checkbox | N/A | Select this checkbox to enable auto-refresh of the access token before it expires. Default Value: |
Troubleshooting
Error
Reason
Resolution
401 authentication error.
The Header authentication checkbox must be selected, if the endpoint uses bearer header authentication.
Select the Header authenticated checkbox.
Deselected |
Snap Pack History
...
Related Content:
Application Configuration in ServiceNow Portal for OAuth2 Account to use in ServiceNowhttps://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439233/Glossary
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438341/Getting+Started