Vanta Integration

Connect Furl to Vanta using OAuth 2.0 with client credentials flow.

Description

Vanta is a security and compliance automation platform that helps companies achieve and maintain compliance standards like SOC 2, ISO 27001, and HIPAA. This integration allows Furl to access vulnerable assets and vulnerability data from Vanta to enhance security remediation workflows.

Configuration Steps

🔐 Step-by-Step Guide

  1. Log into Vanta

    1. Go to https://app.vanta.com
  2. Open Settings

    1. Click the ⚙️ gear icon in the top right corner
  3. Go to “Developer Console”

    1. In the sidebar or settings menu, locate and click “Developer Console”
  4. Create a New OAuth Client

    1. Click “Create OAuth Client” or “Add App”
    2. Choose the app type:
      1. Select “Manage Vanta”
      2. This app type allows the integration to interact with Vanta’s management APIs (e.g., reading vulnerabilities and assets)
  5. Fill in App Details

    1. Name: (e.g., “Furl Integration”)
    2. Description: (optional, e.g., “Connects Vanta to Furl’s internal security dashboard”)
    3. You likely won’t need a redirect URI for client credentials (since it’s not an interactive login flow)
  6. Save and Retrieve Credentials

    1. Vanta will generate:
      1. client_id
      2. client_secret
    2. ⚠️ You’ll only see the client_secret once — copy and store it in a secure secrets manager (e.g., AWS Secrets Manager, Vault, 1Password)

Copy and Use Credentials in Furl

Once you have your Vanta credentials:

  1. Navigate to Furl’s Integration Settings

    1. Go to your Furl dashboard
    2. Navigate to Settings → Integrations
    3. Find and click on “Vanta” integration
  2. Enter Your Credentials

    1. Client ID: Paste your Vanta client_id
    2. Client Secret: Paste your Vanta client_secret
    3. Click “Save” or “Connect” to establish the integration
  3. Verify Connection

    1. Furl will test the connection using your credentials
    2. You should see a success message confirming the integration is active
    3. If there are any issues, check that your credentials are correct and that your Vanta app has the necessary permissions

Required Configuration

Provide the following in Furl:

  • Client ID - Your Vanta OAuth 2.0 client ID
  • Client Secret - Your Vanta OAuth 2.0 client secret

Supported Capabilities

Datasources

  • Vulnerable Assets → Import vulnerable assets known to Vanta to enhance security context and remediation prioritization
  • Vulnerabilities → Import vulnerability data from Vanta to correlate with other security findings and prioritize remediation efforts

Actions

Currently no actions are supported for this integration.

Troubleshooting

  • Ensure your OAuth credentials have the necessary permissions to access vulnerable assets and vulnerability data
  • Verify the Client ID and Client Secret are correctly configured
  • Check that the OAuth application has the required scopes enabled

Back to Integrations

Documentation Home