[Koha-bugs] [Bug 24539] Build generic authentication module interface

2022-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 David Cook changed: What|Removed |Added Status|Needs Signoff |RESOLVED Resolution|--

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #23 from David Cook --- (In reply to mark.jaroski from comment #22) > I don't know enough about Koha to comment on internal workings, but wouldn't > you always want a session in most authentication situations? Yep. > I

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #22 from mark.jaro...@gmail.com --- I don't know enough about Koha to comment on internal workings, but wouldn't you always want a session in most authentication situations? I guess in the Shibboleth scenario you don't ne

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #21 from David Cook --- The more I think about this... the more I still like it. A Koha Plugin could create a session independently without checkauth(), and then could still leverage the logout hook. I'm still thinking

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #20 from David Cook --- Note that this generic authentication module interface doesn't have to be done using Koha Plugins. We can provide these authentication modules in the Koha core codebase. Then we'd just need to wr

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #19 from David Cook --- (In reply to David Cook from comment #18) > (In reply to David Cook from comment #17) > > Perhaps next week I can put together an OpenID Connect module. It might be > > tricky to do as a Koha Plugi

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #18 from David Cook --- (In reply to David Cook from comment #17) > Perhaps next week I can put together an OpenID Connect module. It might be > tricky to do as a Koha Plugin, since checkauth() is based on CGI.pm and that

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #17 from David Cook --- Created attachment 121536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121536&action=edit [DO NOT PUSH] koha-plugin-test-auth Koha Plugin for testing This is a Koha Plugin tha

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #16 from David Cook --- To test (using a test auth plugin): 1. Download and install Koha Plugin koha-plugin-test-auth 2. Upload plugin via http://localhost:8081/cgi-bin/koha/plugins/plugins-home.pl 3. Enable the plugin 4.

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 David Cook changed: What|Removed |Added Status|NEW |Needs Signoff -- You are rece

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 David Cook changed: What|Removed |Added Attachment #121412|0 |1 is obsolete|

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #14 from David Cook --- I might have another poke at this tonight. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bu

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-06-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 Tomás Cohen Arazi changed: What|Removed |Added CC||tomasco...@gmail.com --

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #13 from mark.jaro...@gmail.com --- My comment here is pretty tangential to the auth framework idea and is more about authentication methods in general.

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #12 from David Cook --- I'm not sure when I'll get back to this. My schedule is pretty busy so probably next week. -- You are receiving this mail because: You are watching all bug changes. __

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #11 from David Cook --- (In reply to mark.jaroski from comment #10) > Here's an odd idea from something I've noticed in the code. It looks like > there's Shibboleth support in there. > > That gives Koha admins the option

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 mark.jaro...@gmail.com changed: What|Removed |Added See Also||https://bugs.koha-co

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #10 from mark.jaro...@gmail.com --- Here's an odd idea from something I've noticed in the code. It looks like there's Shibboleth support in there. That gives Koha admins the option of configuring authentication at the web

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 David Cook changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |dc...@prosentient.com.au

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #8 from David Cook --- Created attachment 121412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121412&action=edit Bug 24539: Add hooks to allow pluggable authentication modules This patch adds the abi

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #7 from David Cook --- (In reply to mark.jaroski from comment #3) > How do you normally assign a card number to such users? It depends a bit on what you want. You could map an attribute from the IdP to be the card number

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #6 from David Cook --- Unfortunately, the C4::Auth module scares a lot of people, and no one wants to risk breaking the existing authentication and authorization, so it can be a daunting task to make changes there. But I

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #5 from David Cook --- (In reply to mark.jaroski from comment #3) > I haven't looked at the code yet, but does this implementation include > just-in-time provisioning to allow first-contact federated users to arrive > sig

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #4 from mark.jaro...@gmail.com --- Also, do you have a patch for this? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2021-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 mark.jaro...@gmail.com changed: What|Removed |Added CC||mark.jaro...@gmail.c

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #2 from David Cook --- (In reply to David Cook from comment #1) > I'm not using the existing Koha plugin system, as I'm still not 100% sure I > want to implement these as plugins that end-users can upload... but still > t

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2020-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 Josef Moravec changed: What|Removed |Added CC||josef.mora...@gmail.com --

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2020-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #1 from David Cook --- I'm not using the existing Koha plugin system, as I'm still not 100% sure I want to implement these as plugins that end-users can upload... but still thinking. -- You are receiving this mail becau