unprotecting subcontent in IIS
Chris Franks
chris.franks at newcastle.ac.uk
Fri Jul 27 06:17:25 EDT 2012
Hi,
Within a shibboleth2.xml file, the request mapper, I have:
<Host name="host.ncl.ac.uk" authType="shibboleth" requireSession="true"/>
Which protects all content on that domain. There is an error page at host.ncl.ac.uk/Error.aspx which the developers would like to not require authentication.
Is it possible to set this up within the config file? I've tried:
<Host name="host.ncl.ac.uk">
<Path name="Error.aspx" authType="shibboleth" requireSession="false"/>
</Host>
<Host name="host.ncl.ac.uk" authType="shibboleth" requireSession="true"/>
Without any luck.
In Apache, I'd just use location blocks but I'm fairly new to IIS.
Thanks,
Chris
More information about the users
mailing list