We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84c44f commit ad10d67Copy full SHA for ad10d67
1 file changed
keep-ui/auth.config.ts
@@ -263,6 +263,7 @@ const baseProviderConfigs = {
263
clientId: process.env.OKTA_CLIENT_ID!,
264
clientSecret: process.env.OKTA_CLIENT_SECRET!,
265
issuer: process.env.OKTA_ISSUER!,
266
+ authorization: { params: { scope: "openid email profile groups" } },
267
}),
268
],
269
[AuthType.ONELOGIN]: [
0 commit comments