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>
Tue, 5 Jan 2016 19:24:21 +0000 (14:24 -0500)
commit7d46dc31b008436ebb614297bdb22cfee41a1d05
treeec0c5addc7b0ca39e04958e4cf64e809ef76941f
parentdfde7116e2594901ad65c7711077251595519aec
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