forked from w3c/webauthn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
draft-hodges-webauthn-registries.html
660 lines (603 loc) · 23.7 KB
/
draft-hodges-webauthn-registries.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Registries for Web Authentication (WebAuthn)</title>
<style type="text/css" title="Xml2Rfc (sans serif)">
/*<![CDATA[*/
a {
text-decoration: none;
}
/* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
a.info {
/* This is the key. */
position: relative;
z-index: 24;
text-decoration: none;
}
a.info:hover {
z-index: 25;
color: #FFF; background-color: #900;
}
a.info span { display: none; }
a.info:hover span.info {
/* The span will display just on :hover state. */
display: block;
position: absolute;
font-size: smaller;
top: 2em; left: -5em; width: 15em;
padding: 2px; border: 1px solid #333;
color: #900; background-color: #EEE;
text-align: left;
}
a.smpl {
color: black;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
address {
margin-top: 1em;
margin-left: 2em;
font-style: normal;
}
body {
color: black;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10pt;
max-width: 55em;
}
cite {
font-style: normal;
}
dd {
margin-right: 2em;
}
dl {
margin-left: 2em;
}
ul.empty {
list-style-type: none;
}
ul.empty li {
margin-top: .5em;
}
dl p {
margin-left: 0em;
}
dt {
margin-top: .5em;
}
h1 {
font-size: 14pt;
line-height: 21pt;
page-break-after: avoid;
}
h1.np {
page-break-before: always;
}
h1 a {
color: #333333;
}
h2 {
font-size: 12pt;
line-height: 15pt;
page-break-after: avoid;
}
h3, h4, h5, h6 {
font-size: 10pt;
page-break-after: avoid;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
color: black;
}
img {
margin-left: 3em;
}
li {
margin-left: 2em;
margin-right: 2em;
}
ol {
margin-left: 2em;
margin-right: 2em;
}
ol p {
margin-left: 0em;
}
p {
margin-left: 2em;
margin-right: 2em;
}
pre {
margin-left: 3em;
background-color: lightyellow;
padding: .25em;
}
pre.text2 {
border-style: dotted;
border-width: 1px;
background-color: #f0f0f0;
width: 69em;
}
pre.inline {
background-color: white;
padding: 0em;
}
pre.text {
border-style: dotted;
border-width: 1px;
background-color: #f8f8f8;
width: 69em;
}
pre.drawing {
border-style: solid;
border-width: 1px;
background-color: #f8f8f8;
padding: 2em;
}
table {
margin-left: 2em;
}
table.tt {
vertical-align: top;
}
table.full {
border-style: outset;
border-width: 1px;
}
table.headers {
border-style: outset;
border-width: 1px;
}
table.tt td {
vertical-align: top;
}
table.full td {
border-style: inset;
border-width: 1px;
}
table.tt th {
vertical-align: top;
}
table.full th {
border-style: inset;
border-width: 1px;
}
table.headers th {
border-style: none none inset none;
border-width: 1px;
}
table.left {
margin-right: auto;
}
table.right {
margin-left: auto;
}
table.center {
margin-left: auto;
margin-right: auto;
}
caption {
caption-side: bottom;
font-weight: bold;
font-size: 9pt;
margin-top: .5em;
}
table.header {
border-spacing: 1px;
width: 95%;
font-size: 10pt;
color: white;
}
td.top {
vertical-align: top;
}
td.topnowrap {
vertical-align: top;
white-space: nowrap;
}
table.header td {
background-color: gray;
width: 50%;
}
table.header a {
color: white;
}
td.reference {
vertical-align: top;
white-space: nowrap;
padding-right: 1em;
}
thead {
display:table-header-group;
}
ul.toc, ul.toc ul {
list-style: none;
margin-left: 1.5em;
margin-right: 0em;
padding-left: 0em;
}
ul.toc li {
line-height: 150%;
font-weight: bold;
font-size: 10pt;
margin-left: 0em;
margin-right: 0em;
}
ul.toc li li {
line-height: normal;
font-weight: normal;
font-size: 9pt;
margin-left: 0em;
margin-right: 0em;
}
li.excluded {
font-size: 0pt;
}
ul p {
margin-left: 0em;
}
.comment {
background-color: yellow;
}
.center {
text-align: center;
}
.error {
color: red;
font-style: italic;
font-weight: bold;
}
.figure {
font-weight: bold;
text-align: center;
font-size: 9pt;
}
.filename {
color: #333333;
font-weight: bold;
font-size: 12pt;
line-height: 21pt;
text-align: center;
}
.fn {
font-weight: bold;
}
.hidden {
display: none;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.title {
color: #990000;
font-size: 18pt;
line-height: 18pt;
font-weight: bold;
text-align: center;
margin-top: 36pt;
}
.vcardline {
display: block;
}
.warning {
font-size: 14pt;
background-color: yellow;
}
@media print {
.noprint {
display: none;
}
a {
color: black;
text-decoration: none;
}
table.header {
width: 90%;
}
td.header {
width: 50%;
color: black;
background-color: white;
vertical-align: top;
font-size: 12pt;
}
ul.toc a::after {
content: leader('.') target-counter(attr(href), page);
}
ul.ind li li a {
content: target-counter(attr(href), page);
}
.print2col {
column-count: 2;
-moz-column-count: 2;
column-fill: auto;
}
}
@page {
@top-left {
content: "Internet-Draft";
}
@top-right {
content: "December 2010";
}
@top-center {
content: "Abbreviated Title";
}
@bottom-left {
content: "Doe";
}
@bottom-center {
content: "Expires June 2011";
}
@bottom-right {
content: "[Page " counter(page) "]";
}
}
@page:first {
@top-left {
content: normal;
}
@top-right {
content: normal;
}
@top-center {
content: normal;
}
}
/*]]>*/
</style>
<link href="#rfc.toc" rel="Contents"/>
<link href="#rfc.section.1" rel="Chapter" title="1 Introduction"/>
<link href="#rfc.section.2" rel="Chapter" title="2 WebAuthn Attestation Statement Format Identifier Registry"/>
<link href="#rfc.section.3" rel="Chapter" title="3 WebAuthn Extension Identifier Registry"/>
<link href="#rfc.section.4" rel="Chapter" title="4 IANA Considerations"/>
<link href="#rfc.section.4.1" rel="Chapter" title="4.1 WebAuthn Attestation Statement Format Identifier and Extension Identifiers Registries"/>
<link href="#rfc.section.5" rel="Chapter" title="5 Security Considerations"/>
<link href="#rfc.section.6" rel="Chapter" title="6 Acknowledgements"/>
<link href="#rfc.section.7" rel="Chapter" title="7 Document History"/>
<link href="#rfc.references" rel="Chapter" title="8 Normative References"/>
<link href="#rfc.authors" rel="Chapter"/>
<meta name="generator" content="xml2rfc version 2.5.1 - http://tools.ietf.org/tools/xml2rfc" />
<link rel="schema.dct" href="http://purl.org/dc/terms/" />
<meta name="dct.creator" content="Hodges, J., Mandyam, G., and M. Jones" />
<meta name="dct.identifier" content="urn:ietf:id:draft-hodges-webauthn-registries-00" />
<meta name="dct.issued" scheme="ISO8601" content="2017-3-24" />
<meta name="dct.abstract" content="This specification defines IANA registries for W3C Web Authentication attestation statement formats and extension identifiers. " />
<meta name="description" content="This specification defines IANA registries for W3C Web Authentication attestation statement formats and extension identifiers. " />
</head>
<body>
<table class="header">
<tbody>
<tr>
<td class="left">W3C WebAuthn Working Group</td>
<td class="right">J. Hodges</td>
</tr>
<tr>
<td class="left">Internet-Draft</td>
<td class="right">PayPal</td>
</tr>
<tr>
<td class="left">Intended status: Informational</td>
<td class="right">G. Mandyam</td>
</tr>
<tr>
<td class="left">Expires: September 25, 2017</td>
<td class="right">Qualcomm Technologies Inc.</td>
</tr>
<tr>
<td class="left"></td>
<td class="right">M. Jones</td>
</tr>
<tr>
<td class="left"></td>
<td class="right">Microsoft</td>
</tr>
<tr>
<td class="left"></td>
<td class="right">March 24, 2017</td>
</tr>
</tbody>
</table>
<p class="title">Registries for Web Authentication (WebAuthn)<br />
<span class="filename">draft-hodges-webauthn-registries-00</span></p>
<h1 id="rfc.abstract">
<a href="#rfc.abstract">Abstract</a>
</h1>
<p>This specification defines IANA registries for W3C Web Authentication attestation statement formats and extension identifiers. </p>
<h1 id="rfc.status">
<a href="#rfc.status">Status of This Memo</a>
</h1>
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
<p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.</p>
<p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."</p>
<p>This Internet-Draft will expire on September 25, 2017.</p>
<h1 id="rfc.copyrightnotice">
<a href="#rfc.copyrightnotice">Copyright Notice</a>
</h1>
<p>Copyright (c) 2017 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
<p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.</p>
<hr class="noprint" />
<h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
<ul class="toc">
<li>1. <a href="#rfc.section.1">Introduction</a></li>
<li>2. <a href="#rfc.section.2">WebAuthn Attestation Statement Format Identifier Registry</a></li>
<li>3. <a href="#rfc.section.3">WebAuthn Extension Identifier Registry</a></li>
<li>4. <a href="#rfc.section.4">IANA Considerations</a></li>
<ul><li>4.1. <a href="#rfc.section.4.1">WebAuthn Attestation Statement Format Identifier and Extension Identifiers Registries</a></li>
</ul><li>5. <a href="#rfc.section.5">Security Considerations</a></li>
<li>6. <a href="#rfc.section.6">Acknowledgements</a></li>
<li>7. <a href="#rfc.section.7">Document History</a></li>
<li>8. <a href="#rfc.references">Normative References</a></li>
<li><a href="#rfc.authors">Authors' Addresses</a></li>
</ul>
<h1 id="rfc.section.1"><a href="#rfc.section.1">1.</a> <a href="#Introduction" id="Introduction">Introduction</a></h1>
<p id="rfc.section.1.p.1">This specification establishes IANA registries for W3C Web Authentication <a href="#WebAuthn">[WebAuthn]</a> attestation statement formats and extension identifiers. The initial values for these registries are in the IANA Considerations section of the <a href="#WebAuthn">[WebAuthn]</a> specification. </p>
<h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a href="#sctn-reg-new-attstn-format" id="sctn-reg-new-attstn-format">WebAuthn Attestation Statement Format Identifier Registry</a></h1>
<p id="rfc.section.2.p.1">WebAuthn attestation statement format identifiers are strings whose semantic, syntactic, and string-matching criteria are specified in <a href="#WebAuthn">[WebAuthn]</a>, along with the concepts of attestation and attestation statement formats. </p>
<p id="rfc.section.2.p.2">WebAuthn attestation statement formats are registered on the advice of a Designated Expert (appointed by the IESG or their delegate), with a Specification Required (per <a href="#RFC5226">[RFC5226]</a>). </p>
<p id="rfc.section.2.p.3">The Expert(s) will establish procedures for requesting registrations, and make them available from the registry page. </p>
<p id="rfc.section.2.p.4">Registration requests consist of at least the following information: </p>
<ul>
<li>WebAuthn Attestation Statement Format Identifier: This identifier MUST be a maximum of 32 octets in length and MUST consist only of printable USASCII characters, excluding backslash and doublequote. This name is case sensitive. Names may not match other registered names in a case-insensitive manner unless the Designated Experts state that there is a compelling reason to allow an exception. </li>
<li>Description: A relatively short description of the attestation format. </li>
<li>Specification Document: Reference to the specification of the attestation statement format. </li>
<li>Notes: [optional]</li>
</ul>
<p> </p>
<p id="rfc.section.2.p.5">The Expert(s) MAY define additional fields to be collected in the registry. Each attestation statement format identifier added to this registry MUST be unique amongst the set of registered attestation statement format identifiers. The Experts(s) MAY also designate attestation statement formats as proprietary if they lack complete specifications, and will assign a prefix indicating as such to the identifier. </p>
<p id="rfc.section.2.p.6">Registrations MUST reference a freely available specification, e.g., as described in <a href="#RFC2026">[RFC2026]</a> Section 7. </p>
<p id="rfc.section.2.p.7">Note that WebAuthn attestation statement formats can be registered by third parties, if the Expert(s) determine that an unregistered attestation statement format is widely deployed and not likely to be registered in a timely manner. </p>
<p id="rfc.section.2.p.8">Decisions (or lack thereof) made by the Designated Expert can be first appealed to Application Area Directors (contactable using app-ads@tools.ietf.org email address or directly by looking up their email addresses on http://www.iesg.org/ website) and, if the appellant is not satisfied with the response, to the full IESG (using the iesg@iesg.org mailing list). </p>
<p><br/><br/> </p>
<h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a href="#sctn-reg-new-extn-id" id="sctn-reg-new-extn-id">WebAuthn Extension Identifier Registry</a></h1>
<p id="rfc.section.3.p.1">WebAuthn extension identifiers are strings whose semantic, syntactic, and string-matching criteria are specified in <a href="#WebAuthn">[WebAuthn]</a>. </p>
<p id="rfc.section.3.p.2">WebAuthn extension identifiers are registered on the advice of a Designated Expert (appointed by the IESG or their delegate), with a Specification Required (per <a href="#RFC5226">[RFC5226]</a>). </p>
<p id="rfc.section.3.p.3">The Expert(s) will establish procedures for requesting registrations, and make them available from the registry page. </p>
<p id="rfc.section.3.p.4">Registration requests consist of at least the following information: </p>
<ul>
<li>WebAuthn Extension Identifier: This identifier MUST be a maximum of 32 octets in length and MUST consist only of printable USASCII characters, excluding backslash and doublequote. This name is case sensitive. Names may not match other registered names in a case-insensitive manner unless the Designated Experts state that there is a compelling reason to allow an exception. </li>
<li>Description: A relatively short description of the extension.</li>
<li>Specification Document: Reference to the specification of the extension. </li>
<li>Notes: [optional]</li>
</ul>
<p> </p>
<p id="rfc.section.3.p.5">The Expert(s) MAY define additional fields to be collected in the registry. Each extension identifier added to this registry MUST be unique amongst the set of registered extension identifiers. </p>
<p id="rfc.section.3.p.6">Registrations MUST reference a freely available specification, e.g., as described in <a href="#RFC2026">[RFC2026]</a> Section 7. </p>
<p id="rfc.section.3.p.7">Note that WebAuthn extensions can be registered by third parties, if the Expert(s) determine that an unregistered extension is widely deployed and not likely to be registered in a timely manner. </p>
<p id="rfc.section.3.p.8">Decisions (or lack thereof) made by the Designated Expert can be first appealed to Application Area Directors (contactable using app-ads@tools.ietf.org email address or directly by looking up their email addresses on http://www.iesg.org/ website) and, if the appellant is not satisfied with the response, to the full IESG (using the iesg@iesg.org mailing list). </p>
<p><br/><br/> </p>
<h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a> <a href="#sctn-iana-cons" id="sctn-iana-cons">IANA Considerations</a></h1>
<h1 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1.</a> <a href="#sctn-attstn-extn-regs" id="sctn-attstn-extn-regs">WebAuthn Attestation Statement Format Identifier and Extension Identifiers Registries</a></h1>
<p id="rfc.section.4.1.p.1">This specification establishes two registries: </p>
<ul>
<li>the "WebAuthn Attestation Statement Format Identifier" registry; see <a href="#sctn-reg-new-attstn-format">Section 2</a>. </li>
<li>the "WebAuthn Extension Identifier" registry; see <a href="#sctn-reg-new-extn-id">Section 3</a>. </li>
</ul>
<p> For both registries, the Expert(s) and IANA will interact as outlined below: </p>
<p id="rfc.section.4.1.p.2">IANA will direct any incoming requests regarding the registry to the processes established by the Expert(s); typically, this will mean referring them to the registry HTML page. </p>
<p id="rfc.section.4.1.p.3">The Expert(s) will provide registry data to IANA in an agreed form (e.g., a specific XML format). IANA will publish: </p>
<ul>
<li>The raw registry data</li>
<li>The registry data, transformed into HTML</li>
<li>The registry data in any alternative formats provided by the Expert(s)</li>
</ul>
<p> </p>
<p id="rfc.section.4.1.p.4">Each published document will be at a URL agreed to by IANA and the Expert(s) and IANA will set HTTP response headers on them as (reasonably) requested by the Expert(s). </p>
<p id="rfc.section.4.1.p.5">Additionally, the HTML generated by IANA will: </p>
<ul>
<li>Take directions from the Expert(s) as to the content of the HTML page's introductory text and markup. </li>
<li>Include a stable HTML fragment identifier for each registered attestation statement format or extension identifier. </li>
</ul>
<p> </p>
<p id="rfc.section.4.1.p.6">All registry data documents MUST include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions (<span><</span><a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a><span>></span>). </p>
<h1 id="rfc.section.5"><a href="#rfc.section.5">5.</a> <a href="#Security" id="Security">Security Considerations</a></h1>
<p id="rfc.section.5.p.1">See <a href="#WebAuthn">[WebAuthn]</a> for relevant security considerations. </p>
<h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a> <a href="#Acknowledgements" id="Acknowledgements">Acknowledgements</a></h1>
<p id="rfc.section.6.p.1">Thanks to Mark Nottingham for valuable comments and suggestions. </p>
<h1 id="rfc.section.7"><a href="#rfc.section.7">7.</a> <a href="#sctn-history" id="sctn-history">Document History</a></h1>
<p id="rfc.section.7.p.1">[[ to be removed by the RFC Editor before publication as an RFC ]]</p>
<p id="rfc.section.7.p.2">-00 </p>
<ul>
<li>Initial version. </li>
</ul>
<p> </p>
<h1 id="rfc.references"><a href="#rfc.references">8.</a> Normative References</h1>
<table>
<tbody>
<tr>
<td class="reference">
<b id="RFC2026">[RFC2026]</b>
</td>
<td class="top"><a>Bradner, S.</a>, "<a href="http://tools.ietf.org/html/rfc2026">The Internet Standards Process -- Revision 3</a>", BCP 9, RFC 2026, DOI 10.17487/RFC2026, October 1996.</td>
</tr>
<tr>
<td class="reference">
<b id="RFC5226">[RFC5226]</b>
</td>
<td class="top"><a>Narten, T.</a> and <a>H. Alvestrand</a>, "<a href="http://tools.ietf.org/html/rfc5226">Guidelines for Writing an IANA Considerations Section in RFCs</a>", BCP 26, RFC 5226, DOI 10.17487/RFC5226, May 2008.</td>
</tr>
<tr>
<td class="reference">
<b id="WebAuthn">[WebAuthn]</b>
</td>
<td class="top"><a href="mailto:vijay.bharadwaj@microsoft.com" title="Microsoft">Bharadwaj, V.</a>, <a href="mailto:hlevangong@paypal.com" title="PayPal">Le Van Gong, H.</a>, <a href="mailto:balfanz@google.com" title="Google">Balfanz, D.</a>, <a href="mailto:aczeskis@google.com" title="Google">Czeskis, A.</a>, <a href="mailto:arnarb@google.com" title="Google">Birgisson, A.</a>, <a href="mailto:Jeff.Hodges@paypal.com" title="PayPal">Hodges, J.</a>, <a href="mailto:mbj@microsoft.com" title="Microsoft">Jones, M.</a> and <a href="mailto:rolf@noknok.com" title="Nok Nok Labs">R. Lindemann</a>, "<a href="https://w3c.github.io/webauthn/">Web Authentication: An API for accessing Scoped Credentials</a>", Editors' Draft, World Wide Web Consortium (W3C) Recommendation-track, Mar 2017.</td>
</tr>
</tbody>
</table>
<h1 id="rfc.authors">
<a href="#rfc.authors">Authors' Addresses</a>
</h1>
<div class="avoidbreak">
<address class="vcard">
<span class="vcardline">
<span class="fn">Jeff Hodges</span>
<span class="n hidden">
<span class="family-name">Hodges</span>
</span>
</span>
<span class="org vcardline">PayPal</span>
<span class="adr">
<span class="vcardline">2211 North First Street</span>
<span class="vcardline">
<span class="locality">San Jose</span>,
<span class="region">California</span>
<span class="code">95131</span>
</span>
<span class="country-name vcardline">US</span>
</span>
<span class="vcardline">EMail: <a href="mailto:Jeff.Hodges@PayPal.com">Jeff.Hodges@PayPal.com</a></span>
<span class="vcardline">URI: <a href="http://kingsmountain.com/people/Jeff.Hodges/">http://kingsmountain.com/people/Jeff.Hodges/</a></span>
</address>
</div><div class="avoidbreak">
<address class="vcard">
<span class="vcardline">
<span class="fn">Giridhar Mandyam</span>
<span class="n hidden">
<span class="family-name">Mandyam</span>
</span>
</span>
<span class="org vcardline">Qualcomm Technologies Inc.</span>
<span class="adr">
<span class="vcardline">5775 Morehouse Drive</span>
<span class="vcardline">
<span class="locality">San Diego</span>,
<span class="region">California</span>
<span class="code">92121</span>
</span>
<span class="country-name vcardline">USA</span>
</span>
<span class="vcardline">Phone: +1 858 651 7200</span>
<span class="vcardline">EMail: <a href="mailto:mandyam@qti.qualcomm.com">mandyam@qti.qualcomm.com</a></span>
</address>
</div><div class="avoidbreak">
<address class="vcard">
<span class="vcardline">
<span class="fn">Michael B. Jones</span>
<span class="n hidden">
<span class="family-name">Jones</span>
</span>
</span>
<span class="org vcardline">Microsoft</span>
<span class="adr">
<span class="vcardline">
<span class="locality"></span>
<span class="region"></span>
<span class="code"></span>
</span>
<span class="country-name vcardline"></span>
</span>
<span class="vcardline">EMail: <a href="mailto:mbj@microsoft.com">mbj@microsoft.com</a></span>
<span class="vcardline">URI: <a href="http://self-issued.info/">http://self-issued.info/</a></span>
</address>
</div>
</body>
</html>