Skip to content

Commit ad10d67

Browse files
committed
fix(okta): restore groups scope to trigger app-level group claim in ID token
1 parent f84c44f commit ad10d67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

keep-ui/auth.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ const baseProviderConfigs = {
263263
clientId: process.env.OKTA_CLIENT_ID!,
264264
clientSecret: process.env.OKTA_CLIENT_SECRET!,
265265
issuer: process.env.OKTA_ISSUER!,
266+
authorization: { params: { scope: "openid email profile groups" } },
266267
}),
267268
],
268269
[AuthType.ONELOGIN]: [

0 commit comments

Comments
 (0)