An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
This issue is related to Salesforce’s recent security changes for Connected Apps (rolled out in late September / early October 2025).
The “no valid scopes defined” error means the Connected App does not include the OAuth scopes that your Azure Synapse linked service is requesting.
To fix it:
In Salesforce Setup → App Manager, open your Connected App.
Click Edit.
Under Selected OAuth Scopes, add the following (if not already selected):
✅ Access and manage your data (api)
✅ Perform requests on your behalf at any time (refresh_token, offline_access)
Click Save, wait 2–3 minutes, then re-test your Synapse connection.
If your Connected App uses Client Credentials Flow, make sure that:
“Enable Client Credentials Flow” is checked under Edit Policies, and
A Run-As user is assigned.
After saving, re-run the OAuth request or re-test the Synapse linked service connection.