[Koha-bugs] [Bug 8446] Shibboleth authentication patch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 17 15:32:24 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26749|0                           |1
        is obsolete|                            |

--- Comment #45 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 28898
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28898&action=edit
[SIGNED OFF] MT8122: Adds Shibboleth authentication

 - Use the shibbolethAuthentication syspref to enable Shibboleth authentication
 - Configure the shibbolethLoginAttribute to specify which shibboleth user
   attribute matches the koha login
 - Make sure the OPACBaseURL is correctly set

MT8122, Follow-up: Adds Shibboleth authentication

 - Fix logout bug: shibboleth logout now occurs only when
   the session is a shibboleth one.
 - Do some refactoring: getting shibboleth username is now
   done in C4::Auth_with_Shibboleth.pm (get_login_shib function)

MT8122, Follow-up: Adds Shibboleth authentication

 - Adds redirect to opac after logout

MT8122, Follow-up: Adds Shibboleth authentication

 - Shibboleth is not compatible with basic http authentication
   in C4/Auth.pm. This patch fixes that.

MT8122, Follow-up: Adds Shibboleth authentication

 - Use ENV{'SERVER_NAME'} instead of syspref OpacBaseURL in order to work with
   multiple vhosts.

MT8122, Follow-up: Adds Shibboleth authentication

 - Adds missing protocol for $ENV{'SERVER_NAME'}

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

http://bugs.koha-community.org/show_bug.cgi?id=8446
Signed-off-by: Jesse Weaver <pianohacker at gmail.com>
(ByWater employee.)

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


More information about the Koha-bugs mailing list