There was an error while loading. Please reload this page.
1 parent e0ad0b4 commit eddf2a2Copy full SHA for eddf2a2
1 file changed
web/lib/actions/getAccessToken.ts
@@ -8,7 +8,7 @@ export async function getAccessToken() {
8
grant_type: 'client_credentials',
9
client_id: process.env.ACTION_FORM_CLIENT_ID!,
10
client_secret: process.env.ACTION_FORM_CLIENT_SECRET!,
11
- scope: process.env.ACTION_FORM_SCOPE!
+ scope: `openid ${process.env.ACTION_FORM_SCOPE!}/.default`
12
}),
13
});
14
0 commit comments