Thanks. I set the properties to check for principal change and invalidate the session when it does and that did the trick.
Type: Posts; User: jdsimmons; Keyword(s):
Thanks. I set the properties to check for principal change and invalidate the session when it does and that did the trick.
In our company we have a filter that implements security and puts information like username and granted authorities as header values. I've written a custom RequestHeaderAuthenticationFilter and...
What I ended up doing was to use the Pre-Authenticated scenario and create my own PRE_AUTH filter to get information from the request header and ultimately get it to the UserDetails object. This...
I guess I should clarify a bit. Currently we have our own application framework that call this security software we have written. We use this framework instead of Spring MVC, and we also use it for...
I have been reading the Spring Security 3.0 documentation over and over and trying different things and I think I need some better hints on how to proceed.
My company uses its own security...
When I use the wizard to create a Spring Simple Batch Project it informs me it will need to download some stuff. I agree. It then cranks away for a few minutes and produces the following messages...