SharePoint & OneDrive
Import files directly from Office 365.
Direct Import
Browse your SharePoint sites and OneDrive folders without leaving Velocibid.
Secure Access
We use "Delegated Authentication", meaning we never see your password and don't store permanent access keys.
Configuration (Admin Only)
Azure AD App Required
Because SharePoint is highly secure, you must register a "Velocibid" app in your own Azure Active Directory to grant us permission to read files.
Step 1: Create App Registration
- Go to the Azure Portal > App Registrations.
- Click New Registration.
- Name it "Velocibid Integration".
- Select "Single Tenant" (Accounts in this organizational directory only).
- Under Redirect URI, select Single-page application (SPA) and enter your site URL:https://www.velocibid.com
Important: This must match your site URL exactly. For local development, add
http://localhost:3000as an additional redirect URI. - Click Register.
Step 2: Configure Authentication
- In the left sidebar, go to Authentication.
- Scroll down to "Implicit grant and hybrid flows".
- Check both boxes: Access tokens and ID tokens.
- Click Save at the top.
Step 3: API Permissions
- In the left sidebar, go to API Permissions.
- Click Add a permission > Microsoft Graph > Delegated permissions.
- Search for and select:
Files.Read.All(To read documents)Sites.Read.All(To browse SharePoint sites)
- Click Add permissions.
- Important: Click "Grant admin consent for [Your Org]" if available, to ensure users don't see consent popups.
Final Step: Connect in Velocibid
Copy the Application (client) ID and Directory (tenant) ID from your Azure App "Overview" page.
Client ID: 8aa168...
Tenant ID: 4503d...