https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338 --- Comment #11 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #10)
At the moment, the barriers appear to be:
1. Installing a sasl-xoauth2 package, which is only available in a Ubuntu PPA 2. Getting the initial access token (I had to hack /usr/bin/sasl-xoauth2-tool to use a particular port which I had my docker forward. For Koha, we'd need to think more about how we'd want to get the token response.) 3. Install libemail-sender-perl 2.601, which isn't available in stable Debian 4. Install libauthen-sasl-xs-perl, which isn't available in stable Debian
There's probably other barriers but those are the immediate one jumping out at me.
Note that Ubuntu 24.04 has both libauthen-sasl-xs-perl and libemail-sender-perl 2.601 I'd be tempted to try that out. -- I do wonder a bit if libemail-sender-perl 2.601 is totally necessary or if it's just libauthen-sasl-xs-perl, and that using the XS module will allow support for XOAUTH2 even when an explicit SASL authenticator isn't provided, but I'm not sure... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.