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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 20 14:19:54 CET 2017


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

--- Comment #10 from Mirko Tietgen <mirko at abunchofthings.net> ---
I get redirected to a login page when I add

ShibUseEnvironment Off
ShibUseHeaders On

to my Apache config.

There is an additional

Require valid-user

in the config of the test system, just removing that leads to the same result,
so I wonder if it is connected and how I can test around that?


  <Location />
                AuthType shibboleth
                ShibRequireSession On
                ShibUseEnvironment Off
                ShibUseHeaders On
                Require valid-user
  </Location>

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


More information about the Koha-bugs mailing list