How to add a request mapper for a single asp page

Sheshagiri Raghunatharao Sheshagiri.Raghunatharao at aptean.com
Wed Dec 21 07:17:48 EST 2016


Hi,
I am new to Shibbolet and I am using Shibboleth Service provider to communicate to another Identity provider.
As per the document which I have searched through, we need to specify the folder information in the RequestMapper tag of Shibboleth2.xml file as below to communicate to IdP.

<RequestMapper type="Native">
        <RequestMap>
            <Host name="example.com">
                <Path name="rootFolder">
                                <Path name= "subFolder1" authType="shibboleth" requireSession="true" >
                </Path>
            </Host>

        </RequestMap>
    </RequestMapper>

All asp pages of my application are under one folder namely "subFolder1".  I need to request for the authentication from IdP when the user goes to a specific page for example for" Create User" Link which calls "CreateUser.asp".  Is there any way I can provide the specific page name in the RequestMapper so that authentication is requested when user tries to go for that specific page.


Thanks and Regards
Sheshagiri

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


More information about the users mailing list