Bugzilla:OpenID Auth Plugin: Difference between revisions
Jump to navigation
Jump to search
m (category:Bugzilla) |
(Removing 8 year old information about my attempt to hack OpenID in, and linking to a current BZ plugin that might actually work) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 5: | Line 5: | ||
== Status == | == Status == | ||
Jacky Alcine has written a [https://github.com/jalcine/bugzilla-openid Bugzilla OpenID plugin available on GitHub]. | |||
== Other Links == | == Other Links == | ||
* [http://comments.gmane.org/gmane.comp.bug-tracking.bugzilla.devel/4695 2005-06-27 - Initial exploratory discussion on developers@bugzilla.org] | * [http://comments.gmane.org/gmane.comp.bug-tracking.bugzilla.devel/4695 2005-06-27 - Initial exploratory discussion on developers@bugzilla.org] | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=294608 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=294608 Bug 294608 - "Support OpenID as a an account source and login verification method"] | ||
* [http://comments.gmane.org/gmane.comp.bug-tracking.bugzilla.devel/4706 2005-07-01 - Design discussion on developers@bugzilla.org] | * [http://comments.gmane.org/gmane.comp.bug-tracking.bugzilla.devel/4706 2005-07-01 - Design discussion on developers@bugzilla.org] | ||
[[category:Bugzilla]] | [[category:Bugzilla|OpenID Auth Plugin]] |
Latest revision as of 18:47, 30 March 2013
This page is a specification of how OpenID authentication should work in Bugzilla. In OpenID nomenclature, this is about making Bugzilla an OpenID "consumer".
OpenID is a decentralized authentication system which allows web server applications such as Bugzilla (known as "consumers") to authenticate users by URI. Through three different two-way conversations (user to consumer, user to server, consumer to server), the consumer can test a user's ownership of a URI without having to receive a password directly from the user, thus not needing to collect and store passwords.
Status
Jacky Alcine has written a Bugzilla OpenID plugin available on GitHub.