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