Workforce OAuth: remove scope restriction to get all permitted scopes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-02 01:08:31 +00:00
parent 31213a3523
commit 1c16f0ae9b

View file

@ -31,7 +31,6 @@ async function getWorkforceToken() {
grant_type: 'password',
username: creds.email,
password: creds.password,
scope: 'department',
}).toString(),
signal: AbortSignal.timeout(10000),
})