Workforce OAuth: try platform scope for full access
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1c16f0ae9b
commit
1ae1019ea5
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ async function getWorkforceToken() {
|
|||
grant_type: 'password',
|
||||
username: creds.email,
|
||||
password: creds.password,
|
||||
scope: 'platform',
|
||||
}).toString(),
|
||||
signal: AbortSignal.timeout(10000),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue