https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36503

Thomas Klausner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Thomas Klausner <[email protected]> ---
I followed the test plan, but had to add an entry for "sso" into my
"/etc/hosts":

In docker-compose, keycloak runs as service name "sso" and thus is reachable
from eg the OPAC via http://sso:8082.

But as OAuth needs to also redirect the browser (running on my host) to the
same URL, I needed to add this to the "/etc/hosts" on my host (= dev laptop):

  127.0.0.1      sso

Depending on your setup, you might need to do different things, just make sure
that the "well_known_url" is
"http://sso:8082/auth/realms/test/.well-known/openid-configuration"; and that
you can access this URL from your host and from inside koha testing docker (try
"curl http://sso:8082";, which should return some raw html like "Resource not
found" and NOT "Failed to connect")

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to