I\'m not really a Java developer, but a project for a client has required me to be, so maybe I\'m missing something glaringly obvious.
I\'m using SpringBoot and ever
I think you need to add the securityContextPersistenceFilter in the filter chain
I found the following comment in the SecurityContextPersistenceFilter class :
* This filter will only execute once per request, to resolve servlet container (specifically Weblogic) * incompatibilities.