Describe the bug
Implement OTT login, resume the OTT token to login. InvalidOneTimeTokenException was thrown. Redis failed to deserialize the session
To Reproduce
- create a spring web project with redis session
- config spring security with OTT login
- try to login again with the same token more than one time.
Expected behavior
It should know how to serialize/deserialize properly
Related issue
#18095
Describe the bug
Implement OTT login, resume the OTT token to login. InvalidOneTimeTokenException was thrown. Redis failed to deserialize the session
To Reproduce
Expected behavior
It should know how to serialize/deserialize properly
Related issue
#18095