In my webflow facelet view, I'm able to see my SecurityContextHolder with details and it's authenticated but I'm not able to make spring remoting httpinvoker calls to my service layer. Works for...
Type: Posts; User: blicket; Keyword(s):
In my webflow facelet view, I'm able to see my SecurityContextHolder with details and it's authenticated but I'm not able to make spring remoting httpinvoker calls to my service layer. Works for...
I've tested the same page using a CAS authenticated user which works, but not my UsernameAuthenticatedForm user with the same authorities. I 'think' i'm almost certain that my spring security is...
I've been trying to get it to go ever since the snapshot change. So I have now several http elements. not sure if one is suppose to be a replacement for the other in certain situations or more of...
If anyone could send some tips my way, I'd greatly appreciate it. I know this seems really silly, but I'm having trouble debugging a null pointer exception. It occurs on a webflow definition eval....
Hi Luke,
Could you please clarify how the http element pattern attribute is different from the intercept-url element pattern attribute. Is the intercept-url pattern a way to further filter the...
Maybe you can create a new LDAP provider beneath your CAS provider?
Thank you.
Since each new http element is tantamount to a new FilterChainProxy, why can't we have separate authemanager for each? What would then be the point. I know each AuthenticationManager can have...
Were you able to figure this out?
I have a requirement to add a non-cas login form with a separate user store.
Currently I have the http's entry-point-ref pointing to a CAS entry point. I want add a separate login page which authenticates against a local db authentication provider. I want a separate login...
I was able to figure it out. The default preauth filter wasn't grabbing enough info from the cert. So I created a custom filter and decode fields I needed from the cert in the request. Thanks...
I'm having a really hard time getting my custom preauth filter to work for processing x509. If anyone could help I would appreciated. Thanks.