[Koha-bugs] [Bug 10988] Allow login via Google OAuth2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 30 10:55:16 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988

--- Comment #56 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Just reviewing the code here.. one thing partially stands out.. What your
actually implimenting here is OpenID Connect (Which is OpenID over Auth2.0)
which is great, as I was a bit suspicious of using OAuth 2.0 for authentication
as it's an api Authorization layer, not an Authentication medium out of the box
(with OpenID Connect, one can use it for Authentication too).

Could we reword/rename the prefs to reflect that this is Google's
implimentation of OpenID Connect, and not OAuth.. i think that will make it
more clear that this is only for authentication and does not expand to using
the range of api's available via OAuth.

I'll get back to reading the code now

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list