Shibboleth SP - PATH exclude in Request Mapper

Kevin P. Foote kpfoote at iup.edu
Mon Oct 29 16:16:17 EDT 2012


On Mon, 29 Oct 2012, Ragadeep Sriperumbudur wrote:
-> -          User gets redirected to the IdP login for any of the below links
-> 
-> https://myhost.com/MyApp
-> 
-> https://myhost.com/MyApp/xxx
-> 
->  
-> <Location /MyApp>
->      AuthType shibboleth
->      ShibUseHeaders On
->      ShibRequestSetting requireSession 1
->      require shibboleth
-> </Location>


OK so now do something like this for the exclude. 
Normally however, you would want the Login.html page to be protected.


 <Location /MyApp/Login.html>
      AuthType shibboleth
      ShibRequestSetting requireSession 0
      require shibboleth
 </Location>


------
thanks
  kevin.foote


More information about the users mailing list