Dear all,
this is just to give a feedback about a problem I had few weeks ago.
Moving from cas 3.3.2 to 3.3.5 had the effect of not allowing single
sign out and the log reported the following message:
.
.
.
2009-12-10 11:32:38,060 DEBUG
[org.jasig.cas.CentralAuthenticationServiceImpl] - <Ticket found.
Expiring and then deleting.>
2009-12-10 11:32:38,060 DEBUG
[org.jasig.cas.authentication.principal.SamlService] - <Sending logout
request for: https://foo.com:8443/foo/security_check>
2009-12-10 11:32:38,064 WARN
[org.jasig.cas.ticket.TicketGrantingTicketImpl] - <Logout message not
sent to [https://foo.com:8443/foo/security_check]; Continuing processing...>
2009-12-10 11:32:38,064 DEBUG
[org.jasig.cas.ticket.registry.DefaultTicketRegistr y] - <Removing
ticket [TGT-1-zRPvpIZJdipf1llUloSHS1WDwrxWnWtFr0lvshX5m5R9BXjsXZ-sso]
from registry>
2009-12-10 11:32:38,064 DEBUG
[org.jasig.cas.web.support.CookieRetrievingCookieGe nerator] - <Removed
cookie with name [CASTGC]>
2009-12-10 11:32:38,064 DEBUG
[org.jasig.cas.web.support.CookieRetrievingCookieGe nerator] - <Removed
cookie with name [CASPRIVACY]>
.
.
.
I am using WAR overlay and until few days ago it came unnoticed that I
was also overwriting a CAS file, in particular
argumentExtractorsConfiguration.xml
This was necessary because, according to the documentation, the single
sign out feature was disabled by default and therefore I had to add the
following lines:
<bean
id="casArgumentExtractor"
class="org.jasig.cas.web.support.CasArgumentExtractor">
<property name="disableSingleSignOut" value="false"/>
</bean>
<bean id="samlArgumentExtractor" class="org.jasig.cas.web.support.SamlAr
gumentExtractor">
<property name="disableSingleSignOut" value="false"/>
</bean>
where the property settings did the trick.
With version 3.3.5 this is not necessary anymore and the file that comes
with the distribution works just fine, including single sign out.
Ciao,
---------------------------------------------------------------------
Fabio Sogni | E-Mail: [email protected] |
ESO - EUROPEAN SOUTHERN OBSERVATORY | Phone : +49 89 320 06 566 |
Karl Schwarzschild Strasse, 2 | Fax : +49 89 320 06 677 |
Garching bei Muenchen - Germany | |
---------------------------------------------------------------------
Visita Interiora Terrae, Rectificando Invenies Occultum Lapidem.
---------------------------------------------------------------------
--
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