> I reviewed your logs and there is no entry for having either generated > or validated a service ticket. This explains why you're not getting > an LogoutRequest sent to your service -- you never authenticated to it > from the perspective of CAS. > > You should troubleshoot your client/server integration. You're > looking for log entries like "Successfully granted ticket ST-ABC... > for service https://some.example.com" and "Successfully validated > ticket ST-ABC...". Once you get those you should see a corresponding > logout message where that ticket is send to the service via back > channel POST.
This is odd, but you're correct, in all my logs there is no such message. I've been authenticating fine for a long while when the services list was just "http://**".. CAS always knew I was logged in. But maybe it needs to know the individual service too? I don't understand fully what I would need to change for that, since CAS obviously knows about services (if I log in with a site not in the services list, CAS tells me so and doesn't allow the login). Is it a configuration setting or is it code in my authentication module? Cheers, Tom -- 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
