arthomps, I'd love to! But I haven't found any CAS solution that lets me do the simplest thing: render the user name (or login invitation) on every site page.
It's because of:
- applications have their own sessions;
- when user logs in to any of them, others don't even know about that! That's what the remember-me cookie for.
Here is a little conversation about that (sorry for external link), maybe you can say some words, that explain the situation?



Reply With Quote
... If you hit a page that requires authentication then you hit the CAS server, now if enter a page that requires authentication it will go to CAS and (if I recall correctly) due to the fact you are already authenticated get the id etc. back. Spring Security will use this to load the user. (So actually only 1 request per application goes to CAS)..
