Client Id generate button is throwing the following error message "Your SharePoint tenant admin doesn't allow site collections admins to create an Azure Access Control (ACS) principal. Please contact your SharePoint tenant administrator" (4373246)
Client Id generate button is throwing the following error message "Your SharePoint tenant admin doesn't allow site collections admins to create an Azure Access Control (ACS) principal. Please contact your SharePoint tenant administrator"
説明
SharePoint Admin page is throwing the following error when clicking on Client Id:Generate button "Your SharePoint tenant admin doesn't allow site collections admins to create an Azure Access Control (ACS) principal. Please contact your SharePoint tenant administrator"
原因
Microsoft configuration.
対策
WORKAROUND
In order to fix the App Registration process issue permission, the following steps need to be performed.
1 - Connect to SharePoint via PowerShell Connect-SPOService -Url https://tenantname-admin.sharepoint.com/ 2 - Run the following cmdlet Set-SPOTenant -SiteOwnerManageLegacyServicePrincipalEnabled $true
If the SharePoint module is not installed, it can be installed by running the following cmdlet with PowerShell as Administrator.