Hello everyone, Hello Scott,
i have some problem with the single sign out protocol using latest java jasig
client (3.1.3) and CAS Server 3.2 (also i
fix on it this bug: http://www.ja-sig.org/issues/browse/CAS-625 );
when i go to <myUrl>/cas/logout the server write properly in log
"Sending logout request for: <myUrl>"
the SingleSignOutFilter is configured in this way:
<filter>
<filter-name>CAS Single Sign Out Filter</filter-name>
<filter-class>org.jasig.cas.client.session.SingleSignOutFilter</filter-class>
</filter>
<listener>
<listener-class>org.jasig.cas.client.session.SingleSignOutHttpSessionListener</listener-class>
</listener>
but the SingleSignOutFilter never execute the code to logout
because this expression is never true in my case!
if ("POST".equals(request.getMethod()))
It seems not receive the saml logoutRequest posted by Server CAS
Why ? What i wrong ?
Thanks alot
Giorgio
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas