> I'm not sure if the phpCAS client supports the callbacks. We have confirmed that SAML-based single sign out works with the latest release of phpCAS. There's at least one additional line of code that must be executed in each page script, so you might ensure that you're doing that. I believe the following is required:
phpCAS::handleLogoutRequests(true, array( "hostname.vt.edu" ) ); where the array is an array of hosts that are permitted to send logout requests, which would be the real IP/hostname(s) of your CAS server(s). Hope that helps, 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
