> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-migrated-bigcommerce-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Vanta - How do I link my account?

# Overview

To authenticate with Vanta, you need:

1. **Client ID** - A unique identifier for your client.
2. **Client Secret** - A confidential key used to authenticate the identity of the application (client).

This guide will walk you through creating a new application in the Vanta Developer Console and obtaining your OAuth credentials.

### Prerequisites:

* You must have a Vanta account
* You must have access to the Developer Console

### Instructions:

#### Step 1: Creating Your Application

1. Log in to Vanta and navigate to the **Settings** page.
2. Go to **Developer Console** and click **Create**.

<img src="https://mintcdn.com/nango-wari-migrated-bigcommerce-docs/SQGEy_hbAk3xfLIQ/api-integrations/vanta/dev_console.png?fit=max&auto=format&n=SQGEy_hbAk3xfLIQ&q=85&s=a64c0a54c42684a6261db59e3a8ac09f" width="2738" height="628" data-path="api-integrations/vanta/dev_console.png" />

3. Give your application a name and description.
4. Select the **App type** based on your use case:
   * **Manage Vanta**: Choose this option to access all Vanta API functionality (excluding the creation of a new private or public integration).
   * **Build Integrations**: Choose this option if you want to create new public or private integrations to sync data from non-integrated environments into Vanta.

<img src="https://mintcdn.com/nango-wari-migrated-bigcommerce-docs/SQGEy_hbAk3xfLIQ/api-integrations/vanta/create_app.png?fit=max&auto=format&n=SQGEy_hbAk3xfLIQ&q=85&s=1950714b1f45593a0173d5dd5c49d042" width="500" height="551" data-path="api-integrations/vanta/create_app.png" />

5. You will see the **client ID** was autogenerated. Copy this value.
6. Click **Generate client secret** to create your **Client Secret**.

<img src="https://mintcdn.com/nango-wari-migrated-bigcommerce-docs/SQGEy_hbAk3xfLIQ/api-integrations/vanta/credentials.png?fit=max&auto=format&n=SQGEy_hbAk3xfLIQ&q=85&s=c7f748e841f0e8b1602f6a77548776ef" width="2690" height="1004" data-path="api-integrations/vanta/credentials.png" />

#### Step 2: Enter credentials in the Connect UI

Once you have your **Client ID** and **Client Secret**:

1. Open the form where you need to authenticate with Vanta.
2. Enter your **Client ID** and **Client Secret** in their designated fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango-wari-migrated-bigcommerce-docs/SQGEy_hbAk3xfLIQ/api-integrations/vanta/form.png?fit=max&auto=format&n=SQGEy_hbAk3xfLIQ&q=85&s=cd0ba30bf2bd6ef455836df77f5efc2e" style={{maxWidth: "450px" }} width="500" height="700" data-path="api-integrations/vanta/form.png" />

You are now connected to Vanta.
