[Koha-bugs] [Bug 17776] Shibboleth Authentication is broken in plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 08:32:38 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776

--- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Fixed the get_login_shib.. thanks for spotting that.. seems I'd already
corrected it locally.. Oops.

As for the apache config..

It's the `ShibRequireSession On` line that means you are enforcing a shibboleth
login for all users I believe.. I don't think that's required if you want
optional login.  I'm not sure where that line came from on your test system?

To help, I've included a copy of my exact config from the demo server where
I've been testing:

   # Optional Shibboleth Configuration - Plack Alternative
   <Location />
      #ShibRequestSetting applicationId demo.koha-ptfs.co.uk
      AuthType shibboleth
      ShibUseEnvironment Off
      ShibUseHeaders On
      ShibRequireSession Off
      Require shibboleth
      #Require valid-user
   </Location>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list