Skip to main content

πŸš€ Quickstart

Connect to Veeva Vault with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Veeva Vault (OAuth 2.0 / OIDC).
2

Authorize Veeva Vault

Go to Connections -> Add Test Connection -> Authorize, then enter your identity provider’s token endpoint, client ID, client secret, OAuth 2.0 / OpenID Connect profile ID, and Vault DNS (subdomain). Later, you’ll let your users do the same directly from your app.
3

Call the Veeva Vault API

Let’s make your first request to the Veeva Vault API (fetch a list of users). Replace the placeholders below with your secret key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

πŸ“š Veeva Vault (OAuth 2.0 / OIDC) Integration Guides

Nango-maintained guides for common use cases. Official docs: Veeva Vault OAuth 2.0 / OpenID Connect, Vault Help: OAuth 2.0 / OpenID Connect Profiles
This integration authenticates by exchanging client credentials with your external identity provider (PingFederate, ADFS 4.0, or Okta β€” see the connect guide for supported providers) for an access token, then exchanging that access token for a Vault session ID via Vault’s OAuth session endpoint. If your Veeva Vault account only uses username/password authentication, use the Veeva Vault integration instead.

🧩 Pre-built syncs & actions for Veeva Vault (OAuth 2.0 / OIDC)

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.