> is there a way for CAS to redirect after a successful logout? You can get this to work, but it's not supported by default.
> I noticed that some apps (e.g. moodle) send a URL parameter with a return > address. That's correct. You can configure your clients to send a url parameter to the /cas/logout URI and CAS can act upon it. You could configure the logout JSP of CAS to examine the url parameter and issue a redirect instead of displaying a link. Note we removed this functionality in the recent past do to security concerns. You should consider in your solution that the url parameter could be abused to issue redirects to untrusted resources. 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
