Return to Snippet

Revision: 45300
at April 28, 2011 07:02 by bluesky997


Initial Code
<Host name="webroot">
  <Path name="subfolder1">
   <Path name="app1" authType="shibboleth" requireSession="false" redirectToSSL="443"/>
   <Path name="app2" authType="shibboleth" requireSession="true" redirectToSSL="443"/>
   </path>
</Host>

Initial URL


Initial Description
I need help on request mapper.  I am running SP on IIS 6

I need to shibbolize two different web apps in this url

http://webroot.domain.com/subfolder1/app1 (lazy session)
http://webroot.domain.com/subfolder1/app2

The lazy session is working on app1 but no protection on app2.

What did I do wrong?

Initial Title
Request Mapper Help

Initial Tags


Initial Language
XML