An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Azure Synapse SharePoint Online List Linked Service
Azure Synapse SharePoint Online List Linked Service
Worked for years. Stopped working across UAT and PROD on the same day.
Error:
Failed to get metadata of odata service.
Expected status code: 200
Actual status code: Unauthorized
{"error":"invalid_request"}
Troubleshooting:
- Service principal sign-in logs show SUCCESS.
- Resource = Office 365 SharePoint Online.
- _api/web succeeds.
- _api/web/lists succeeds.
- DisableCustomAppAuthentication = False.
- App permissions:
Sites.Read.All
Sites.Manage.All
Sites.FullControl.All
- Admin consent granted.
Manual token test:
Successfully acquired SharePoint token using client_credentials.
SharePoint returns:
"Unsupported app only token."
Question:
Has anyone seen Synapse SharePoint Online List connector failures resulting from ACS retirement or SharePoint rejecting Entra app-only tokens with 'Unsupported app only token'?