<div dir="ltr">Hello,<div>I'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"><ApplicationDefaults id="default" entityID="<a href="https://usyd.dev-02.sinapti.co/shibboleth" target="_blank">https://usyd.dev-02.sinapti.co/shibboleth</a>" REMOTE_USER="eppn persistent-id targeted-id" </font><span style="font-family:'courier new',monospace;font-size:x-small">signing="false" encryption="false" attributePrefix="AJP_"></span></div>
<div><font face="courier new, monospace" size="1"><Sessions lifetime="32400" timeout="32400" checkAddress="false" consistenAddress="true" relayState="ss:mem" handlerSSL="true"></font><br>
</div><div><font face="courier new, monospace" size="1"><div><SSO entityID="<a href="https://idp.testshib.org/idp/shibboleth" target="_blank">https://idp.testshib.org/idp/shibboleth</a>"></div><div> SAML2 SAML1</div>
<div>
</SSO></div><div>...</div></font></div></div><div><font face="courier new, monospace" size="1"><MetadataProvider type="XML" uri="<a href="http://www.testshib.org/metadata/testshib-providers.xml" target="_blank">http://www.testshib.org/metadata/testshib-providers.xml</a>" backingFilePath="testshib-two-idp-metadata.xml" reloadInterval="180000"/></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:'courier new',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"><VirtualHost *:443></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:'courier new',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:'courier new',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"> <Location / ></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:'courier new',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:'courier new',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"> </Location></font></div><div><font face="courier new, monospace" size="1"></VirtualHost></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"><Proxy *></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:'courier new',monospace;font-size:x-small"> Allow from all</span><br></div><div><font face="courier new, monospace" size="1"></Proxy></font></div>
<div style>The server.xml in Tomcat6 has only one connector:</div><div style><div><font face="courier new, monospace" size="1"><Connector port="8009"</font></div><div><font face="courier new, monospace" size="1"> enableLookups="false" redirectPort="8443"</font></div>
<div><font face="courier new, monospace" size="1"> protocol="AJP/1.3"</font></div><div><font face="courier new, monospace" size="1"> tomcatAuthentication="false" packetSize="65536" /></font></div>
</div><div style>Could you help me to find the error? I don't know I got this blank page.</div><div style>Thank you </div><div style>Regards</div><div style>Mariela</div></div></div>