Request Mapper Help


/ Published in: XML
Save to your folder(s)

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?


Copy this code and paste it in your HTML
  1. <Host name="webroot">
  2. <Path name="subfolder1">
  3. <Path name="app1" authType="shibboleth" requireSession="false" redirectToSSL="443"/>
  4. <Path name="app2" authType="shibboleth" requireSession="true" redirectToSSL="443"/>
  5. </path>
  6. </Host>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.