Re: [cas-user] Stuck with Spring+CAS gateway configuration

2010-04-19 Thread prasanna h
Hi Scott, Thanks for your reply. I will be looking forward to gateway support in the future releases. Is there an alternate approach that you would recommend to accomplish this with my existing set-up ( I understand it may not be the most elegant). Prasanna On Tue, Apr 20, 2010 at 7:07 AM, Sco

Re: [cas-user] Stuck with Spring+CAS gateway configuration

2010-04-19 Thread Scott Battaglia
CAS + Spring Security support doesn't support gateway at the moment. Its on my list of things to do but doesn't necessarily mesh well with the way Spring Security works. Redirecting to j_spring_cas_security_check isn't going to get you anywhere I don't think. I'm not sure if you can combine it w

Re: [cas-user] Stuck with Spring+CAS gateway configuration

2010-04-19 Thread prasanna h
Hi All, I put in the following logic to add a gateway parameter to the cas login request(in case of access to a non-secure page). final String urlEncodedService = CommonUtils.constructServiceUrl(httpRequest, httpResponse, getServiceProperties().getService(),

Re: [cas-user] Stuck with Spring+CAS gateway configuration

2010-04-19 Thread prasanna h
All, As far as I've seen, I do not see an implementation that enables an application using a CAS 3+Spring 3 configuration to pass a gateway parameter as part of the request which I guess would accomplish what I need. I'm thinking of adding a filter which intercepts all requests and somehow talk t

[cas-user] Stuck with Spring+CAS gateway configuration

2010-04-17 Thread prasanna
Hi, I've integrated Spring Security 3 with CAS. I'm stuck as I attempt to use CAS as a gateway. My app has a few protected and unprotected pages with each page having a login/logout link. I access a secure page after authenticating with CAS. Accessing any page during that session would still d