Re: [cas-dev] Cannot Logout

2012-05-03 Thread Lava Kafle
Thats so true Elvis, /logout at top where declared servlet startup =1 servlet and at logout.jsp ,,,pattern>loggedOut.jsp should redirect you to http:// elvis.cht.com.tw:8080/casclientapp without problem if web.xml contains those entries in web.xml and naturally is index.jsp i

Re: [cas-dev] Cannot Logout

2012-05-03 Thread elvis wang
Hi, Lava, I would like to redirect to the login page, so I set the service parameter as the index page of testing webapp, that is "http:// elvis.cht.com.tw:8080/casclientapp". So the logout URL is https://cas-domain:8443/cas/logout?service=http://

Re: [cas-dev] Cannot Logout

2012-05-03 Thread Lava Kafle
Dont see /logout URL reference there so CAS is confused on where to redirectr after logout!!! Lava Kafle Ms by Research in Computer Science Kathmandu University http://ku.edu.np cell: 9841224387 9801034557 On Fri, May 4, 2012 at 9:27 AM, elvis wang wrote: > On CAS Server, if I set cookieSec

Re: [cas-dev] Cannot Logout

2012-05-03 Thread elvis wang
On CAS Server, if I set cookieSecure attribute as false in ticketGrantingTicketCookieGenerator.xml, the CASTGC cookie could be deleted when logout. But user can still browse the testing webapp without login again. 2012/5/4 elvis wang > Here is the web.xml of testing webapp, > > > > CAS Authe

Re: [cas-dev] Cannot Logout

2012-05-03 Thread elvis wang
Here is the web.xml of testing webapp, CAS Authentication Filter org.jasig.cas.client.authentication.AuthenticationFilter casServerLoginUrl https://casserver-domain:8443/cas/login serverName http://elvis.cht.com.tw:8080 renew false gateway false 2012/5/4 elvis wang > HTTPS, I think~

Re: [cas-dev] Cannot Logout

2012-05-03 Thread elvis wang
HTTPS, I think~ 2012/5/4 elvis wang > Hi, Scott, > > HTTPS I thins~ > > My testing app: http, > and CAS: https. > > > 2012/5/4 Scott Battaglia > >> Did you log in over https or http? >> >> >> On Thu, May 3, 2012 at 10:22 PM, elvis wang wrote: >> >>> Hi, >>> >>> I just start to

Re: [cas-dev] Cannot Logout

2012-05-03 Thread elvis wang
Hi, Scott, HTTPS I thins~ My testing app: http, and CAS: https. 2012/5/4 Scott Battaglia > Did you log in over https or http? > > > On Thu, May 3, 2012 at 10:22 PM, elvis wang wrote: > >> Hi, >> >> I just start to study/survey CAS solutions >> >> When user click 'log

Re: [cas-dev] Cannot Logout

2012-05-03 Thread Scott Battaglia
Did you log in over https or http? On Thu, May 3, 2012 at 10:22 PM, elvis wang wrote: > Hi, > > I just start to study/survey CAS solutions > > When user click 'logout' button from my testing webapp, the testing > testapp redirect the request to the CAS logout url, > https://cas

[cas-dev] Cannot Logout

2012-05-03 Thread elvis wang
Hi, I just start to study/survey CAS solutions When user click 'logout' button from my testing webapp, the testing testapp redirect the request to the CAS logout url, https://cas-domain:8443/cas/logout?service=http://mywebapp, and CAS does shows logout successfully. However,