An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
@Doreen Cecil Based on the behavior you've described, this does appear to be consistent with the retirement of Azure ACS authentication for SharePoint Online.
Although the service principal authentication and token acquisition succeed, the SharePoint Online List connector ultimately receives an unauthorized response when accessing metadata. The "Unsupported app only token" response from SharePoint typically indicates that the authentication method being used is no longer accepted for SharePoint Online.
Could you please confirm which authentication method is configured in the Synapse SharePoint Online List linked service?
- Service principal key (legacy)
- Service principal certificate (recommended)
If the linked service is still using Service principal key (legacy) or the authentication flow relies on the Azure ACS endpoint (https://accounts.accesscontrol.windows.net/...), we recommend migrating to Microsoft Entra ID App-Only authentication using a certificate, which is the supported authentication model following Azure ACS retirement.
References:
- SharePoint Add-ins and Azure ACS retirement FAQ: https://learn.microsoft.com/sharepoint/dev/sp-add-ins/add-ins-and-azure-acs-retirements-faq
- Granting access via Microsoft Entra ID App-Only: Granting access via Entra ID App-Only | Microsoft Learn