0 Replies Latest reply on Jan 29, 2004 12:11 PM by evag

    JBoss 3.2.3 Single Sign On problem - SSO cookie is not prese

    evag

       

      "evag" wrote:
      Using JBoss-3.2.3 on Win2k, I am experimenting with Single Sign On which does not appear to be working. Jboss-service.xml in jbossweb.sar has the following added:

      <Valve
      className="org.apache.catalina.authenticator.SingleSignOn"
      prefix="SSO" suffix=".log" pattern="common"
      directory="../server/default/log" debug= "1"/>

      Both web apps share the same security realm. Both are accessed using the same loginmodule.

      On access to the second web app, I am still being presented with the login window.

      Debug output follows:

      12:51:05,203 INFO [Engine] SingleSignOn[localhost]: Process request for '/jmx-console/index.jsp'
      12:51:05,203 INFO [Engine] SingleSignOn[localhost]: Checking for SSO cookie
      12:51:05,203 INFO [Engine] SingleSignOn[localhost]: SSO cookie is not present
      12:51:08,015 INFO [Engine] SingleSignOn[localhost]: Process request for '/web-console/Invoker'
      12:51:08,015 INFO [Engine] SingleSignOn[localhost]: Checking for SSO cookie

      Does anyone have any ideas why the SSO cookie is not found?
      There was a patch for JBoss 3.2.1 for a previous tomcat sso problem but I'm assuming that it has been incorporated into this release.

      Thanks in advance.