> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Provider

> Connect to any OAuth app in Paragon

## Overview

Paragon's OAuth interface allows you to connect any OAuth provider in around 5 minutes.

## Setup Guide

### 1. Gather your credentials

You can usually find the OAuth credentials for your selected provider in their API Documentation. You'll need access to the following credentials:

* Name

* Auth URL

* Access Token URL

* Client ID

* Client Secret

* Scopes Requested

### 2. Connect your other OAuth provider

1. Click the "**Trigger**" step in the workflow canvas, and choose **OAuth** from the sidebar.

2. Under **Connect an OAuth-enabled app**, choose "**Add a new OAuth-enabled app**" and select "**Other OAuth provider**".

<Frame caption="">
  <img src="https://mintcdn.com/paragon/DkcdqxlytLXlO_-w/assets/Adding%20a%20new%20provider.png?fit=max&auto=format&n=DkcdqxlytLXlO_-w&q=85&s=542fd895b862c2e1b4262df3ade9d2e5" width="593" height="354" data-path="assets/Adding a new provider.png" />
</Frame>

### 3. Input your credentials

Fill out your credentials from [Step 1](/automate/resources/oauth/custom#1-gather-your-credentials) in their respective sections:

* **Name:** Chosen name for your provider.

* **Authorization URL**

* **Token URL**

* **Client ID:** Public identifier for apps

* **Client Secret:** Secret known only between your application and provider.

* **Scopes Requested:** A space-separated list of OAuth scopes. A complete list of acceptable scopes can be found on your provider's OAuth documentation.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/XNDe-bFT_2yOxy1A/assets/Connecting%20a%20custom%20OAuth%20Provider%20to%20Paragon.png?fit=max&auto=format&n=XNDe-bFT_2yOxy1A&q=85&s=e4678116b0e7f9ebaf6407d0ffcc8445" width="651" height="885" data-path="assets/Connecting a custom OAuth Provider to Paragon.png" />
</Frame>

### 4. Add the Redirect URL to provider

Paragon provides a redirect URL to send information to your OAuth provider. Refer to your application provider's OAuth documentation for more information on where to input your redirect URL.

## OAuth-enabled Actions

Ready to use your OAuth-enabled app in your workflow? Check out our OAuth-enabled action documentation [here](/automate/building-workflows/configuring-oauth#oauth-enabled-actions) to get started!

<Card title="Configuring OAuth" href="/automate/building-workflows/configuring-oauth" horizontal />
