I have a spring application where I do OpenId Connect (OIDC) authentication. Session fixation is not being taken care of by default. what is the best way to handle it? My OIDC implememnation does not use any spring security. I was wondering if its possible to integrate Spring security with OIDC in some way to […]
The post Solve session fixation for OpenID Connect authentication with spring framework appeared first on BlogoSfera.