Skip to content

Commit da6d473

Browse files
committed
CREDENTIAL: Strip out 'existing solutions'.
1 parent dcd2af7 commit da6d473

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

specs/credentialmanagement/index.src.html

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -387,41 +387,6 @@ <h4 id="examples-change-password">Change Password</h4>
387387
the user agent that she's successfully signed in with new credentials. The
388388
user agent can then update the credentials it stores.
389389
</section>
390-
391-
<section>
392-
<h3 id="existing-solutions">
393-
Haven't we done this before? What about [<em>insert technology here</em>]?
394-
</h3>
395-
396-
<h4 id="existing-solutions-browserid">BrowserID/Persona</h4>
397-
398-
BrowserID is a proposal for an API which allows websites to request an
399-
assertion of a user's email address ownership. [[BROWSERID]]
400-
401-
The API specified here does not attempt to assert the user's identity
402-
directly: it only provides a more direct interface to the user agent's
403-
<a>credential store</a>. Assertions about identity would still rely on
404-
<a>federated identity provider</a>'s particular SDKs and workflows.
405-
406-
BrowserID is complementary to this API, and could be tacked onto the
407-
{{FederatedCredential}} flow at some point in the future. For example, a
408-
user who chooses a {{FederatedCredential}} whose origin supports
409-
BrowserID could perform the authentication steps in the background by
410-
passing the user's email address and public key to the relevant
411-
<a>identity provider</a>, and adding a new property to the
412-
{{FederatedCredential}} given back to the website which contains the
413-
signed certificate asserting the user's identity.
414-
415-
This document doesn't specify any of that behavior, but is designed with
416-
it in mind: the immediate goal is to give websites more direct access to
417-
the user agent's existing credential manager, as federations are completely
418-
unsupported at the moment. Generating assertions is an obvious next step.
419-
See [[#future-work]] for other thoughts on the subject.
420-
421-
<h4 id="existing-solutions-webid">WebID</h4>
422-
423-
TODO
424-
</section>
425390
</section>
426391

427392
<!--

0 commit comments

Comments
 (0)