Versions Compared

Key

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

In this article

Table of Contents
maxLevel2
absoluteUrltrue

Overview

Use this account type to connect Eloqua Snaps with datasources that use Eloqua OAuth2 accounts.

Prerequisites

  • None.

Account Settings

Parameter NameData TypeDescriptionDefault ValueExample 
LabelStringRequired. The name for the account. Preferably, update the account name if your project includes more than one account of the same type.N/AEloqua Oauth2 Account
EndpointString

Required. URI for fetching base REST API.

Eloqua supports multiple data centers, and the https://login.eloqua.com/id endpoint lets you interface with Eloqua regardless of the location of the Eloqua install. For information on endpoint URIs, see Determining Base URLs.

N/Ahttps://login.eloqua.com/id
Client IDString

Required. The identification for the client that you obtain from the API console.

For more information, see Validating a Call Signature.

N/A4kty30218ty930f8hr0ma8709
Client secretString

A secret key known only to SnapLogic and the authorization server. It protects your resources by granting tokens to only authorized users.

N/AN/A
Access tokenString

Read-onlyAn object that describes the security context of SnapLogic. The token includes the identity and privileges of the user account. This property is automatically populated after the account is authorized.

The access token is retrieved when setting up the account for the endpoint. The OAuth2 flow is executed at the endpoint and the resulting access token is stored in this property.

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

Note

If the access token is refreshable, an optional refresh token can be stored. You get a new access token after the expiry of the existing access token if a refresh token was not defined, or if both the access and the refresh token expire.


N/AN/A
Refresh tokenString

Read-only. Credentials that are used to acquire new access tokens. This property is automatically populated after the account is authorized. 

Refresh tokens can also expire but have a much longer lifetime.

The refresh token is retrieved when setting up the account for the endpoint. The OAuth2 flow is executed at the endpoint and the resulting refresh token is stored in this property. If the refresh token is stored, the access token can be refreshed automatically before it expires.

N/AN/A
Access token expirationString

Read-only. Number of seconds that the access token must be valid. This property is automatically populated after the account is authorized.

N/AN/A
Header authenticatedString

Enable if the endpoint uses bearer header authentication.

Not SelectedN/A
OAuth2 EndpointStringRequiredURL of the endpoint's authorization.N/Ahttps://login.eloqua.com
/auth/oauth2/authorize
OAuth2 TokenStringRequiredURL of the endpoint's access token.N/Ahttps://login.eloqua.com
/auth/oauth2/token
Token endpoint configStringProvides custom properties for the OAuth2 token endpoint.N/AN/A
Token endpoint parameterStringAn optional OAuth2 token endpoint parameter.N/Agrant_type
Token endpoint parameter valueStringAn optional OAuth2 token endpoint parameter value.N/Apassword
Auth endpoint configStringProvides custom properties for the OAuth2 auth endpoint.N/AN/A
Authentication parameterStringAn optional OAuth2 authentication parameter.N/Aresponse_type
Authentication parameter valueStringAn optional OAuth2 authentication parameter value.N/Acode
Auto-refresh tokenString
  • When selected, the refresh token refreshes the access token automatically.
  • When not selected, the access token expires after its lifetime.
Note

When the access token expires, the user is forced to sign in again.


Not SelectedN/A

Limitations

  • None

Troubleshooting

  • None.