Spring security AnonymousAuthenticationToken after upgrade
I have upgraded my spring boot application from 2.7.7 to 3.2.5 ( security version from 5.7.11 to 6.2.4) after this upgrade i successfully authenticate with UsernamePasswordAuthenticationToken. But after the authenticate request in every request i get AnonymousAuthenticationToken.