RequestMap for IIS

Doan, Tommy tdoan at smu.edu
Wed Mar 4 16:54:38 EST 2020


I'm revisting the RequestMap for IIS. In the simplest case, I do not want to require a session at the root or for various index files, but do want a session for all other files and folders. The way I have this configured works but seems cumbersome, so I thought I'd get comments on it. Maybe this is just how it's done.


<RequestMapper type="Native">
    <RequestMap>
        <Host name="mysite.school.edu" authType="shibboleth" requireSession="false">
            <PathRegex regex="^index.*\.html" requireSession="false" />
            <PathRegex regex=".*" requireSession="true" />
        </Host>
    </RequestMap>
</RequestMapper>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200304/5eabbc8d/attachment.html>


More information about the users mailing list