|
27 | 27 | Editor: Jeff Hodges, w3cid 43843, PayPal, [email protected] |
28 | 28 | Editor: J.C. Jones, w3cid 87240, Mozilla, [email protected] |
29 | 29 | Editor: Michael B. Jones, w3cid 38745, Microsoft, [email protected] |
30 | | -Editor: Akshay Kumar, Microsoft, [email protected] |
31 | | -Editor: Angelo Liao, Microsoft, [email protected] |
| 30 | +Editor: Akshay Kumar, w3cid 99318, Microsoft, [email protected] |
| 31 | +Editor: Angelo Liao, w3cid 94342, Microsoft, [email protected] |
32 | 32 | Editor: Rolf Lindemann, w3cid 84447, Nok Nok Labs, [email protected] |
33 | 33 | Editor: Emil Lundberg, Yubico, [email protected] |
34 | 34 | Former Editor: Vijay Bharadwaj, w3cid 55440, Microsoft, [email protected] |
@@ -1638,7 +1638,7 @@ associated. |
1638 | 1638 | for display. For example, "ACME Corporation", "Wonderful Widgets, Inc." or "Awesome Site". |
1639 | 1639 | - When inherited by {{PublicKeyCredentialUserEntity}}, it is a [=human palatability|human-palatable=] identifier for a |
1640 | 1640 | user account. It is intended only for display, and SHOULD allow the user to easily tell the difference between user |
1641 | | - accounts with similar {{PublicKeyCredentialUserEntity/displayName}}s. For example, "alexm", "alex.p.mueller@acme.com" |
| 1641 | + accounts with similar {{PublicKeyCredentialUserEntity/displayName}}s. For example, "alexm", "alex.p.mueller@example.com" |
1642 | 1642 | or "+14255551234". The [=[RP]=] MAY let the user choose this, and MAY restrict the choice as needed or appropriate. |
1643 | 1643 | For example, a [=[RP]=] might choose to map [=human palatability|human-palatable=] [=username=] account identifiers to |
1644 | 1644 | the {{PublicKeyCredentialEntity/name}} member of {{PublicKeyCredentialUserEntity}}. |
@@ -4439,7 +4439,7 @@ The sample code for generating and registering a new key follows: |
4439 | 4439 | id: Uint8Array.from(window.atob("MIIBkzCCATigAwIBAjCCAZMwggE4oAMCAQIwggGTMII="), c=>c.charCodeAt(0)), |
4440 | 4440 | |
4441 | 4441 | displayName: "Alex P. Müller", |
4442 | | - icon: "https://pics.acme.com/00/p/aBjjjpqPb.png" |
| 4442 | + icon: "https://pics.example.com/00/p/aBjjjpqPb.png" |
4443 | 4443 | }, |
4444 | 4444 |
|
4445 | 4445 | // This Relying Party will accept either an ES256 or RS256 credential, but |
|
0 commit comments