Skip to content

apideck-samples/vault-callback

Repository files navigation

Vault OAuth on a custom domain

Host the Vault OAuth redirect URI on a custom domain

Usage

Deploy with Vercel

  1. Click the Deploy button, and link your custom domain in Vercel
  2. Set https://mycustom.domain/vault/callback as the redirect URI in the connector's OAuth settings
  3. Contact Apideck support to enable this redirect URI on your account

Why

When you set up OAuth connectors for use with Apideck, you have to configure the Apideck Vault redirect URI (https://unify.apideck.com/vault/callback).

Some OAuth connectors, such as Google Drive, require that the OAuth redirect URI is hosted on a domain that you own.

This sample project helps you deploy a redirect to https://unify.apideck.com/vault/callback on your custom domain.

Releases

No releases published