You can't. You need the browser to drop by the cas server to get a service ticket for app2.
/Fredrik -- Fredrik Jönsson, M.Sc. System Architect KTH/UF/ITA/Infosys E-mail: [email protected]<mailto:[email protected]> Phone: +46 8 790 6603 1 mars 2016 kl. 20:14 skrev Siim <[email protected]<mailto:[email protected]>>: Hello, I tried to google for it, but didn't find any solution. Consider following use case. I have 3 apps and 1 cas: 1) app1.example.com<http://app1.example.com> 2) app2.example.com<http://app2.example.com> 3) app3.example.com<http://app3.example.com> 4) cas.example.com<http://cas.example.com> So user firstly comes to app1.example.com<http://app1.example.com>, so he will be redirected to cas.example.com<http://cas.example.com> for authentication. Follows standard ticket generation and validation procedure. But question is following: now if user moves to app2, is it possible that app2 filter reads HTTP request and tries to find SSO cookie and tries to validate it directly on cas.example.com<http://cas.example.com>? What I want to achive, is that there is no need to redirect user browser to cas.example.com<http://cas.example.com>, but app2 will do that request itself. Is there such filter implemented in Java? Or should I implement such fitler by myself? I would be grateful for any assistance, Siim -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
