mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
3 commits
3238ee1a22
...
fa56fc3577
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa56fc3577 | ||
|
|
cba723e554 | ||
|
|
dd759442fc |
1 changed files with 1 additions and 2 deletions
|
|
@ -102,8 +102,7 @@ class PassportOpenIDConnect {
|
|||
|
||||
app.get(`${endpoint}/${name}`, (req, res, next) => {
|
||||
passport.authenticate(name, {
|
||||
scope: scope,
|
||||
prompt: 'consent'
|
||||
scope: scope
|
||||
})(req, res, next);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue