IIS 7.5 web application, SP and shibboleth2.xml - ApplicationOverride not taking precedence over ApplicationDefaults

Haer, Neelam nklhaer at mail.ubc.ca
Tue Sep 9 14:40:11 EDT 2014


Hi Again,

>There is no such thing in IIS. IIS doesn't understand hostnames or
>virtualization properly. The site mapping machinery is in the SP config in
>the ISAPI element.

I checked the settings, the ISAPI element ID matches the site id in IIS (in this case they are simply using the default web site, which has ID="1"

   <InProcess logger="c:/opt/shibboleth-sp/etc/shibboleth/native.logger">
        <ISAPI normalizeRequest="true">
            <Site id="1" name="clientSiteName"/>
        </ISAPI>
    </InProcess>

And the name matches that specified in the <Host>
<Host name="clientSiteName">
                <Path name="locked" 
                      applicationId="rename--my-application-name" 
                      authType="shibboleth" 
                      requireSession="false" 
                      exportAssertion="false">
                 </Path>
</Host>


I'm not sure what else I could try?  This - should be fairly straight forward, but for some reason, it's just not....

Thanks,
Neelam


More information about the users mailing list