MicroStrategy ONE
Configure the OneDrive Connector
Starting on November 9th, 2020, Microsoft announced that end users are no long able to grant consent to newly registered multi-tenant apps without verified publishers.
For official Microsoft documentation, click here.
To use the OneDrive connector, you must register an app to support OAuth authentication to Microsoft Azure.
You are required to complete the following 3 steps for a successful configuration:
-
Register an OAuth app with single-tenant and grant permissions
-
Update the configuration file in all cluster nodes to avoid conflicts
Register the App
If you are using a MicroStrategy version prior to MicroStrategy 2021 Update 1, see KB485033.
-
Log into Azure.
-
Navigate to App Registration.
-
Go to New registrations > Single tenant account type.
-
In the Redirect URI field, enter the redirect URL in the following format:
https://your-host-name:port/CommunityConnectors/redirect
-
Click on the newly registered app and go to API permissions.
-
Add the following permission in Microsoft Graph:
CopyFiles.Read.All
Sites.Read.All
User.Read -
Ensure you Azure Admin grants consent for the above permissions.
-
Go to Certificates & secrets.
-
Click New client secret. (Copy and save the value because they will not be displayed once you leave the page.)
-
Go to Overview.
-
Copy and save the Application (client) ID and Directory (tenant) ID for later use.
Deploy the Connector
- Log into MicroStrategy with an administrator user.
- Open the Connect to Your Data dialog.
- Hover your mouse over the OneDrive connector.
- Click Edit Connector.
- Enter the app parameters and click Save.
Update the Configuration File in All Cluster Nodes
To configure cluster environments for Community Connectors, see KB484387.