We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069e96b commit 1a045c1Copy full SHA for 1a045c1
packages/browser/src/integration-tests/test-app/index.ts
@@ -10,7 +10,7 @@ const authority = `https://${process.env.IMJS_URL_PREFIX}ims.bentley.com`;
10
const client = new BrowserAuthorizationClient({
11
clientId: process.env.ITJS_AUTH_CLIENTS_BROWSER_CLIENT_ID!,
12
redirectUri: oidcCallbackUrl,
13
- scope: "itwins:read projects:read itwins:modify projects:modify users:read",
+ scope: "itwin-platform",
14
authority,
15
postSignoutRedirectUri: "",
16
responseType: "code",
0 commit comments