[cas-user] Manually writing CASTGC cookie CAS4

2014-12-17 Thread Puneet Goyal
Hi , I want to pass an additional login parameter to the system, the way I thought to do the same was to change following entry with my custom class in login-webflow.xml var name=credential class=org.jasig.cas.authentication.UsernamePasswordCredential / Am I going in the right direction..?

[cas-user] Manually writing CASTGC cookie CAS4

2014-08-05 Thread Puneet Goyal
Hi , I have a scenario where I am authenticating a user by using CAS's REST api and writing the returned cookie to response The thought was when a secured page is encountered and user goes to CAS's login page, he will get logged in using the CASTGC cookie. But this doesn't work correctly as

Re: [cas-user] Manually writing CASTGC cookie CAS4

2014-08-05 Thread Scott Battaglia
Only the CAS server can set the CASTGC cookie and it can only do that when being directly interacted with via the web browser. If you need the cookie set in the web browser, there must be some interaction with the CAS server. On Tue, Aug 5, 2014 at 9:23 PM, Puneet Goyal pgo...@qasource.com