Skip to content

Commit

Permalink
Revert "profile, email, groups scopes are added (#238)" (#239)
Browse files Browse the repository at this point in the history
This reverts commit b9c8091.
  • Loading branch information
whnbaek authored Aug 20, 2023
1 parent b9c8091 commit ead5fe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/oidc/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down Expand Up @@ -143,7 +142,6 @@ export default function createOIDCConfig(model: Model, oidcConfig: Config['oidc'
return `/oauth/${interaction.uid}`;
},
},
scopes,
claims,
features: {
devInteractions: {
Expand Down

0 comments on commit ead5fe3

Please sign in to comment.