Problem Authrizing SharePoint Site
-
We have the following error trying to authorize Storeware to our microsoft 365 sharepoint admin
Set-SPOTenant -DisableCustomAppAuthentication $falseSet-SPOTenant : Attempted to perform an unauthorized operation.
In riga:1 car:1
-
Set-SPOTenant -DisableCustomAppAuthentication $false
-
+ CategoryInfo : NotSpecified: (:) [Set-SPOTenant], ServerUnauthorizedAccessException + FullyQualifiedErrorId : Microsoft.SharePoint.Client.ServerUnauthorizedAccessException,Microsoft.Online.SharePoint.PowerShell.SetTenant
-
-
Hello @Tommaso
This error indicates insufficient privileges to execute this command. You probably need to use an account with higher privileges.
-
It seems like you don’t have the right permissions for that action. Make sure your account has admin rights for Microsoft 365, and double-check that you’re logged in correctly. Hope that helps!