OAuth Authentication
Recommended for production environments
Personal Access Token
Quick setup for testing
OAuth Authentication
Follow these steps to configure OAuth authentication for BonData.Step 1: Create an OAuth Application
- Log in to your Databricks workspace
- Go to Settings → Developer → OAuth Applications
- Click Create Application
- Configure the application:
- Name:
BonData Integration - Redirect URL:
https://app.bondata.ai/auth/oauth2/callback - Scopes: Select
all-apisandoffline_access
- Name:
- Click Create
Step 2: Copy Credentials
After creation, you’ll see:- Client ID - the unique identifier for your OAuth app
- Client Secret - click Generate Secret to create one
Step 3: Get Your Workspace URL
Your workspace URL is in your browser address bar:- Example:
https://adb-1234567890123456.7.azuredatabricks.net
Step 4: Enter Credentials
Enter your Client ID, Client Secret, and Workspace URL in BonData, then click Connect to authorize via OAuth.Required Fields (OAuth)
| Field | Description |
|---|---|
| Client ID | OAuth app Client ID |
| Client Secret | OAuth app Client Secret |
| Workspace URL | Your Databricks workspace URL |
Personal Access Token
Follow these steps to create a Personal Access Token for BonData.Step 1: Access User Settings
- Log in to your Databricks workspace
- Click your username in the top-right corner
- Select Settings from the dropdown
Step 2: Generate a Token
- Go to the Developer section
- Click Manage next to Access tokens
- Click Generate new token
- Enter a description (e.g.,
BonData Integration) - Set the lifetime (or leave blank for no expiration)
- Click Generate
- Copy the token immediately - it won’t be shown again
Step 3: Get Your Workspace URL
Your workspace URL is in your browser address bar:- Example:
https://adb-1234567890123456.7.azuredatabricks.net
Step 4: Enter Credentials
Enter your Personal Access Token and Workspace URL in BonData.Required Fields (Token)
| Field | Description |
|---|---|
| Personal Access Token | Generated from Databricks Settings → Developer → Access tokens |
| Workspace URL | Your Databricks workspace URL |