<div dir="ltr">Hello,<div>I&#39;m trying to test my java application, that only show the attributes received from a Idp but after a successfull loggin in the idp I got a blank page. This is my configuration.</div><div>
OS: linux</div><div>SP: one SP for all the vhost</div><div style>This is my Shibboleht2.xml, the entityId is one of the Vhost (<a href="http://usyd.dev-02.sinapti.co">usyd.dev-02.sinapti.co</a>)</div><div><div><font face="courier new, monospace" size="1">&lt;ApplicationDefaults id=&quot;default&quot; entityID=&quot;<a href="https://usyd.dev-02.sinapti.co/shibboleth" target="_blank">https://usyd.dev-02.sinapti.co/shibboleth</a>&quot; REMOTE_USER=&quot;eppn persistent-id targeted-id&quot; </font><span style="font-family:&#39;courier new&#39;,monospace;font-size:x-small">signing=&quot;false&quot; encryption=&quot;false&quot; attributePrefix=&quot;AJP_&quot;&gt;</span></div>

<div><font face="courier new, monospace" size="1">&lt;Sessions lifetime=&quot;32400&quot; timeout=&quot;32400&quot; checkAddress=&quot;false&quot; consistenAddress=&quot;true&quot; relayState=&quot;ss:mem&quot; handlerSSL=&quot;true&quot;&gt;</font><br>

</div><div><font face="courier new, monospace" size="1"><div>&lt;SSO entityID=&quot;<a href="https://idp.testshib.org/idp/shibboleth" target="_blank">https://idp.testshib.org/idp/shibboleth</a>&quot;&gt;</div><div>  SAML2 SAML1</div>
<div>
&lt;/SSO&gt;</div><div>...</div></font></div></div><div><font face="courier new, monospace" size="1">&lt;MetadataProvider type=&quot;XML&quot; uri=&quot;<a href="http://www.testshib.org/metadata/testshib-providers.xml" target="_blank">http://www.testshib.org/metadata/testshib-providers.xml</a>&quot; backingFilePath=&quot;testshib-two-idp-metadata.xml&quot; reloadInterval=&quot;180000&quot;/&gt;</font><br>

</div><div>...</div><div>In Apache2, I have 3 vhost (<a href="http://usyd.dev-02.sinapti.co">usyd.dev-02.sinapti.co</a>, <a href="http://uws.dev-02.sinapti.co">uws.dev-02.sinapti.co</a> and <a href="http://unsw.sinapti.co">unsw.sinapti.co</a>) and each one uses a different IdP (<span style="font-family:&#39;courier new&#39;,monospace;font-size:x-small">ShibRequestSetting</span>). For test, I put TestShib idp in all of them. For example, the vhost for <a href="http://unsw.dev-02.sinapti.co" target="_blank">unsw.dev-02.sinapti.co</a> is</div>
<div><br></div><div><div><font face="courier new, monospace" size="1"># <a href="http://unsw.dev-02.sinapti.co" target="_blank">unsw.dev-02.sinapti.co</a></font></div>
<div><font face="courier new, monospace" size="1">&lt;VirtualHost *:443&gt;</font></div><div><font face="courier new, monospace" size="1">        ServerAdmin <a href="mailto:mariela@sinaptico.net" target="_blank">mariela@sinaptico.net</a></font></div>

<div><font face="courier new, monospace" size="1">        ServerName  <a href="http://unsw.dev-02.sinapti.co" target="_blank">unsw.dev-02.sinapti.co</a></font></div><div><span style="font-family:&#39;courier new&#39;,monospace;font-size:x-small">        ProxyPass /TestSPSinaptico ajp://<a href="http://unsw.dev-02.sinapti.co:8009/TestSPSinaptico" target="_blank">unsw.dev-02.sinapti.co:8009/TestSPSinaptico</a></span><br>

</div><div><font face="courier new, monospace" size="1">        ProxyPassReverse /TestSPSinaptico ajp://<a href="http://unsw.dev-02.sinapti.co:8009/TestSPSinaptico" target="_blank">unsw.dev-02.sinapti.co:8009/TestSPSinaptico</a></font></div>

<div><span style="font-family:&#39;courier new&#39;,monospace;font-size:x-small">        SSLEngine on</span><br></div><div><font face="courier new, monospace" size="1">        SSLCertificateFile /etc/apache2/ssl/apache.pem</font></div>

<div><font face="courier new, monospace" size="1">        SSLCertificateKeyFile /etc/apache2/ssl/apache.key</font></div><div><font face="courier new, monospace" size="1">        DocumentRoot /var/www/unsw/</font></div><div>

<font face="courier new, monospace" size="1">        &lt;Location /  &gt;</font></div><div><font face="courier new, monospace" size="1">                AuthType shibboleth</font></div><div><font face="courier new, monospace" size="1">                ShibRequestSetting requireSession 1</font></div>

<div><span style="font-family:&#39;courier new&#39;,monospace;font-size:x-small">                ShibRequestSetting entityID <a href="https://idp.testshib.org/idp/shibboleth" target="_blank">https://idp.testshib.org/idp/shibboleth</a></span><br>

</div><div><span style="font-family:&#39;courier new&#39;,monospace;font-size:x-small">                ShibUseHeaders On</span><br></div><div><font face="courier new, monospace" size="1">                require valid-user</font></div>

<div><font face="courier new, monospace" size="1">        &lt;/Location&gt;</font></div><div><font face="courier new, monospace" size="1">&lt;/VirtualHost&gt;</font></div><div style>The Proxy.conf file:</div></div><div style>
<div><font face="courier new, monospace" size="1">ProxyRequests Off</font></div><div><font face="courier new, monospace" size="1">&lt;Proxy *&gt;</font></div><div><font face="courier new, monospace" size="1">        AddDefaultCharset off</font></div>
<div><font face="courier new, monospace" size="1">        Order deny,allow</font></div><div><span style="font-family:&#39;courier new&#39;,monospace;font-size:x-small">        Allow from all</span><br></div><div><font face="courier new, monospace" size="1">&lt;/Proxy&gt;</font></div>
<div style>The server.xml in Tomcat6 has only one connector:</div><div style><div><font face="courier new, monospace" size="1">&lt;Connector port=&quot;8009&quot;</font></div><div><font face="courier new, monospace" size="1">               enableLookups=&quot;false&quot; redirectPort=&quot;8443&quot;</font></div>
<div><font face="courier new, monospace" size="1">               protocol=&quot;AJP/1.3&quot;</font></div><div><font face="courier new, monospace" size="1">               tomcatAuthentication=&quot;false&quot; packetSize=&quot;65536&quot; /&gt;</font></div>
</div><div style>Could you help me to find the error? I don&#39;t know I got this blank page.</div><div style>Thank you </div><div style>Regards</div><div style>Mariela</div></div></div>