Shibboleth & IIS

Gordon Ross gr306 at uis.cam.ac.uk
Sun Feb 24 16:55:36 EST 2019


I’ve got a simple IIS/Shibboleth setup. When I try to access /secure/ I’m getting a “401 - Unauthorized: Access is denied due to invalid credentials” after coming back from authenticating with my idP.

In my shibboleth2.xml file I’ve got pretty much the default:

<RequestMapper type="Native">
        <RequestMap>
            <Host name=“www.example.org">
                <Path name="secure" authType="shibboleth" requireSession="true"/>
            </Host>
        </RequestMap>
    </RequestMapper>

I’ve changed the default logging to DEBUG (as per the Shib troubleshooting page) I’ve had a look in the Shib. log files, but I’m not seeing any obvious clues in there.

Any suggestions as to how to troubleshoot/fix this?

Thanks,

Gordon.


More information about the users mailing list