[Koha-bugs] [Bug 21586] Add generic OpenIDConnect client implementation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 21 08:00:08 CET 2020


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

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
This code is out of date, and has a few known problems. However, I have a newer
version, which I actually have working with the Keycloak OpenID Connect
Identity Provider.

For testing purposes, I very easily ran up an instance in Docker
(https://hub.docker.com/r/jboss/keycloak/), and after resolving a bug in my
code, I was able to successfully authenticate and auto-add a patron to Koha. 

It's worth noting that I have used Keycloak for other projects for a while now,
so the server configuration was trivial for me, but it might not be obvious at
a glance. There is lots of documentation though. 

Might also be worth noting that Keycloak is sponsored by Red Hat and forms the
core of RH-SSO, which Red Hat actually uses for all its own AuthN purposes. 

Note that even though I have a new version of the code that works, I'd actually
like to redo my code for this one.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list