Pipedream ConnectOAuth clients

OAuth Clients

When connecting an account for any OAuth app via Pipedream Connect, we’ll default to using Pipedream’s official OAuth client, which enables you to quickly get up and running. Read more about OAuth clients in Pipedream here.

Using Pipedream OAuth

There are two types of apps in Pipedream:

  1. Key-based: These apps require static credentials, like API keys. Pipedream stores these credentials securely and exposes them via API.
  2. OAuth: These apps require OAuth authorization. Pipedream manages the OAuth flow for these apps, ensuring you always have a fresh access token for requests.

For any OAuth app that supports it, you can always use your own client. Your ability to use Pipedream’s OAuth clients in production depends on the use case.


OperationDetailsEnvironment
Retrieve credentials via APIFetch the credentials for your end user from Pipedream’s API to use in your application.development
production
Invoke workflowsTrigger any Pipedream workflow and use the connected account of your end userdevelopment
production
Run components via API (coming soon)Run any action and deploy any trigger directly from your applicationdevelopment
production

Using a custom OAuth client

  1. Follow the steps here to create an OAuth client in Pipedream.
  2. When connecting an account either via the frontend SDK, make sure to include the oauthAppId in pd.connectAccount().
  3. If using Connect Link, make sure to include the oauthAppId in the URL.

Finding your OAuth app ID

Create your OAuth client in Pipedream then click the arrow to the left of the client name to expand the details.


Copy OAuth App ID