Hi, I'm trying to get single sign _out_ to work (CAS version 3.4.8), and I can't get it to do what I gather from the docs it should do.
I'm expecting the POST to arrive at my page, according to https://wiki.jasig.org/display/CASUM/Single+Sign+Out And I've configured it with https://wiki.jasig.org/display/CASC/Configuring+Single+Sign+Out And I've added a service to my deployerConfigContext.xml as well. I've chosen not to use database for it, but just adding the service in the xml file for testing purposes. I can send you all files you would like to see, but what my situation is: - when I log in using a site not in the deployerConfigContext file, I get the message "not allowed", which is _correct_ (and I don't get the message when I log in using the site in the file, so also _correct_) - when I log off, nothing happens (okay, I get logged out of CAS fine, but no entries in the log file relating to single sign off, nor is there a call to my service page) What am I doing wrong? Cheers, Tom Excerpt deployerConfigContext.xml: <bean class="org.jasig.cas.services.RegisteredServiceImpl"> <property name="id" value="1" /> <property name="name" value="MySite" /> <property name="description" value="MySite" /> <property name="serviceId" value="http://mydomain.com/Pages/Profile/Login.aspx" /> </bean> (the http://** block is in comments) -- 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
