Shibboleth Application Path configuration

Justin Russo justin9 at ymail.com
Mon Jul 8 17:37:30 EDT 2013


Thank Nate for prompt response. It worked fine.
another question pertaining to the link you sent me - Incase i also want to protect another folder from my application , for instance the "Account" folder.
I tried the below

<RequestMapper type="Native">
        <RequestMap>
            <Host name="devsite.zaggle.com">
                <Path name="app1/Users/Admin" authType="shibboleth" requireSession="true"/>
                <Path name="app1/Account" authType="shibboleth" requireSession="true"/>
            </Host>
        </RequestMap>
    </RequestMapper>


Now the application works for the first one which is the Admin folder, but when i try to navigate to pages within the account folder, shib is not asking me to authenticate.
Does only one path element work ?
or do i need to have it in two separate was , as below 

<RequestMapper type="Native">
        <RequestMap>
            <Host name="devsite.zaggle.com">
                <Path name="app1/Users/Admin" authType="shibboleth" requireSession="true"/>
            </Host>
            <Host name="devsite.zaggle.com">

                <Path name="app1/Account" authType="shibboleth" requireSession="true"/>
            </Host>
        </RequestMap>
    </RequestMapper>


________________________________
 From: Nate Klingenstein <ndk at internet2.edu>
To: Shib Users <users at shibboleth.net> 
Sent: Monday, July 8, 2013 5:11 PM
Subject: Re: Shibboleth Application Path configuration
 

Yes, or you can use nested Path elements.

https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMapHowTo

On Jul 8, 2013, at 21:03 , justin9 wrote:

> Can I achieve this by changing the path name form “app1” to
> “app1/Users/Admin/” ?


--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130708/f25e2a35/attachment-0001.html 


More information about the users mailing list