Skip to content
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(...) {
  }
}
Clone this wiki locally