IT Managed Deployments
Outlook
Outlook can be deployed by users and some IT admin directly from AppSource link here - click get it now.
Once the add-in is installed the user will be asked to grant their permission for the app to access their data via the Graph API. Tenant admin will need to grant admin consent to use the app.
The quickest process we have found to deploy is for an IT admin to:
- Go here
- Install the add-in
- Open Outlook and open the Bipsync for Outlook add-in
- This will trigger the admin consent dialogue
- Once done all users will be able to use the add-in once they have granted their personal consent for the add-in
- User and admin consent are normal parts of the add-in work flow.
Some tenants can not follow this procedure due to account limitations, see below for their steps.
IT Managed deployments
To link an Office add-in deployed via the Microsoft 365 Admin Center to Entra
You must ensure the add-in is registered as an enterprise application to manage permissions and SSO.
This is typically done by approving consent prompts during deployment or by registering the app with required Graph API permissions in the Entra portal, allowing it to act as an authenticated service principal.
Steps to Link and Configure:
- Deploy the Add-in: In the Microsoft 365 Admin Center, go to Settings > Integrated apps and upload the manifest or select from the store.
- Assign Users/Consent: During deployment, assign the app to users. If the add-in requires data access (e.g., Graph API), you will be prompted to accept permissions, which creates the corresponding service principal in Entra.
- Locate in Entra: Open the Microsoft Entra admin center and navigate to Identity> Applications > Enterprise applications.
- Verify/Configure: Search for the app name to verify the service principal exists. Here, you can configure Single Sign-On (SSO) settings if the add-in supports it.
- Assign Permissions: If necessary, select the app, go to Permissions, and grant admin consent to ensure full functionality.
Using the manifest
We only recommend this method if the previous methods are unavailable as the add-ins may not auto update.
Outlook
-
Download the manifest file for the Outlook Add-in. Available here.
-
Log in to the Office 365 Admin Portal.
-
Click the Settings icon to expand that section and then click Add-ins.

-
Click Deploy Add-in.
-
Click Next.
-
Under Deploy a custom add-in, click Upload custom apps.
-
Under Choose how to upload the add-in, click I have the manifest file (.xml) on this device.
-
Click Choose File, and select the file manifest file.
-
Click Upload.
-
Choose the user assignments and deployment method, then click Deploy.
-
Once the deployment is finalized, click Close.
-
OneNote
-
Download the manifest file for the OneNote Add-in. Available here.
-
Open the One Note web app and open a notebook
-
Go to Insert → Office Add-ins
-
Click Browse and select the manifest from step 1 then select Upload
-
Navigate to a page within the opened Notebook and select Home. The Add-In should appear in the ribbon. Click on this to open the Add-in.
Updated 28 days ago
