Summary: | Unauthenticated are not redirected properly in reports module after login | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | blawlor, bywater, gmcharlt, laura, phil, sspohn |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Lucas Gass (lukeg)
2025-02-06 15:56:36 UTC
I'll just add that I do see the report id in the login form in a hidden field, so it does carry to the login form, but gets lost after login. I found that when using a local login, after authentication the op param is updated to cud-login. After authentication the id param is not in the url, but it is included in the payload. The report doesn't load because the op param is not longer 'run' Interestingly after an SSO authentication the page loads with the complete original url and the report loads Confirming that we see that it works via SSO here as well. Seems to be limited to local login. |