Spring OAuthClient fails on 2nd login attempt – Auth Server suceeds on both – Concurrent Sessions set to > 1
I need some help.
Spring Security – will save parameter to session, but won’t retrieve it
I’m passing form Angular to Spring Security (an OAuthClient) some header parameters.
They are saved as attributes to the session, but when I try to read them from the session, it gives null (which makes me think the session is not being persisted)