Re: CAS SSO

2011-10-03 Thread ChrisAtShaw
We have apps using CAS SSO, and do not use Spring at all, but instead Guice. Here is all that is in our web.xml !-- Guice servlet setup -- filter filter-nameguiceFilter/filter-name filter-classcom.google.inject.servlet.GuiceFilter/filter-class /filter filter

Re: CAS SSO

2011-10-02 Thread Kevin Jordan
Yes, I've worked CAS authentication into my GWT app. Mine ends up using Spring Security with its CAS modules, but it should work under the JA-SIG client too (which eventually even Spring Security ends up using I believe). What sorts of problems are you having? Except for what you code your

CAS SSO

2011-10-01 Thread Brandon@MediciGroup
I'm working on a proof-of-concept in an effort to persuade my shop to move at least some of our development-efforts from other frameworks over to GWT. But one of the requirements is that our apps have to be able to authenticate against our CAS-server. I have tried mocking-up the web.xml similar