Skip to end of banner
Go to start of banner

REST Dynamic OAuth2 Account

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

In this article

Overview

Use this account type to use dynamically-selected values to connect to datasources that use REST OAuth2 accounts.

Prerequisites

  • None.

Limitations

  • None.

Account Settings

All fields are required.


Parameter NameData TypeDescriptionDefault ValueExample 
LabelStringThe name for the account. We recommend that you update the account name if there is more than one account of the same account type in your project.N/AREST Dynamic OAuth2 Account
Access tokenString

Required. The access token for the application. The retrieval of the access token is done when setting up the account for the endpoint.

This property is expression-enabled. For more information on the expression language, see Understanding Expressions in SnapLogic and Using Expressions. For information on Pipeline Parameters, see Pipeline Properties.

By default, we make the request using bearer <access token> (lower case bearer). Some endpoints require Bearer to be capitalized. For such endpoints, you can fully qualify the access token property by defining it as: Bearer <access token>.

N/A_AccessToken
Header authenticatedCheck BoxSelect to indicate that the endpoint uses bearer header authentication.DeselectedN/A

Troubleshooting

ErrorReasonResolution
One or more required field is blank

You click Apply in the account dialog window, but one or more of the following fields is blank:

  • Label
  • Access token

Insert valid details into the following fields and click Apply.

  • Label
  • Access token
  • No labels