Hello,
I work on CAS and I've add to it services but I found problem with logout.
I have a CAS which works on a tomcatand a service with an apache over it. The
CAS is in https and my service's apache too.
In my service, I want to do logout so I'm this code:
@OnEvent(value = EventConstants.ACTION, component = "tlogout")
public URL logout() {
LOGGER.info(this.userName + "> Logs off.");
try {
final URL url = new URL(this.logout);
return url;
} catch (final MalformedURLException e) {
return null;
}
}
So when I click on my button "disconnect", I am considering as logout when on
my service when I want to access it by the tomcat
(http://localhost:2526/myservice) but if I want to access it by apache
(https://localhost:2639), I yet connect. Where can be come from this problem?
Thanks by advance,
Laura
--
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