Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9a94cccc authored by Gabriel Landais's avatar Gabriel Landais
Browse files

Single sign out

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@27678 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 8821143c
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ import org.jboss.seam.annotations.Startup; ...@@ -24,6 +24,7 @@ import org.jboss.seam.annotations.Startup;
import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.annotations.intercept.BypassInterceptors;
import org.jboss.seam.contexts.Contexts; import org.jboss.seam.contexts.Contexts;
import org.jboss.seam.core.Events; import org.jboss.seam.core.Events;
import org.jboss.seam.faces.FacesManager;
import org.jboss.seam.log.LogProvider; import org.jboss.seam.log.LogProvider;
import org.jboss.seam.log.Logging; import org.jboss.seam.log.Logging;
import org.jboss.seam.security.Identity; import org.jboss.seam.security.Identity;
...@@ -147,6 +148,7 @@ public class SSOIdentity extends Identity { ...@@ -147,6 +148,7 @@ public class SSOIdentity extends Identity {
httpSession.setAttribute(AbstractCasFilter.CONST_CAS_ASSERTION, null); httpSession.setAttribute(AbstractCasFilter.CONST_CAS_ASSERTION, null);
} }
super.logout(); super.logout();
FacesManager.instance().redirectToExternalURL("https://gazelle.ihe.net/logout");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment