Mozilla Persona

Not to be confused with Personas (Firefox).
Mozilla Persona
Developer(s) Mozilla Foundation
Initial release July 2011
Written in JavaScript
Operating system Cross-platform
Available in 51 languages
Type Authorization
License MPL
Website developer.mozilla.org/en-US/Persona

Mozilla Persona was a decentralized authentication system for the web based on the open BrowserID protocol[1] prototyped by Mozilla.[2] It was launched in July 2011, but after failing to achieve traction, Mozilla announced in January 2016 plans to decommission the service by the end of the year.[3]

History and motivations

Persona was launched in July 2011[4] and shared some of its goals with some similar authentication systems like OpenID or Facebook Connect, but it was different in several ways:

  1. It used email addresses as identifiers
  2. It was more focused on privacy
  3. It was intended to be fully integrated in the browser (relying heavily on Javascript).

The privacy goal was motivated by the fact that the identity provider does not know which website the user is identifying on.[5] It was first released in July 2011 and fully deployed by Mozilla on its own websites in January 2012.[6]

In March 2014, Mozilla indicated it was dropping full-time developers from Persona and moving the project to community ownership. Mozilla indicated, however, that it had no plans to decommission Persona and would maintain some level of involvement such as in maintenance and reviewing pull requests.[7]

In January 2016 Mozilla announced plans to decommission Persona from November 2016.[8][9]

Principles and implementation

Persona was inspired by the VerifiedEmailProtocol[10][11] which is now known as the BrowserID protocol.[12] It uses any user email address to identify its owner. This protocol involves the browser, an identity provider, and any compliant website.

The browser, the provider and the website

The browser stores a list of user verified email addresses (certificates issued by the identity providers), and demonstrates the user's ownership of the addresses to the website using cryptographic proof.

The certificates must be renewed every 24 hours by logging-in to the identity provider (which will usually mean entering the email and a password in a Web form on the identity provider's site). Once done, they will be usable for authenticating to web sites with the same browser for the rest of the day, without entering passwords again (single sign-on).

The decentralization aspects of the protocol reside in the theoretical support of any identity provider service, while in practice it seems to rely mainly on Mozilla's servers currently (which may in turn delegate email address verification, see identity bridging below). However, even if the protocol heavily relies on a central identity provider, this central actor only knows when browsers renew certificates, and cannot in principle monitor where the certificates will be used.

Identity bridging

Mozilla announced "identity bridging" support for Persona in July, 2013. As they describe on their blog:

"Traditionally ... Mozilla would send you an email and ask you to click on the confirmation link it contained. With Identity Bridging, Persona learned a new trick; instead of sending confirmation emails, Persona can ask you to verify your identity via your email provider’s existing OpenID or OAuth gateway."[13]

This announcement included support for existing users of the Yahoo Mail service. In August 2013, Mozilla announced support for Identity Bridging with all Gmail accounts. They wrote in this additional announcement that "combined with our Identity Bridge for Yahoo, Persona now natively supports more than 700,000,000 active email users. That covers roughly 60–80% of people on most North American websites."[14]

Deployment

Persona relies heavily on the JavaScript client-side program running in the user's browser, making it widely usable.

Support of authentication to Web applications via Persona can be implemented by CMSs such as Drupal,[15] Serendipity,[16] WordPress,[17] Tiki[18] or SPIP. There is also support for Persona in the Phonegap[19] platform (used for compiling HTML5 apps into mobile apps). Mozilla provides its own Persona server at persona.org. It is also possible to set up your own Persona identity provider,[20] providing federated identity.

Notable sites implementing Persona include Ting,[21] The Times Crossword, and Voost.[22]

See also

References

  1. "Persona", Mozilla Developer Network (MDN), Mozilla, retrieved 2013-02-10
  2. Persona: Connect with Mozilla Persona, the safest & easiest way to sign in., Mozilla, retrieved 2013-02-10
  3. Mozilla Stops Developing Its Persona Sign-In System Due To Low Adoption - Techcrunch, 12 Jan 2016
  4. "Introducing BrowserID: A better way to sign in", Mozilla Identity team, Mozilla, 2011-07-14, retrieved 2013-02-10
  5. Ben Adida <benadida> (2011-07-15), "How BrowserID differs from OpenID", Mozilla Identity team, Mozilla, retrieved 2013-02-10
  6. Leyden, John (2012-01-20), Mozilla pushes browser-based alternative to passwords, The Register, retrieved 2013-02-10, Give us your keys to look after, we're lovely
  7. http://identity.mozilla.com/post/78873831485/transitioning-persona-to-community-ownership
  8. Shutting down persona.org in November 2016 - Mozilla.org, 11 Jan 2016
  9. Mozilla Is Shutting Down Persona.org Authentication System - Phoronix, 11 Jan 2016
  10. "Verified Email Protocol: Overview and Introduction", Mozilla Wiki, Mozilla, retrieved 2013-02-10
  11. How BrowserID Works, lloyd's blog, 2011-07-01, retrieved 2013-02-10 External link in |publisher= (help)
  12. "Glossary - "Persona" vs. "BrowserID"". Mozilla Developer Network. [Mozilla]. 2012-11-26. Retrieved 2013-02-10.
  13. "What is an Identity Bridge?" July 26, 2013
  14. "Mozilla Makes Signing in Easy for Gmail Users," August 8th, 2013
  15. Mozilla Persona, Drupal, 2012-09-28, retrieved 2014-03-27, Enables users to sign into a Drupal website using Mozilla Persona.
  16. "Serendipity: Backend: Usermanagement plugins". Serendipity Weblog System (a PHP based CMS). Serendipity. Retrieved 2013-02-10.
  17. https://wordpress.org/support/plugin/browserid
  18. http://dev.tiki.org/Mozilla+Persona
  19. couchbaselabs / cordova-browserid, retrieved 2013-03-13, Mozilla Persona (aka BrowserID) and PhoneGap / Cordova, together at last.
  20. "Implementing a Persona IdP". Retrieved 10 March 2013.
  21. Ting implements Mozilla Persona, Ting.com, retrieved 2013-03-13
  22. Mozilla Persona: About, Mozilla, retrieved 2013-03-13
This article is issued from Wikipedia - version of the 12/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.