https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18118 --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- Okay... So currently: OpacPublic: Disabled, GoogleOpenIDConnect: No -> General search page OpacPublic: Enabled, GoogleOpenIDConnect: No -> User Page OpacPublic: Disabled, GoogleOpenIDConnect: Yes -> User Page OpacPublic: Enabled, GoogleOpenIDConnect: Yes -> User Page Hence the test plan where GoogleOpenIDConnect is Yes, and OpacPublic is Disabled.
1/ configure a working 'GoogleOpenIDConnect' account
See comment #5 which also links back to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16892#c3
2/ set 'OpacPublic' (under OPAC) to 'Disabled' and 'GoogleOpenIDConnect' (under Administration) to 'Yes'.
3/ log in user successfully via google-auth, observe redirect to opac-user.pl (bad)
As noted above in my preliminary testing.
4/ apply patch
-- on kohadevbox remember to restart all! Plack is unforgiving. :)
5/ log in user successfully via google-auth, observe expected redirect to opac-main.pl (good)
-- which matches the behaviour regardless of GoogleOpenIDConnect, as it should. -- You are receiving this mail because: You are watching all bug changes.