White Label Integration
Create OAuth2 integrations where customers see your company name instead of Airweave, with automatic multi-tenant data isolation.
1. Create White Label Configuration
Set up your white label integration with your OAuth2 app credentials:
2. Generate Customer Auth URLs
For each customer who wants to connect their account, generate an url to redirect them to:
3. Handle OAuth Callback
When the customer completes OAuth, handle the callback:
Complete Integration Example
Here’s a full example showing how to integrate white labeling into a React application: