]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1468422 Make AuthProxy.pm work with new auth
authorDan Wells <dbw2@calvin.edu>
Tue, 5 Jan 2016 19:24:21 +0000 (14:24 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 26 Feb 2016 15:08:08 +0000 (10:08 -0500)
commit807dd95dffab3e8a25f167973a8d1c05ebf84b11
treedff0e359304d850a5aecd195ee066b90da75ab05
parentb55de021d866d2b08c1cccf3f14de57c8f70db2e
LP#1468422 Make AuthProxy.pm work with new auth

Previously, AuthProxy.pm would simply lookup and use the hashed password
when the external authentication had passed.  This simple method no
longer works, since even cstore doesn't have access to the hashed
password.

Instead, take advantage of the new 'auth_internal' service to create the
user session after the user has been externally authenticated.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/AuthProxy.pm