Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here

Skyhigh Security

SharePoint Online Settings to Install the Office 365 Integrator App

As of October 2020, all new Office 365 instances have a default setting enabled that causes issues when installing the Office 365 Content Integrator. If you receive error messages that state "Please upgrade the Content Integrator" or "The app needs to be upgraded" then use the following procedure. 

To change the setting to the required value, perform the following steps:

  1. Download and install the SharePoint Online Management Shell from the Official Microsoft Download Center here.
  2. Open the SharePoint Management Shell and connect to your SharePoint Online by executing the following command:
Connect-SPOService -Url <admin url of sharepoint>
  1. Set DisableCustomAppAuthentication to false using the following command:
Set-SPOTenant -DisableCustomAppAuthentication $false
  1. Make sure DisableCustomAppAuthentication is set to False using the following command:
Get-SPOTenant

clipboard_e029115c764e6fc9ec95d190c5750fc30.png

Finally, wait for few hours and install the Office 365 application. It should work with the new SharePoint tenant. 

  • Was this article helpful?