ebsco/edsapi-koha-plugin

Results not updated after logging in

kidclamp opened this issue · 2 comments

When a user searches using the plguin, if they are not signed they receive a link:javascript:LoginRequired() for some materials

The link 'javascript:LoginRequired()' is generated by the plugin when the cookie 'guest' is set to 'y'

When a user clicks to login to Koha they are sent to authentication, then returned to Koha. When returned to Koha that cookie is retained. Clicking to access materials still results in the javascript:LoginRequired()

If you perform a new search the cookie is cleared and the access works - I believe the plugin needs an update to clear that cookie on the return to the page.

We did some testing locally and have been unable to duplicate this issue. Do you have any more information you could provide? Which version of the plugin are you using and does it have any local modifications? Thanks!

It was the most up to date version with no modifications when filed.

Koha was authenticating users via SAML/Shibboleth to ADFS - direct Koha logins work, it is the return from Shibboleth that was the issue