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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 24 12:58:43 CEST 2014


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

--- Comment #57 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 30023
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30023&action=edit
BUG8446, Follow up: Implimented single sign out

- This followup rebases the code against 3.16+ which managed to break
  some of the original logic.
- As a side effect of the rebasing, we've also implimented the single
  sign out element. Upon logout, koha will request that the shibboleth
  session is destroyed, and then clear the local koha session upon
  return to koha.  Due to the nature of shibboleth however, you will
  only truly be signed out of the IdP if they properly support Single
  Sign Out (which many do not). As a consequence, although you may
  appear to be logged out in koha, you might find that upon clicking
  'login' the IdP does NOT request your login details again, but instead
  logs you silently back into your koha session. This is NOT a koha bug,
  but a shibboleth implimentation issue that is well known.

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


More information about the Koha-bugs mailing list