External session management #1400
Closed
segevfiner
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
You can certainly achieve this without additional support from the library, the cookie and session format is not a mystery, sessions are already backed by your own provided adapter, the Session class is exposed on Provider instance. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using oidc-provider to add OIDC to an existing web app that already has an auth mechanism, oidc-provider will still create it's own auth session after an interaction ends, it could be useful to support integrating external auth sessions like this, so that both logging in directly without an OIDC interaction can already create the necessary things in the session for later login using OIDC, and for oidc-provider to fetch those from the external session instead of having to create its own session cookie.
Beta Was this translation helpful? Give feedback.
All reactions