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 client-side in, and some specialized server
components (RPC or RequestFactory, which just use a regular servlet
for the initial communication), there shouldn't be any difference
really for setting this up versus any other Java webapp.
On Sep 30, 5:19 pm, "Brandon@MediciGroup" <
bran...@thegreshams.net>
wrote: