jaredhanson / passport-openidconnect

OpenID Connect authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-openidconnect/?utm_source=github&utm_medium=referral&utm_campaign=passport-openidconnect&utm_content=about
MIT License
188 stars 173 forks source link

How do I disable state? #58

Open rahil471 opened 6 years ago

rahil471 commented 6 years ago

I'm trying to get this to work without the state.

Tried

state : false AND store: true

https://github.com/jaredhanson/passport-openidconnect/blob/52d6874d1031dd9a1ed642871dffaba44050608b/lib/state/session.js#L7

JamesRamm commented 4 years ago

Also wondering how to do this? It should be possible to use OIDC without persistent sessions...

TwistTheNeil commented 4 years ago

It seems that it's not possible to use OIDC without sessions.

https://github.com/panva/node-openid-client/issues/190