| Summary: | Error: invalid_request using Google OpenID Authentication | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Guillermo <gcastellano> |
| Component: | Authentication | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | dpavlin, jonathan.druart |
| Version: | 17.11 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Guillermo
2019-08-29 13:36:33 UTC
Hi Guillermo, normally I'd 'please ask on the mailing list' - but I see that you've already tried. Adding the link to the mailing list thread here - hope someone will be able to help you: https://lists.katipo.co.nz/pipermail/koha/2019-August/053527.html 50 my $host = C4::Context->preference('OPACBaseURL') // q{};
55 my $redirecturl = $host . '/cgi-bin/koha/svc/auth/googleopenidconnect';
121 redirect_uri => $redirecturl,
My guess is that OPACBaseURL was not set.
|