Skip to content

Commit

Permalink
Merge pull request #975 from kir-dev/fix/autsch
Browse files Browse the repository at this point in the history
Fix authsch login
  • Loading branch information
berenteb committed May 24, 2023
2 parents 1048c1f + 2455f6d commit 71d4b79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/passport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ passport.use(
tokenURL: `${AUTH_SCH_URL}/oauth2/token`,
clientID: process.env.CLIENT_ID,
clientSecret: process.env.CLIENT_SECRET,
callbackURL: '/auth/oauth/callback',
scope: ['basic', 'displayName', 'mail']
},
async (
Expand Down

0 comments on commit 71d4b79

Please sign in to comment.