-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add JdbcOidcSessionRegistry implementation #14511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I was trying to do it on Redis too, but I need the Mixing for OidcSessionInformation |
Sample from my code to implement this:
|
@aelillie Thanks for Sharing this. Mind if I ask you to also share your implementation on the OidcUserSessionRepository? |
@xiechangning20 , sure, here you go:
|
An
InMemoryOidcSessionRegistry
is limited to storing things only on a single instance. A JDBC-based implementation will make so that OIDC Backchannel Logout will work in a clustered environment.The text was updated successfully, but these errors were encountered: