https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #26 from David Cook <[email protected]> --- After that, I'd suggest someone creates a Koha plugin which provides a web UI for doing OAuth2 auth against Microsoft for the purpose of getting the access and refresh tokens. That plugin could even include a cronjob to refresh the access token on a nightly basis so that it's always valid. -- After that, we'd need to update /cgi-bin/koha/admin/smtp_servers.pl to have an "Authentication method" field. (Note that this could be done at any time and just have the one option of "Basic" for now.) -- Then some thought needs to be thought about how to get the access token into the "Password" field. Whether that's done in advance or if it's done at sending time or what. At this point, it's probably useful to discontinue that Koha plugin and just build it into Koha. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
