<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">As a site grows, it becomes more and
more interested in owning and monetizing a given user. Taking a
slight twist on that, what a site cares most about is ensuring
that a given user is both unique and accountable. (e.g. they don't
care if you're "daniel" or some long string of crap. They'll ask
you for lots of personal info if they can't get it. "Accountable"
means that they can resolve you as a unique impression regardless
of device or location.)<br>
<br>
I know that sites tend to distrust third parties pretty much for
the same reasons that users do, they're unknown and usually
rivals. The interesting take on the browser generating the ID is
that (with one notable exception) the browser manufacturer isn't a
direct competitor. This might entice facebook into offering their
own browser, but that's a different issue.<br>
<br>
My experience is strictly anecdotal, but the sites I dealt with
generally found account management kind of a pain in the butt, to
the point where they'll use some crappy account registry library
with horribly broken-bits. (see <a class="moz-txt-link-freetext" href="http://youfailatemail.com">http://youfailatemail.com</a> for one
of my response domains). If <i></i>navigator.auth.get returns a
unique, accountable ID for a given user, there's a plug in for
Wordpress, phpbb and a few shopping portal packages, I think
you're probably golden.<br>
<br>
We're not going to get Facebook, Twitter, Amazon, or even Reddit
using this because they have too much invested in providing their
own login. You *might* get sites like Yahoo and news sites using
it. <br>
<br>
On 7/29/2015 11:58 AM, Daniel Coates wrote:<br>
</div>
<blockquote
cite="mid:CACsBRCoF7m93rq+vwA9H-MxDdFAr-mp1XKZPkybzW_9E5PUkAQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>This is great, Sean!<br>
<br>
</div>
You wrote:<br>
<br>
"A website could ask for credentials from the navigator, and
the browser can show its own trusted UI asking the user if
and which ID to share to the website."<br>
<br>
</div>
I'm curious about "which ID" specifically. I like Persona a
lot (obviously) but one of the things about it that I think
holds it back is that it requires sites to give up control
(and potentially availability) of the login process. So does
OpenID, et al.<br>
<br>
It seems to me like the practice of outsourcing logins to a
3rd party service has mostly gone out of style. The story
seems to go: "We're a startup, lets use Facebook for auth.
We're doing well, lets transition to our own auth but allow
signups with Facebook. Ok, lets get rid of Facebook." The more
successful the site, the more they care about owning the login
process because its a critical part of their business. Any
general solution to the login problem needs to respect this.
Fortunately, the user-agent is in a unique position to do
this. <br>
<br>
Is your vision of `navigator.auth.get` as sort of an API to an
enhanced password manager? - It handles the credentials,
picker, etc, and sync handles distribution. For signups maybe
we prefill with your sync profile data? I think that would be
a significant improvement to login page AutoFill. It doesn't
eliminate account / password growth, but it makes it less
painful, and it works with the web we already have.<br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jul 29, 2015 at 9:26 AM, Sean
McArthur <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:smcarthur@mozilla.com" target="_blank">smcarthur@mozilla.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I've been thinking again about how we can
stop using so many passwords across the web. Now that
pretty much every browser can be signed-in-to, we could
try to standardize a way of getting *that* account.
<div><br>
</div>
<div>Proposed:</div>
<div><br>
</div>
<div> navigator.auth.get() -> Promise<JWT></div>
<div><br>
</div>
<div>Larger article: <a moz-do-not-send="true"
href="http://seanmonstar.com/post/125352745992/whats-the-password"
target="_blank">http://seanmonstar.com/post/125352745992/whats-the-password</a></div>
<div><br>
</div>
<div>I have a contact on the Microsoft Edge team that
largely agrees with the idea, and my next steps would be
to try to contact people on Chromium and WebKit and see
if this is something we could pursue.</div>
</div>
<br>
_______________________________________________<br>
Dev-fxacct mailing list<br>
<a moz-do-not-send="true"
href="mailto:Dev-fxacct@mozilla.org">Dev-fxacct@mozilla.org</a><br>
<a moz-do-not-send="true"
href="https://mail.mozilla.org/listinfo/dev-fxacct"
rel="noreferrer" target="_blank">https://mail.mozilla.org/listinfo/dev-fxacct</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Dev-fxacct mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dev-fxacct@mozilla.org">Dev-fxacct@mozilla.org</a>
<a class="moz-txt-link-freetext" href="https://mail.mozilla.org/listinfo/dev-fxacct">https://mail.mozilla.org/listinfo/dev-fxacct</a>
</pre>
</blockquote>
<br>
</body>
</html>