I wasn't sure if this was a contradiction.
It says here that the session cookie should be called: JSESSIONID
https://docs.spring.io/spring-security/reference/reactive/oauth2/login/logout.html#oauth2login-advanced-oidc-logout
But Spring Session calls the cookie: SESSIONID
So will BackChannel Logout not work when I'm using Spring Session?
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior.
Expected behavior A clear and concise description of what you expected to happen.
Sample
A link to a GitHub repository with a minimal, reproducible sample.
Reports that include a sample will take priority over reports that do not. At times, we may require a sample, so it is good to try and include a sample up front.
Comment From: jzheaux
Hi, @dreamstar-enterprises. Please follow https://github.com/spring-projects/spring-security/issues/14904 for updates.