fix(connectors): restore Linear connector requiredScopes

Linear OAuth does return scopes in the token response. The previous
fix of emptying requiredScopes was based on an incorrect assumption.
Restoring requiredScopes: ['read'] as it should work correctly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Waleed Latif
2026-03-06 12:55:06 -08:00
parent 0202c60d26
commit bca131d597

View File

@@ -193,7 +193,7 @@ export const linearConnector: ConnectorConfig = {
oauth: {
required: true,
provider: 'linear',
requiredScopes: [],
requiredScopes: ['read'],
},
configFields: [