Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2013-01-09 Thread Gil Victor Teixeira Pinto
Hi Rodrigo, Ii'm experiencing the same issue: after a session timeout (on client's app) the ajax request are not redirecting to que CAS login page. I've also tried with Omnifaces ... How did you s

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-10 Thread Marvin Addison
> Searching through the sniffer's results I can even see app1 server > responding to CAS server after the logout POST request is received. > > app1 server responds with a 302 code, redirecting to app1's URL. All this suggests the CAS server is behaving correctly and you've got some kind of configu

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-10 Thread Rodrigo Parra
Hello all, Just a follow up: Searching through the sniffer's results I can even see app1 server responding to CAS server after the logout POST request is received. app1 server responds with a 302 code, redirecting to app1's URL. Is this the expected behavior? Any ideas on why the server is resp

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-06 Thread Rodrigo Parra
Hi all, I tried using a network sniffer in my machine to check if the logout request is actually received. It turns out it is, or at least I think so. Here's the sniffer output I get, the package is sent from CAS Server's host to app2's host on the right port (8080). HTTP POST /app2 HTTP/1.1 (ap

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-05 Thread Rodrigo Parra
That was clarifying indeed, Marvin. I am almost positive that it is a network issue so I will look into it. Thanks for your help, I will keep you posted. It might take me a couple of days, though. 2012/12/4 Marvin Addison > > If you notice something wrong at a first glance, let me know please.

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-04 Thread Marvin Addison
> If you notice something wrong at a first glance, let me know please. I don't see any problems. > Could Guice be somehow messing with CAS client? Doubtful, but I have no experience with Guice so my opinion is not very meaningful. > About the network environment, I'm not really responsible for

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-04 Thread Rodrigo Parra
Hi Marvin, I am pretty confident about my web.xml, but I will check it again. Here is a shortened version of my web.xml file: > http://www.w3.org/2001/XMLSchema-instance"; xmlns=" > http://java.sun.com/xml/ns/javaee"; xmlns:web=" > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; xsi:schemaLo

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-04 Thread Marvin Addison
> Setting log level to trace, I do get output from SingleSignOutFilter, > although most of the messages look like this: > > 11:10:59,213 TRACE [org.jasig.cas.client.session.SingleSignOutFilter] > (http--0.0.0.0-8080-1) Ignoring URI /app2/ You're missing the output that indicates the SingleSignOutF

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-04 Thread Rodrigo Parra
On the last message the Marvin, it should have been: I get this message right after logging out from *app1* too. Is this ok? Sorry for that. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http:/

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2012-12-03 Thread Marvin Addison
> When logging out of app1 (step3), this gets printed on app2's console (log > level: debug): > > 08:15:42,806 DEBUG > [org.jasig.cas.client.authentication.Saml11AuthenticationFilter] > (http--0.0.0.0-8080-3) no ticket and no assertion found > 08:15:42,807 DEBUG > [org.jasig.cas.client.authenti