[cas-user] Gateway feature

2014-08-28 Thread Baldur Dae
Hi, I'm using CAS distribution based on version 3.4.1. So far client webapps have used CAS in non gateway mode. I'd like to configure gateway mode for a new webapp which serves public pages. However I can't make it run correctly. I paste my current configuration. *web.xml:* filter

Re: [cas-user] Gateway feature

2014-08-28 Thread Jérôme LELEU
Hi, It should work as you returned to your application with a service ticket. Don't you have something relevant in your logs? Would you mind enabling logs on org.jasig.cas? Thanks. Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of

Re: [cas-user] Gateway feature

2014-08-28 Thread Baldur Dae
Thank you very much for your quick response. For the time being, I only get the following log: [org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service ticket [ST-12-XX] for service [https://localhost:8043/portal/cms] for user [baldur] 2014-08-28 10:47:10,648 INFO

Re: [cas-user] Gateway feature

2014-08-28 Thread Jérôme LELEU
I meant: your logs on the CAS client / application side, to see if the service ticket has been properly validated. Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of CAS: www.jasig.org/cas | Creator of pac4j: www.pac4j.org 2014-08-28

Re: [cas-user] Gateway feature

2014-08-28 Thread Baldur Dae
Hi Jérôme, I've reset my configuration and get rid of Spring DelegatingFilterProxy in web.xml. So now this is the only change in web.xml: filter filter-nameCAS Authentication Filter/filter-name *init-param param-namegateway/param-name