Saml2LogoutRequest is not completely serializable, leading to errors when using JDBC session store #12765
Labels
in: saml2
An issue in SAML2 modules
status: duplicate
A duplicate of another issue
type: bug
A general bug
Implementing a SAML2 logout using Spring security's SAML2 implementaion leads to the following exception stacktrace when using Spring's jdbc session store and performing a logout:
Debugging leads to a missing serialization in the default encoder function which is implemented as:
Removing JDBC session storage resolves the logout problem (but obviously introduces other problems).
To Reproduce
Expected behavior
Log out should succeed.
This is probably similar to #10550, which deals with authentication requests.
The text was updated successfully, but these errors were encountered: