You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Sijun Liu edited this page Dec 27, 2017
·
5 revisions
Trouble shooting
Please turn on the logging as follows. The logging message will tell you why authentication fails.
passport.use(new OIDCStrategy({
...
loggingLevel: 'info' // <==== set loggingLevel to 'info', you will see the logging messages in node console.
}, function(...) {
}
}