Skip to main content

I get this error when I am accessing the web app after it has been installed

Download SharePoint Online Management shell, connect to your tenant and run the command and wait about 5 minutes.

Set-SPOTenant -DisableCustomAppAuthentication $false


-DisableCustomAppAuthentication - This parameter no longer exists in Powershell
I just ran this command on a new tenant at the time of advising you to do so and it worked for me. I doubt Microsoft have depreciated it between then and now. Make sure that the SharePoint Online Management shell is up to date.

Reply