https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41671
--- Comment #6 from David Cook <[email protected]> --- I think really what we're trying to do here is have Koha be a proper OAuth2 authorization server. And we get part of the way with Koha/REST/V1/OAuth.pm but we don't fully implement it. I am tempted to transition the syspref "RESTOAuth2ClientCredentials" to something like "RESTOAuth2Server", but I suppose we could just add new ones like "RESTOAuth2AuthCode" and "RESTOAuth2DeviceGrant". And then with bug 25796... maybe we have something like "RESTOAuth2AuthServer" where the options are "Koha Auth Server", "External Auth Server". -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
