Expand my Community achievements bar.

I am trying to configure Single Sign-On using HTTP Header, and so far no luck. I do not have access to the domain to configure SPNEGO. My system is a Win 2008 Server, Win SQL 2012, JBoss, and LiveCycle ES4. All users authenticate using personal identif

Avatar

Level 3

 

Here are the step, I have taken.

 

  1. I configured SSO by checking the respective boxes on Home > Settings > User Management > Configuration > Portal Configuration.  This did not work.
  2. I uncommented these lines in the server.xml file:
    1. <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    2. <Valve className="org.apache.catalina.valves.AccessLogValve" resolveHosts="false" directory="${jboss.server.log.dir}" pattern="common" suffix=".log" prefix="localhost_access_log."/>
    3. <Valve className="org.apache.catalina.authenticator.SingleSignOn"/>

  

 

 

Here are the results from the server log:

 

2015-06-14 00:00:00,746 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) REQUEST URI =/remoting/messagebroker/amfpolling

 

2015-06-14 00:00:00,763 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) authType=null

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17)  characterEncoding=null

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) contentLength=259

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) contentType=application/x-amf

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) contextPath=/remoting

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) cookie=JSESSIONID=722B4F0AEFC2759CD1E3B93250A85C58

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17)             cookie=lcAuthToken=3922FA8F-72DC-6C26-9017-54161F5263D1

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=accept=*/*

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=accept-language=en-US

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=referer=http://10.94.143.7:8280/workspace/workspace.swf

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=x-flash-version=17,0,0,188

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=content-type=application/x-amf

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=content-length=259

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=accept-encoding=gzip, deflate

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=user-agent=Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=host=10.94.143.7:8280

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=connection=Keep-Alive

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=cache-control=no-cache

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=cookie=JSESSIONID=722B4F0AEFC2759CD1E3B93250A85C58; lcAuthToken=3922FA8F-72DC-6C26-9017-54161F5263D1

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) locale=en_US

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) method=POST

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) pathInfo=/amfpolling

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) protocol=HTTP/1.1

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17)        queryString=null

 

2015-06-14 00:00:00,767 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) remoteAddr=10.95.220.150

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) remoteHost=10.95.220.150

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) remoteUser=null

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) requestedSessionId=722B4F0AEFC2759CD1E3B93250A85C58

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) scheme=http

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) serverName=10.94.143.7

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) serverPort=8280

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) servletPath=/messagebroker

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) isSecure=false

 

2015-06-14 00:00:00,768 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) ---------------------------------------------------------------

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) ---------------------------------------------------------------

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) authType=null

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17)      contentLength=66

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) contentType=application/x-amf

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=X-Powered-By=Servlet 2.5; JBoss-5.0/JBossWeb-2.1

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=Content-Type=application/x-amf

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) header=Content-Length=66

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17)             header=Date=Sun, 14 Jun 2015 06:00:00 GMT

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) message=null

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) remoteUser=null

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) status=200

 

2015-06-14 00:00:00,848 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] (http-0.0.0.0-8280-17) ===============================================================

 

 

1 Reply

Avatar

Level 3

Here is my full question:

 

I am trying to configure Single Sign-On using HTTP Header, and so far no luck.  I do not have access to the domain to configure SPNEGO.  My system is a Win 2008 Server, Win SQL 2012, JBoss, and LiveCycle ES4.  All users authenticate using personal identification verification card and pin number to active directory, but use Windows’ user id and password for LiveCycle Workspace. Could our login protocol be the problem?

  Thank you.