Skip to content

Commit

Permalink
fix(test-users): use correct scopes for oauth test user generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rstachof committed May 13, 2024
1 parent 3b0d670 commit d8d38d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@webex/test-users/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ function getClientCredentials({clientId, clientSecret, idbrokerUrl}) {
json: true,
form: {
grant_type: 'client_credentials',
scope: 'Identity:SCIM webexsquare:get_conversation',
scope:
'Identity:SCIM webexsquare:get_conversation spark-test-account:write spark-test-account:read',
client_id: clientId,
client_secret: clientSecret,
},
Expand Down

0 comments on commit d8d38d7

Please sign in to comment.