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:
parent
31213a3523
commit
1c16f0ae9b
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ async function getWorkforceToken() {
|
|||
grant_type: 'password',
|
||||
username: creds.email,
|
||||
password: creds.password,
|
||||
scope: 'department',
|
||||
}).toString(),
|
||||
signal: AbortSignal.timeout(10000),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue