Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results not updated after logging in #102

Open
kidclamp opened this issue May 24, 2021 · 2 comments
Open

Results not updated after logging in #102

kidclamp opened this issue May 24, 2021 · 2 comments

Comments

@kidclamp
Copy link
Contributor

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.

@mmabrahamson
Copy link
Collaborator

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!

@kidclamp
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants