Closed IGZmanuelMartinVivaldi closed 3 years ago
As the message error clearly explains, 'express-session' is required (maybe 'restify-session' could be used too)
I didn't know express modules could be used with restify.
const expressSession = require('express-session');
server.use(expressSession({ secret: 'keyboard cat', resave: true, saveUninitialized: false }));
Thanks
Closing as this appears resolved. Please open an issue here if you are having further problems.
After receiving the POST callback and run passport.authenticate('azuread-openidconnect',... we got this error:
Session packages and OIDCStrategy settings for v2 are included:
Any ideas? Thanks in advance.