Shibboleth Application Path configuration
Justin Russo
justin9 at ymail.com
Mon Jul 8 17:58:19 EDT 2013
Hi Scott,
I dont think the nesting applies to my case. Based on the examples on the page
1. https://sp.example.org/admin/stuff
2. https://sp.example.org/combined/stuff
I have the similar structure with same domain but different sub folder which needs to be under shibboleth control
1. https:// devsite.zaggle.com/ app1/Users/Admin/
2. https:// devsite.zaggle.com/ app1/Account
<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>
so when i have different paths the first url (https:// devsite.zaggle.com/ app1/Users/Admin/) works and is under shib control, but not the second one.
I have to agree with you , may be its overlapping, but the link still has the example of multiple paths or may be i'm interpreting it wrong.
________________________________
From: "Cantor, Scott" <cantor.2 at osu.edu>
To: Shib Users <users at shibboleth.net>
Sent: Monday, July 8, 2013 5:41 PM
Subject: RE: Shibboleth Application Path configuration
> I tried the below
Read the link Nate sent you, specifically the warning against sibling paths, and check your logs, which should note entries being ignored.
"Overlapping Siblings"
> Does only one path element work ?
> or do i need to have it in two separate was , as below
You cannot duplicate paths or hosts, you have to nest the elements inside each other.
-- Scott
--
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/e62e365e/attachment.html
More information about the users
mailing list