Hi all, Recently I tried setting up a sample CAS client using phpCAS but noticed that single sign out wasn't working. I looked into my cas.log to make sure the logout request was being sent but I found this:
2012-10-18 16:20:40,046 DEBUG [org.jasig.cas.authentication.principal.SamlService] - Sending logout request for: http://localhost/casTest.php ... 2012-10-18 16:20:40,546 DEBUG [org.jasig.cas.util.HttpClient] - Attempting to access http://localhost/casTest.php 2012-10-18 16:20:40,547 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2012-10-18 16:20:40,547 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. 2012-10-18 16:20:40,870 WARN [org.jasig.cas.util.HttpClient] - Error Sending message to url endpoint [http://localhost/casTest.php]. Error is [ http://localhost/casTest.php] I'm using the CAS overlay method and haven't made any modifications to argumentExtractorsConfiguration.xml. Does it need to be configured in some other way than the default for this to work? Is there anything else I could be missing? Any advice would be helpful. Thanks, Evan Sheffield iVantage Health Analytics -- 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
