Skip to content

Commit c4a30ee

Browse files
authored
Change uses of acme.com to example.com (#814)
1 parent 3ceed42 commit c4a30ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Editor: Alexei Czeskis, w3cid 87258, Google, [email protected]
2727
Editor: Jeff Hodges, w3cid 43843, PayPal, [email protected]
2828
Editor: J.C. Jones, w3cid 87240, Mozilla, [email protected]
2929
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]
3232
Editor: Rolf Lindemann, w3cid 84447, Nok Nok Labs, [email protected]
3333
Editor: Emil Lundberg, Yubico, [email protected]
3434
Former Editor: Vijay Bharadwaj, w3cid 55440, Microsoft, [email protected]
@@ -1638,7 +1638,7 @@ associated.
16381638
for display. For example, "ACME Corporation", "Wonderful Widgets, Inc." or "Awesome Site".
16391639
- When inherited by {{PublicKeyCredentialUserEntity}}, it is a [=human palatability|human-palatable=] identifier for a
16401640
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"
16421642
or "+14255551234". The [=[RP]=] MAY let the user choose this, and MAY restrict the choice as needed or appropriate.
16431643
For example, a [=[RP]=] might choose to map [=human palatability|human-palatable=] [=username=] account identifiers to
16441644
the {{PublicKeyCredentialEntity/name}} member of {{PublicKeyCredentialUserEntity}}.
@@ -4439,7 +4439,7 @@ The sample code for generating and registering a new key follows:
44394439
id: Uint8Array.from(window.atob("MIIBkzCCATigAwIBAjCCAZMwggE4oAMCAQIwggGTMII="), c=>c.charCodeAt(0)),
44404440
44414441
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"
44434443
},
44444444

44454445
// This Relying Party will accept either an ES256 or RS256 credential, but

0 commit comments

Comments
 (0)