Skip to content

Commit eddf2a2

Browse files
committed
made changes in scope secret format for form server action #3478
1 parent e0ad0b4 commit eddf2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/lib/actions/getAccessToken.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function getAccessToken() {
88
grant_type: 'client_credentials',
99
client_id: process.env.ACTION_FORM_CLIENT_ID!,
1010
client_secret: process.env.ACTION_FORM_CLIENT_SECRET!,
11-
scope: process.env.ACTION_FORM_SCOPE!
11+
scope: `openid ${process.env.ACTION_FORM_SCOPE!}/.default`
1212
}),
1313
});
1414

0 commit comments

Comments
 (0)