RequestMap

Christian Bösch boesch at fhv.at
Thu Jul 17 03:45:38 EDT 2014


Hi,

I have a problem with the following RequestMap:

        <RequestMap>
            <Host scheme="https" name=“web.domain.com" authType="shibboleth" requireSession="true">
                <AccessControl>
                    <Rule require="affiliation">employee at domain.com</Rule>
                </AccessControl>
                <Path name=“subdir/index.php" authType="shibboleth" requireSession="true">
                    <Query name="action" regex="^optOut$" requireSession="false"/>
                </Path>
            </Host>
        </RequestMap>

The whole webhost should be protected and only accessable by employees. (which works)
But the file subdir/index.php accessed with the query variable action=optOut (and only so) should be
unprotected and public available.
With the config above I always get a Forbidden on subdir/index.php?action=optOut

Can anyone give me a hint?

Thanks in advance,
Chris


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140717/8fba99c9/attachment.html 


More information about the users mailing list