> i get an error like this: > > Unable to load page > > > Problem occured while loading the URL > http://mydomain/egroupware/login.php?cd=10&phpgw_forward=% > 2Findex.php&ticket=ST-359-6TR4AhjG1KfeQMfZkUM2-cas > > Too many redirects
Infinite redirects are usually caused by scoping issues where the application entry point for CAS is itself protected by CAS, so you're getting infinitely redirected to CAS instead of falling through on the second pass where the CAS ticket would be validated by your client, egroupware in this case. Also, I should note you will not achieve SSO using an http URL. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
