Blank page after loggin in IdP

Mariela Da Graca mariela at sinapti.co
Mon May 13 12:13:13 EDT 2013


Hello,
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.
OS: linux
SP: one SP for all the vhost
This is my Shibboleht2.xml, the entityId is one of the Vhost (
usyd.dev-02.sinapti.co)
<ApplicationDefaults id="default" entityID="
https://usyd.dev-02.sinapti.co/shibboleth" REMOTE_USER="eppn persistent-id
targeted-id" signing="false" encryption="false" attributePrefix="AJP_">
<Sessions lifetime="32400" timeout="32400" checkAddress="false"
consistenAddress="true" relayState="ss:mem" handlerSSL="true">
<SSO entityID="https://idp.testshib.org/idp/shibboleth">
  SAML2 SAML1
</SSO>
...
<MetadataProvider type="XML" uri="
http://www.testshib.org/metadata/testshib-providers.xml"
backingFilePath="testshib-two-idp-metadata.xml" reloadInterval="180000"/>
...
In Apache2, I have 3 vhost (usyd.dev-02.sinapti.co, uws.dev-02.sinapti.coand
unsw.sinapti.co) and each one uses a different IdP (ShibRequestSetting).
For test, I put TestShib idp in all of them. For example, the vhost for
unsw.dev-02.sinapti.co is

# unsw.dev-02.sinapti.co
<VirtualHost *:443>
        ServerAdmin mariela at sinaptico.net
        ServerName  unsw.dev-02.sinapti.co
        ProxyPass /TestSPSinaptico ajp://
unsw.dev-02.sinapti.co:8009/TestSPSinaptico
        ProxyPassReverse /TestSPSinaptico ajp://
unsw.dev-02.sinapti.co:8009/TestSPSinaptico
        SSLEngine on
        SSLCertificateFile /etc/apache2/ssl/apache.pem
        SSLCertificateKeyFile /etc/apache2/ssl/apache.key
        DocumentRoot /var/www/unsw/
        <Location /  >
                AuthType shibboleth
                ShibRequestSetting requireSession 1
                ShibRequestSetting entityID
https://idp.testshib.org/idp/shibboleth
                ShibUseHeaders On
                require valid-user
        </Location>
</VirtualHost>
The Proxy.conf file:
ProxyRequests Off
<Proxy *>
        AddDefaultCharset off
        Order deny,allow
        Allow from all
</Proxy>
The server.xml in Tomcat6 has only one connector:
<Connector port="8009"
               enableLookups="false" redirectPort="8443"
               protocol="AJP/1.3"
               tomcatAuthentication="false" packetSize="65536" />
Could you help me to find the error? I don't know I got this blank page.
Thank you
Regards
Mariela
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130513/e642839d/attachment.html 


More information about the users mailing list