You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the code about 'sid security', but when I use 'spring-boot-starter-oauth2-client' to logout, the sessionId cannot be found anymore.
OidcBackChannelLogoutFilter in spring-boot-starter-oauth2-client get sid from id_token which is encoded. OidcBackChannelLogoutHandler in spring-boot-starter-oauth2-client send http request to authorization-server to logout with encoded sid in cookie.
But it cannot be found in authorization-server with the encoded sessionId in HttpServletRequest
The text was updated successfully, but these errors were encountered:
#1185
I read the code about 'sid security', but when I use 'spring-boot-starter-oauth2-client' to logout, the sessionId cannot be found anymore.
OidcBackChannelLogoutFilter
inspring-boot-starter-oauth2-client
get sid from id_token which is encoded.OidcBackChannelLogoutHandler
inspring-boot-starter-oauth2-client
send http request toauthorization-server
to logout with encoded sid in cookie.But it cannot be found in

authorization-server
with the encoded sessionId in HttpServletRequestThe text was updated successfully, but these errors were encountered: