0 Replies Latest reply on Oct 19, 2016 3:28 PM by emanuele.de.angelis

    IdP and SP (not picketlink) with RelayState

    emanuele.de.angelis

      Hi to all,

      I have a BIG problem with Picketlink Idp and I don’t know how to go on.

       

      First, i’m a newbe of Idp Picketlink and in the last week I need to configure an SAML integration between two our application. One is our product and second it’s a Tableau application ( a report front end application, but this is not important).

      I have a problem with the Tableau application which supports only SP-initiated SSO.

       

      My step:

      • Call the url of application for example https://tableau
      • Ths application redirect to IDP (erm-idp) application and then after login successfully , I remain on the landing page (index.jsp of Idp). I saw that nothing return to Tableau application.
      • Seems that the problem is a RelayState parameter , because other application our application don’t have it , and all work properly.
      • Follow you can see a screenshot of my browser and an extract of jboss server.log.

      20:56:08,335 TRACE [org.picketlink.common] (http-/134.44.29.28:9043-1) Retrieved saml messages and relay state from sessionsaml Request message=null::SAMLResponseMessage=null:relay state=nullSignature=null::sigAlg=null

       

      My environments:

       

      Thanks in advance I hope in your support,

       

      Capture.PNG

       

      Extract of Jboss server.log (before and after login)

       

      20:56:00,790 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/

      20:56:00,836 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,836 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)  characterEncoding=null

      20:56:00,836 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:00,836 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:00,836 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:00,836 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:00,837 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:00,838 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cache-control=max-age=0

      20:56:00,838 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=upgrade-insecure-requests=1

      20:56:00,838 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:00,838 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8

      20:56:00,839 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://tableausrv/vizportal/api/saml?dest=%2F&sendPodInfo=false&authSetting=&siteLuid=&embedded=false

      20:56:00,839 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, sdch, br

      20:56:00,839 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:00,839 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:00,839 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=GET

      20:56:00,840 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:00,840 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:00,840 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) queryString=null

      20:56:00,840 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:00,840 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteHost=134.44.30.28

      20:56:00,841 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,841 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=null

      20:56:00,841 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:00,841 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:00,841 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:00,841 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/index.jsp

      20:56:00,841 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) isSecure=true

      20:56:00,842 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,843 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,844 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,844 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=2309

      20:56:00,844 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=text/html;charset=ISO-8859-1

      20:56:00,844 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx; domain=null; path=/erm-idp

      20:56:00,844 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Set-Cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx; Path=/erm-idp; Secure

      20:56:00,845 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Pragma=No-cache

      20:56:00,845 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Cache-Control=no-cache

      20:56:00,845 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Expires=Thu, 01 Jan 1970 01:00:00 CET

      20:56:00,845 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=X-Powered-By=JSP/2.2

      20:56:00,845 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Content-Type=text/html;charset=ISO-8859-1

      20:56:00,845 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Content-Length=2309

      20:56:00,846 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Date=Wed, 19 Oct 2016 18:56:00 GMT

      20:56:00,846 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:00,846 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,846 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=200

      20:56:00,846 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================

      20:56:00,861 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/css/idp.css

      20:56:00,861 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,861 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)  characterEncoding=null

      20:56:00,861 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentLength=-1

      20:56:00,861 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:00,862 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:00,862 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,862 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:00,863 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:00,863 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:00,863 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=text/css,*/*;q=0.1

      20:56:00,863 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://it_fms03:9043/erm-idp/

      20:56:00,863 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, sdch, br

      20:56:00,864 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:00,864 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,864 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:00,864 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=GET

      20:56:00,864 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:00,865 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:00,865 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) queryString=null

      20:56:00,865 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:00,865 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteHost=134.44.30.28

      20:56:00,865 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,865 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,866 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:00,866 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:00,866 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:00,866 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/css/idp.css

      20:56:00,866 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) isSecure=true

      20:56:00,866 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,867 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,867 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,867 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=1878

      20:56:00,867 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=text/css

      20:56:00,868 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Pragma=No-cache

      20:56:00,868 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Cache-Control=no-cache

      20:56:00,868 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Expires=Thu, 01 Jan 1970 01:00:00 CET

      20:56:00,868 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Accept-Ranges=bytes

      20:56:00,868 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=ETag=W/"1878-1476781818000"

      20:56:00,869 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Last-Modified=Tue, 18 Oct 2016 09:10:18 GMT

      20:56:00,869 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:00,869 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,869 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=200

      20:56:00,869 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================

      20:56:00,875 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/images/picketlink-banner-1180px.png

      20:56:00,875 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,875 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)  characterEncoding=null

      20:56:00,875 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:00,875 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:00,876 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:00,876 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,876 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:00,876 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:00,876 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:00,877 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=image/webp,image/*,*/*;q=0.8

      20:56:00,877 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://it_fms03:9043/erm-idp/

      20:56:00,877 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, sdch, br

      20:56:00,877 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:00,877 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,878 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:00,878 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=GET

      20:56:00,878 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:00,878 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:00,878 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) queryString=null

      20:56:00,879 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:00,879 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteHost=134.44.30.28

      20:56:00,879 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,879 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,879 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:00,879 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:00,880 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:00,880 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/images/picketlink-banner-1180px.png

      20:56:00,880 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) isSecure=true

      20:56:00,880 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,884 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,884 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,885 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=104130

      20:56:00,885 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=image/png

      20:56:00,885 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Pragma=No-cache

      20:56:00,885 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Cache-Control=no-cache

      20:56:00,885 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Expires=Thu, 01 Jan 1970 01:00:00 CET

      20:56:00,885 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Accept-Ranges=bytes

      20:56:00,886 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=ETag=W/"104130-1476781818000"

      20:56:00,886 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Last-Modified=Tue, 18 Oct 2016 09:10:18 GMT

      20:56:00,886 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Content-Type=image/png

      20:56:00,886 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Content-Length=104130

      20:56:00,886 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Date=Wed, 19 Oct 2016 18:56:00 GMT

      20:56:00,887 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:00,887 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,887 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=200

      20:56:00,887 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================

      20:56:00,907 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/images/rh_bg.png

      20:56:00,908 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,908 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)  characterEncoding=null

      20:56:00,908 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:00,908 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:00,908 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:00,908 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,909 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:00,909 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:00,909 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:00,909 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=image/webp,image/*,*/*;q=0.8

      20:56:00,909 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://it_fms03:9043/erm-idp/css/idp.css

      20:56:00,910 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, sdch, br

      20:56:00,910 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:00,910 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,910 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:00,910 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=GET

      20:56:00,911 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:00,911 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:00,911 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) queryString=null

      20:56:00,911 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:00,911 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteHost=134.44.30.28

      20:56:00,911 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,912 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:00,912 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:00,912 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:00,912 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:00,912 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/images/rh_bg.png

      20:56:00,912 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) isSecure=true

      20:56:00,913 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,913 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:00,913 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:00,913 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=577

      20:56:00,914 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=image/png

      20:56:00,914 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Pragma=No-cache

      20:56:00,914 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Cache-Control=no-cache

      20:56:00,914 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Expires=Thu, 01 Jan 1970 01:00:00 CET

      20:56:00,914 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Accept-Ranges=bytes

      20:56:00,915 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=ETag=W/"577-1476781818000"

      20:56:00,915 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Last-Modified=Tue, 18 Oct 2016 09:10:18 GMT

      20:56:00,915 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:00,915 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:00,915 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=200

      20:56:00,915 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================

      20:56:08,002 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/j_security_check

      20:56:08,003 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:08,003 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)  characterEncoding=null

      20:56:08,003 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=50

      20:56:08,003 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=application/x-www-form-urlencoded

      20:56:08,003 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:08,004 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,004 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:08,004 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:08,004 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=content-length=50

      20:56:08,004 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cache-control=max-age=0

      20:56:08,005 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=origin=https://it_fms03:9043

      20:56:08,005 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=upgrade-insecure-requests=1

      20:56:08,005 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:08,005 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=content-type=application/x-www-form-urlencoded

      20:56:08,006 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8

      20:56:08,006 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://it_fms03:9043/erm-idp/

      20:56:08,006 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, br

      20:56:08,006 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:08,006 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,007 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:08,007 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=POST

      20:56:08,007 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) parameter=submit=Login

      20:56:08,007 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) parameter=j_password=admin.123

      20:56:08,008 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) parameter=j_username=admin

      20:56:08,008 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:08,008 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:08,008 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) queryString=null

      20:56:08,008 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:08,008 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteHost=134.44.30.28

      20:56:08,009 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:08,009 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,009 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:08,009 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:08,009 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:08,009 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/j_security_check

      20:56:08,010 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) isSecure=true

      20:56:08,010 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,011 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,011 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:08,011 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:08,011 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:08,012 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Location=https://it_fms03:9043/erm-idp/

      20:56:08,012 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:08,012 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:08,012 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=302

      20:56:08,012 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================

      20:56:08,017 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/

      20:56:08,017 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:08,017 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)  characterEncoding=null

      20:56:08,018 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:08,018 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:08,018 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:08,018 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,018 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:08,019 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:08,019 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cache-control=max-age=0

      20:56:08,019 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=upgrade-insecure-requests=1

      20:56:08,019 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:08,019 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8

      20:56:08,020 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://it_fms03:9043/erm-idp/

      20:56:08,020 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, sdch, br

      20:56:08,020 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:08,020 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,021 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:08,021 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=GET

      20:56:08,021 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:08,021 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:08,021 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) queryString=null

      20:56:08,021 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:08,022 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteHost=134.44.30.28

      20:56:08,022 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:08,022 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,022 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:08,022 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:08,022 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:08,022 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/index.jsp

      20:56:08,023 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) isSecure=true

      20:56:08,023 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,335 TRACE [org.picketlink.common] (http-/134.44.29.28:9043-1) Retrieved saml messages and relay state from sessionsaml Request message=null::SAMLResponseMessage=null:relay state=nullSignature=null::sigAlg=null

      20:56:08,335 TRACE [org.picketlink.common] (http-/134.44.29.28:9043-1) SAML 1.1::Proceeding to IDP index page

      20:56:08,344 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,344 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=FORM

      20:56:08,344 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=2226

      20:56:08,345 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=text/html;charset=ISO-8859-1

      20:56:08,345 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Pragma=No-cache

      20:56:08,345 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Cache-Control=no-cache

      20:56:08,345 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Expires=Thu, 01 Jan 1970 01:00:00 CET

      20:56:08,345 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=X-Powered-By=JSP/2.2

      20:56:08,345 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:08,346 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=admin

      20:56:08,346 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=200

      20:56:08,346 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================

      20:56:08,356 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/css/idp.css

      20:56:08,356 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:08,356 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) characterEncoding=null

      20:56:08,356 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:08,356 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:08,356 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:08,357 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,357 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:08,357 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:08,357 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=if-none-match=W/"1878-1476781818000"

      20:56:08,357 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=if-modified-since=Tue, 18 Oct 2016 09:10:18 GMT

      20:56:08,358 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:08,358 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=text/css,*/*;q=0.1

      20:56:08,358 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://it_fms03:9043/erm-idp/

      20:56:08,358 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, sdch, br

      20:56:08,358 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:08,359 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,359 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:08,359 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=GET

      20:56:08,359 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:08,360 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:08,360 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)        queryString=null

      20:56:08,360 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:08,360 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)         remoteHost=134.44.30.28

      20:56:08,360 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:08,360 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,361 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:08,361 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:08,361 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:08,361 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/css/idp.css

      20:56:08,361 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) isSecure=true

      20:56:08,361 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,362 TRACE [org.picketlink.common] (http-/134.44.29.28:9043-1) Retrieved saml messages and relay state from sessionsaml Request message=null::SAMLResponseMessage=null:relay state=nullSignature=null::sigAlg=null

      20:56:08,362 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,362 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=FORM

      20:56:08,362 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:08,363 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:08,363 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Pragma=No-cache

      20:56:08,363 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Cache-Control=no-cache

      20:56:08,363 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Expires=Thu, 01 Jan 1970 01:00:00 CET

      20:56:08,363 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=ETag=W/"1878-1476781818000"

      20:56:08,363 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:08,364 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=admin

      20:56:08,364 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=304

      20:56:08,364 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================

      20:56:08,368 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) REQUEST URI =/erm-idp/images/picketlink-banner-1180px.png

      20:56:08,368 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=null

      20:56:08,368 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)  characterEncoding=null

      20:56:08,368 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)      contentLength=-1

      20:56:08,369 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:08,369 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contextPath=/erm-idp

      20:56:08,369 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,369 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=host=it_fms03:9043

      20:56:08,369 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=connection=keep-alive

      20:56:08,370 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=if-none-match=W/"104130-1476781818000"

      20:56:08,370 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=if-modified-since=Tue, 18 Oct 2016 09:10:18 GMT

      20:56:08,370 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36

      20:56:08,370 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept=image/webp,image/*,*/*;q=0.8

      20:56:08,370 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=referer=https://it_fms03:9043/erm-idp/

      20:56:08,371 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-encoding=gzip, deflate, sdch, br

      20:56:08,371 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=accept-language=en-US,en;q=0.8,it;q=0.6,de;q=0.4

      20:56:08,371 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=cookie=JSESSIONID=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,371 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) locale=en_US

      20:56:08,372 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) method=GET

      20:56:08,372 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) pathInfo=null

      20:56:08,372 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) protocol=HTTP/1.1

      20:56:08,372 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) queryString=null

      20:56:08,372 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteAddr=134.44.30.28

      20:56:08,372 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteHost=134.44.30.28

      20:56:08,372 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=null

      20:56:08,373 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) requestedSessionId=DsRUxxMGT-fQM0w2LVb7kNmx

      20:56:08,373 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) scheme=https

      20:56:08,373 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverName=it_fms03

      20:56:08,373 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) serverPort=9043

      20:56:08,373 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) servletPath=/images/picketlink-banner-1180px.png

      20:56:08,373 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1)           isSecure=true

      20:56:08,374 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,374 TRACE [org.picketlink.common] (http-/134.44.29.28:9043-1) Retrieved saml messages and relay state from sessionsaml Request message=null::SAMLResponseMessage=null:relay state=nullSignature=null::sigAlg=null

      20:56:08,374 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ---------------------------------------------------------------

      20:56:08,374 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) authType=FORM

      20:56:08,375 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentLength=-1

      20:56:08,375 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) contentType=null

      20:56:08,375 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Pragma=No-cache

      20:56:08,375 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Cache-Control=no-cache

      20:56:08,375 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=Expires=Thu, 01 Jan 1970 01:00:00 CET

      20:56:08,375 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) header=ETag=W/"104130-1476781818000"

      20:56:08,376 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) message=null

      20:56:08,376 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) remoteUser=admin

      20:56:08,376 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) status=304

      20:56:08,376 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]] (http-/134.44.29.28:9043-1) ===============================================================