Skip to content

Commit 1a045c1

Browse files
committed
Use 'itwin-platform' scope in browser auth tests
1 parent 069e96b commit 1a045c1

File tree

1 file changed

+1
-1
lines changed
  • packages/browser/src/integration-tests/test-app

1 file changed

+1
-1
lines changed

packages/browser/src/integration-tests/test-app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const authority = `https://${process.env.IMJS_URL_PREFIX}ims.bentley.com`;
1010
const client = new BrowserAuthorizationClient({
1111
clientId: process.env.ITJS_AUTH_CLIENTS_BROWSER_CLIENT_ID!,
1212
redirectUri: oidcCallbackUrl,
13-
scope: "itwins:read projects:read itwins:modify projects:modify users:read",
13+
scope: "itwin-platform",
1414
authority,
1515
postSignoutRedirectUri: "",
1616
responseType: "code",

0 commit comments

Comments
 (0)