Shibboleth Application Path configuration
justin9
justin9 at ymail.com
Mon Jul 8 17:03:18 EDT 2013
Hi,
The below is my sitemap/site path in ISS 7. Mine is an asp.net application.
Untitled.jpg
<http://shibboleth.1660669.n2.nabble.com/file/n7588306/Untitled.jpg>
Currently I have shibboleth configured with my idp and authentication works
fine. My shibboleth2.xml has the below configured.
<RequestMapper type="Native">
<RequestMap>
<Host name="devsite.zaggle.com">
<Path name="app1" authType="shibboleth"
requireSession="true"/>
</Host>
</RequestMap>
</RequestMapper>
Now when a user types https:// devsite.zaggle.com/ app1, then he gets
redirected to the IDP site and after authentication he see my website.
The problem is most of my website need to be public and only the folder
under USERS -- “Admin” should be protected by IDP for authentication.
Only when the user types https:// devsite.zaggle.com/ app1/Users/Admin/
Then only he should redirect to IDP and then authenticate to see the Admin
screens.
Can I achieve this by changing the path name form “app1” to
“app1/Users/Admin/” ?
Thank you and appreciate your time !
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Application-Path-configuration-tp7588306.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.
More information about the users
mailing list