6 Replies Latest reply on Feb 1, 2008 11:50 AM by andergast

    CAS logout in JBP 2.6.2

      Hello!
      I have just configure the CAS authentification in JBoss Portal 2.6.2. I can logged in me but when I want to logout me the ticket isn't invalidated. Is there some who know how to configure this logout?

      in the portal-server.war/WEB-INF/context.xml :

      <Valve className="org.jboss.portal.identity.sso.cas.CASAuthenticationValve"
       casLogin="https://localhost:8443/cas/login"
       casValidate="https://localhost:8443/cas/serviceValidate"
       casServerName="localhost:8080"
       authType="FORM"
       />
      


      and I have configure the handler of CAS to use :
      <bean class="org.jboss.portal.identity.sso.cas.CASAuthenticationHandler" lazy-init="default" autowire="default" dependency-check="default" />
      


      Thanks for regards