Earlier quoted context omitted.
this doesn't solve the issue that you're still trusting someone else with your secret (your password) If you run your own identity provider, you are only trusting yourself with your secret. Also, nothing about Persona requires password-based authentication -- you can use any mechanism you like to authenticate to your identity provider.
The problem I have with that is that I haven't found decent identity providers last time I checked. Without some decent/proven implementations I'm hesitant to use it. I don't quite like using Mozilla's service (mostly not because of trust, it just feels half-assed not to go the extra mile and is considered an intermediate workaround/solution even by Mozilla, as far as I know). Without decent options to self host I gu…
Why we love Mozilla Persona
41–50 of 164 posts
Re: Why we love Mozilla Persona
#42But, this doesn't solve the issue that you're still trusting someone else with your secret (your password). We need to move towards protocols like SRP[0] in general so that no matter where I'm logging in, noöne has my password. [0]: http://en.wikipedia.org/wiki/Secure_Remote_Password_protocol EDIT: As ubernostrum points out, Persona is solving a different problem than SRP does. However, one of the reasons different i…
SRP doesn't solve that problem. Applications that authenticate with SRP hold crackable password derivatives.
Re: Why we love Mozilla Persona
#43Earlier quoted context omitted.
You may as well generate onetime junk password, feed it into persona and later rely on password manager to remember it for you. You should avoid reusing your passwords across sites. BTW Persona helps you with that.
But my point is that you're still trusting your email provider with the password, and now if that get's leaked an attacker has access to (arguably/potentially) more sites than they would have before (via password resets).
Re: Why we love Mozilla Persona
#44We don't know your password. Google doesn't know you're signing in to Zonino... mozilla knows ;)
As someone else pointed out, Mozilla won't have to know once the protocol is more supported. Currently they're acting as a transitionary bridge, not a required element. Also, iirc, Google doesn't have to know where you're signing in either. I'll have to double check that part.
Re: Why we love Mozilla Persona
#45Persona is an elegant, powerful idea that is 100% in the users interest. I dearly want to see it gain traction. Kudos for disseminating your enthusiasm.
I completely agree. I was just thinking about this earlier today, there was lots of hype last year about it but it seems to have died down, and the project seems to have stalled. I really want to see it pick up steam and succeed, and I think the number one priority now is to implement plugins for major browsers. I hope the team picks up development again.
Re: Why we love Mozilla Persona
#46Re: Why we love Mozilla Persona
#47In principle, Persona is great. Not storing passwords is awesome, a non-FB/Google/Twitter identity option is important. I would encourage you, though, to look carefully at your login completion metrics. I implemented Persona on my site ( http://www.sixquestions.co ) to have a pure email option and although users clearly prefer it, about 35% complete the Persona login flow successfully. That's 10 points lower than our…
Re: Why we love Mozilla Persona
#48"We're sorry, but your browser is not currently supported." --Persona, from Safari on iPad, iOS 7.
Re: Why we love Mozilla Persona
#49Earlier quoted context omitted.
I completely agree. I was just thinking about this earlier today, there was lots of hype last year about it but it seems to have died down, and the project seems to have stalled. I really want to see it pick up steam and succeed, and I think the number one priority now is to implement plugins for major browsers. I hope the team picks up development again.
The team has been focused on Persona support in Firefox OS, the Firefox Accounts stuff which relies on some of the same code as Persona, and integration on Firefox desktop. They have by no means stopped working on Persona, but resources on the Identity team seem kind of limited relative to how much there is still to be done.
Re: Why we love Mozilla Persona
#50"We're sorry, but your browser is not currently supported." --Persona, from Safari on iPad, iOS 7.
...What? That's just bizarre. I tried the Persona signup form just now on a site and I had to enter my email address, pick a Google account, and it was done. Pretty much like any other OAuth signup, so I don't see why Safari in iOS wouldn't be supported.