Bugzilla:OpenID Auth Plugin

Revision as of 18:47, 30 March 2013 by RobLa (talk | contribs) (Removing 8 year old information about my attempt to hack OpenID in, and linking to a current BZ plugin that might actually work)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Other Links