[Koha-bugs] [Bug 17004] REST API: add route to authenticate patron (Single Sign On - SSO)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 29 03:59:31 CEST 2021


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #37 from David Cook <dcook at prosentient.com.au> ---
(In reply to Tomás Cohen Arazi from comment #35)
> Until we implement Koha-as-an-IdP with OAuth2 bells and whistles, it
> wouldn't hurt to have a way to generate a session using the API the same way
> the old .pl scripts do.

I've already done a lot of this work locally, but it's unpolished, and there's
not enough... incentive(?) to upstream it at the moment.

But that's really the key. Refactoring checkauth() so that we can create a
session with a function call would be great. Then we call leave up the actual
authentication to the caller. 

One day I'll have all the time and money in the world to bring pluggable
authentication to Koha hehe. It actually wouldn't take that much time and
effort, but there are only 24 hours in the day...

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


More information about the Koha-bugs mailing list