https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338 --- Comment #83 from David Cook <dcook@prosentient.com.au> --- So I started thinking... SASL is a framework that is supposed to decouple authentication mechanisms from application protocols... so really... surely we should be able to leverage it more. Starting in Debian 13 Trixie libauthen-sasl-xs-perl is available. Older versions of Debian have libauthen-sasl-cyrus-perl. Both of these should be able to interface with the libsasl2.so shared library, which would allow them to hook into sasl-xoauth2. So that would be another option, which would require far fewer changes to Koha. The only downside of sasl-xoauth2 so far has been the lack of responsiveness from its author. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.