From ead5fe37845044058519ea46e4d0f4c0ab261a1d Mon Sep 17 00:00:00 2001 From: Woohyeon Baek Date: Mon, 21 Aug 2023 05:12:19 +0900 Subject: [PATCH] Revert "profile, email, groups scopes are added (#238)" (#239) This reverts commit b9c809111760a9e4361f23219f461bf7395c9a4e. --- src/oidc/configuration.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/oidc/configuration.ts b/src/oidc/configuration.ts index e00b36f..b25b645 100644 --- a/src/oidc/configuration.ts +++ b/src/oidc/configuration.ts @@ -5,7 +5,6 @@ import type Model from '../model/model'; import OIDCAccount from './account'; import AdapterFactory from './adapter'; -const scopes = ['openid', 'profile', 'email', 'groups']; const claims = { openid: ['sub'], profile: ['name', 'username', 'student_id'], @@ -143,7 +142,6 @@ export default function createOIDCConfig(model: Model, oidcConfig: Config['oidc' return `/oauth/${interaction.uid}`; }, }, - scopes, claims, features: { devInteractions: {