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)
committerDan Wells <dbw2@calvin.edu>
Fri, 26 Feb 2016 14:18:55 +0000 (09:18 -0500)
commit25e966c985ad6a9e8840f6f3afdd2864e8747928
tree93fc48853c623eb7ed890ea6eadd92a9220f2cd0
parent34ff075778463d5791782491fe7838ea6de2a119
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>
Open-ILS/src/perlmods/lib/OpenILS/Application/AuthProxy.pm