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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 17 10:53:17 CEST 2018


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

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
To test:
1) View the =head1 DESCRIPTION in opac/svc/login_openidc. It tells you to write
a large chunk of XML into koha-conf.xml. (NOTE: The "prosentient" element is a
subling to the "config" element. The only parent to the "prosentient" element
is the "yazgfs" element. This is very important.)

2) Configure koha-conf.xml to point to the OpenIDConnect server to which you
want to connect. 

3) Change $debugging in opac/svc/login_openidc from 0 to 1. This will help you
with your troubleshooting considerably.

4) On your Koha OPAC, using a system preference, add a URL like
http://your-koha-host/cgi-bin/koha/svc/login_openidc?pid=foo

5) Click on that link and it should redirect you to a login page for your
upstream authentication provider. After you fill that you, you should be
returned to your Koha as a logged in user (NOTE: email address is used for
matching... if your email address already exists in Koha, you'll be logged in
as that user. If your email address doesn't exist, a new user will be created
with your details from your upstream provider.)

--

If I've missed anything, comment here or reach me on IRC, and I can provide
more details!

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


More information about the Koha-bugs mailing list