[Bug 32943] New: Open Athens Plugin Issue
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32943 Bug ID: 32943 Summary: Open Athens Plugin Issue Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: ul@cumail.in QA Contact: testopia@bugs.koha-community.org Hello, I uploaded Open Athens Plugin and run configure and added required information (Connection ID, Conenction URL and API Key from Open Athens admin portal, and then used run tool options and added borrowerid and cardnumber attributes in Koha(version: 21.11.17.000). I picked athenised URL for ebrary. https://athens-sp.ebrary.com/private/signin.do?entityID=https%3A%2F%2Fidp.ed... this goes to the redirector URL:https://cuils.cuchd.in/plugin/Koha/Plugin/OAKoha/OAKoha.pl for authentication and leads to 404 page. I looked the Koha opac-error log and it is not showing any entry. I also added an entry in /etc/apache2/sites-enabled/ instance configuration file for my instance (cuils); Alias /plugin/ "/var/lib/koha/cuils/plugins/" <Directory /var/lib/koha/cuils/plugins/> Options Indexes FollowSymLinks AllowOverride None Require all granted Options +ExecCGI AddHandler cgi-script .pl </Directory> I can see plugin configuration created a directory and all required files exists and I have given them 755 permission. Plugin also created OpacUserJs entry as below; //Test /*oa{*/var oas=document.createElement( "script" );oas.type = "text/javascript";oas.src="/plugin/Koha/Plugin/OAKoha/OAKoha.js";document.body.appendChild(oas);/*}oa*/ Please assist in resolving this configuration issue. It looks like I am missing any steps. My Koha Redirector URL: https://cuils.cuchd.in/plugin/Koha/Plugin/OAKoha/OAKoha.pl Thanks Vivek -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32943 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi, you'll need to get in touch with the developers of the Open Athens plugin. If they host the plugin on gitlab or github, you might be able to report an issue in the issue tracker for the plugin project there. Maybe this is the one? https://github.com/ebsco/openathens-koha-plugin/issues -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org