[Bug 38022] New: Identity Provider error 500 on /api
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38022 Bug ID: 38022 Summary: Identity Provider error 500 on /api Change sponsored?: --- Product: Koha Version: 23.11 Hardware: All URL: <baseurl>/api/v1/public/oauth/login/<code>/opac OS: All Status: NEW Severity: major Priority: P3 Component: Authentication Assignee: koha-bugs@lists.koha-community.org Reporter: adifbbk1@gmail.com QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org Created attachment 172100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172100&action=edit Screenshot of the bug There are 2 bugs to report. One, which already seems to be reported is, empty fields while editing identity provider in 24.05+ (main reason why koha was not updated and we sticked to stable 23.11) Another bug is related to opening IDP API URL directly in browser such as <baseurl>/api/v1/public/oauth/login/<code>/opac which returns the following result in fresh/incognito session with no stored cookies (as in 23.11.08): { "errors": [ { "message": "Internal Server Error.", "path": "/" } ], "status": 500 } The expected behavior should be redirecting to IDP page (which actually works fine when there are stored browser cookies due to visiting koha homepage for the first time and then trying this link). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38022 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |minor Ever confirmed|1 |0 CC| |dcook@prosentient.com.au Status|NEW |UNCONFIRMED --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Please only report one bug per report. I don't know what you mean for that first bug in any case. For the second, while this sounds a bit suboptimal, why would a user encounter this scenario? Surely in all cases they should be visiting a regular Koha webpage before being sent to the API endpoint for auth. Probably worth looking into, but sounds very low importance. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org