PINES GALILEO TPAC link and auth redirector
authorBill Erickson <berick@esilibrary.com>
Mon, 19 Aug 2013 13:27:58 +0000 (09:27 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 10 Aug 2022 18:04:57 +0000 (14:04 -0400)
commitefff026e7f6895829842238bcbad31379aab175d
tree354bf868b64f74d0adc346cfbe8e4312f294bff2
parent24ba40f31c967ce2cffc7ecbe9427710c96c12c2
PINES GALILEO TPAC link and auth redirector

* adds a GALILEO link in the footer template
* adds a new TPAC URL target for /eg/opac/galileo, which redirects the
  user to the GALILEO URL, ensuring the user is first logged in.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Conflicts:
Open-ILS/src/templates/opac/parts/footer.tt2

PINES/GALILEO avoid auth redirect within library

If the physical_loc is set, indicating the patron is physically at a
branch (via IP redirect), link directly to the GALILEO site with no
authentication pass-through.  GALILEO does not requires PINES auth
if the client is coming from a known IP address.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Conflicts:
Open-ILS/src/templates/opac/parts/footer.tt2

Sadly, GALILEO/EBSCO does not use HTTPS, so this will create errors for patrons who authenticate via PINES.  Reverting to HTTP.
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/templates/opac/parts/footer.tt2