Skip to main content
Authenticates a connection with services that use OAuth 1. There are two ways to do this, and you pick one with the authentication type. Three-legged OAuth is for services that require a user to log in and grant permission; you reference a token you obtained through that login flow. One-legged OAuth is for direct system-to-system access, where you sign each request yourself with a consumer key and secret plus an access token and secret.

Fields

Three Legged

One Legged

Sample data

This feature configures a connection rather than transforming data, so there is no before/after to show. A one-legged setup looks like this:
FieldValue
OAuth Authentication Typeone_legged
Consumer keyyour-consumer-key
Consumer secretyour-consumer-secret
Access tokenyour-access-token
Access token secretyour-access-token-secret