source: draft-ietf-httpbis-authscheme-registrations/06/draft-ietf-httpbis-authscheme-registrations.html

Last change on this file was 2726, checked in by julian.reschke@…, 9 years ago

update to latest version of rfc2629.xslt, regen all HTML

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 24.8 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD HTML 4.01//EN">
3<html lang="en">
4   <head profile="http://dublincore.org/documents/2008/08/04/dc-html/">
5      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6      <title>Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP)
7         Authentication&nbsp;Scheme&nbsp;Registrations
8      </title><script>
9var buttonsAdded = false;
10
11function initFeedback() {
12  var fb = document.createElement("div");
13  fb.className = "feedback noprint";
14  fb.setAttribute("onclick", "feedback();");
15  fb.appendChild(document.createTextNode("feedback"));
16
17  var bodyl = document.getElementsByTagName("body");
18  bodyl.item(0).appendChild(fb);
19}
20
21function feedback() {
22  toggleButtonsToElementsByName("h1");
23  toggleButtonsToElementsByName("h2");
24  toggleButtonsToElementsByName("h3");
25  toggleButtonsToElementsByName("h4");
26
27  buttonsAdded = !buttonsAdded;
28}
29
30function toggleButtonsToElementsByName(name) {
31  var list = document.getElementsByTagName(name);
32  for (var i = 0; i < list.length; i++) {
33    toggleButton(list.item(i));
34  }
35}
36
37function toggleButton(node) {
38  if (! buttonsAdded) {
39
40    // docname
41    var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:";
42
43    var id = node.getAttribute("id");
44    // better id available?
45    var titlelinks = node.getElementsByTagName("a");
46    for (var i = 0; i < titlelinks.length; i++) {
47      var tl = titlelinks.item(i);
48      if (tl.getAttribute("id")) {
49        id = tl.getAttribute("id");
50      }
51    }
52
53    // ref
54    var ref = window.location.toString();
55    var hash = ref.indexOf("#");
56    if (hash != -1) {
57      ref = ref.substring(0, hash);
58    }
59    if (id != "") {
60      ref += "#" + id;
61    }
62
63    // docname
64    var docname = "draft-ietf-httpbis-authscheme-registrations-06";
65
66    // section
67    var section = node.textContent;
68    section = section.replace("\u00a0", " ");
69
70    // build URI from template
71    var uri = template.replace("{docname}", encodeURIComponent(docname));
72    uri = uri.replace("{section}", encodeURIComponent(section));
73    uri = uri.replace("{ref}", encodeURIComponent(ref));
74
75    var button = document.createElement("a");
76    button.className = "fbbutton noprint";
77    button.setAttribute("href", uri);
78    button.appendChild(document.createTextNode("send feedback"));
79    node.appendChild(button);
80  }
81  else {
82    var buttons = node.getElementsByTagName("a");
83    for (var i = 0; i < buttons.length; i++) {
84      var b = buttons.item(i);
85      if (b.className == "fbbutton noprint") {
86        node.removeChild(b);
87      }
88    }
89  }
90}</script><style type="text/css" title="Xml2Rfc (sans serif)">
91a {
92  text-decoration: none;
93}
94a.smpl {
95  color: black;
96}
97a:hover {
98  text-decoration: underline;
99}
100a:active {
101  text-decoration: underline;
102}
103address {
104  margin-top: 1em;
105  margin-left: 2em;
106  font-style: normal;
107}
108body {
109  color: black;
110  font-family: cambria, helvetica, arial, sans-serif;
111  font-size: 11pt;
112  margin-right: 2em;
113}
114cite {
115  font-style: normal;
116}
117dl {
118  margin-left: 2em;
119}
120ul.empty {
121  list-style-type: none;
122}
123ul.empty li {
124  margin-top: .5em;
125}
126dl p {
127  margin-left: 0em;
128}
129dt {
130  margin-top: .5em;
131}
132h1 {
133  font-size: 130%;
134  line-height: 21pt;
135  page-break-after: avoid;
136}
137h1.np {
138  page-break-before: always;
139}
140h2 {
141  font-size: 120%;
142  line-height: 15pt;
143  page-break-after: avoid;
144}
145h3 {
146  font-size: 110%;
147  page-break-after: avoid;
148}
149h4, h5, h6 {
150  page-break-after: avoid;
151}
152h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
153  color: black;
154}
155img {
156  margin-left: 3em;
157}
158li {
159  margin-left: 2em;
160}
161ol {
162  margin-left: 2em;
163}
164ol.la {
165  list-style-type: lower-alpha;
166}
167ol.ua {
168  list-style-type: upper-alpha;
169}
170ol p {
171  margin-left: 0em;
172}
173p {
174  margin-left: 2em;
175}
176pre {
177  margin-left: 3em;
178  background-color: lightyellow;
179  padding: .25em;
180  page-break-inside: avoid;
181}
182pre.text2 {
183  border-style: dotted;
184  border-width: 1px;
185  background-color: #f0f0f0;
186  width: 69em;
187}
188pre.inline {
189  background-color: white;
190  padding: 0em;
191}
192pre.text {
193  border-style: dotted;
194  border-width: 1px;
195  background-color: #f8f8f8;
196  width: 69em;
197}
198pre.drawing {
199  border-style: solid;
200  border-width: 1px;
201  background-color: #f8f8f8;
202  padding: 2em;
203}
204table {
205  margin-left: 2em;
206}
207table.tt {
208  vertical-align: top;
209  border-color: gray;
210}
211table.tt th {
212  border-color: gray;
213}
214table.tt td {
215  border-color: gray;
216}
217table.all {
218  border-style: solid;
219  border-width: 2px;
220}
221table.full {
222  border-style: solid;
223  border-width: 2px;
224}
225table.tt td {
226  vertical-align: top;
227}
228table.all td {
229  border-style: solid;
230  border-width: 1px;
231}
232table.full td {
233  border-style: none solid;
234  border-width: 1px;
235}
236table.tt th {
237  vertical-align: top;
238}
239table.all th {
240  border-style: solid;
241  border-width: 1px;
242}
243table.full th {
244  border-style: solid;
245  border-width: 1px 1px 2px 1px;
246}
247table.headers th {
248  border-style: none none solid none;
249  border-width: 2px;
250}
251table.left {
252  margin-right: auto;
253}
254table.right {
255  margin-left: auto;
256}
257table.center {
258  margin-left: auto;
259  margin-right: auto;
260}
261caption {
262  caption-side: bottom;
263  font-weight: bold;
264  font-size: 10pt;
265  margin-top: .5em;
266}
267
268table.header {
269  border-spacing: 1px;
270  width: 95%;
271  font-size: 11pt;
272  color: white;
273}
274td.top {
275  vertical-align: top;
276}
277td.topnowrap {
278  vertical-align: top;
279  white-space: nowrap;
280}
281table.header td {
282  background-color: gray;
283  width: 50%;
284}
285td.reference {
286  vertical-align: top;
287  white-space: nowrap;
288  padding-right: 1em;
289}
290thead {
291  display:table-header-group;
292}
293ul.toc, ul.toc ul {
294  list-style: none;
295  margin-left: 1.5em;
296  padding-left: 0em;
297}
298ul.toc li {
299  line-height: 150%;
300  font-weight: bold;
301  margin-left: 0em;
302}
303ul.toc li li {
304  line-height: normal;
305  font-weight: normal;
306  font-size: 10pt;
307  margin-left: 0em;
308}
309li.excluded {
310  font-size: 0pt;
311}
312ul p {
313  margin-left: 0em;
314}
315.title, .filename, h1, h2, h3, h4 {
316  font-family: candara, helvetica, arial, sans-serif;
317}
318samp, tt, code, pre {
319  font: consolas, monospace;
320}
321
322.comment {
323  background-color: yellow;
324}
325.center {
326  text-align: center;
327}
328.error {
329  color: red;
330  font-style: italic;
331  font-weight: bold;
332}
333.figure {
334  font-weight: bold;
335  text-align: center;
336  font-size: 10pt;
337}
338.filename {
339  color: #333333;
340  font-size: 75%;
341  font-weight: bold;
342  line-height: 21pt;
343  text-align: center;
344}
345.fn {
346  font-weight: bold;
347}
348.left {
349  text-align: left;
350}
351.right {
352  text-align: right;
353}
354.title {
355  color: green;
356  font-size: 150%;
357  line-height: 18pt;
358  font-weight: bold;
359  text-align: center;
360  margin-top: 36pt;
361}
362.warning {
363  font-size: 130%;
364  background-color: yellow;
365}
366.feedback {
367  position: fixed;
368  bottom: 1%;
369  right: 1%;
370  padding: 3px 5px;
371  color: white;
372  border-radius: 5px;
373  background: #a00000;
374  border: 1px solid silver;
375}
376.fbbutton {
377  margin-left: 1em;
378  color: #303030;
379  font-size: small;
380  font-weight: normal;
381  background: #d0d000;
382  padding: 1px 4px;
383  border: 1px solid silver;
384  border-radius: 5px;
385}
386
387@media print {
388  .noprint {
389    display: none;
390  }
391
392  a {
393    color: black;
394    text-decoration: none;
395  }
396
397  table.header {
398    width: 90%;
399  }
400
401  td.header {
402    width: 50%;
403    color: black;
404    background-color: white;
405    vertical-align: top;
406    font-size: 110%;
407  }
408
409  ul.toc a:nth-child(2)::after {
410    content: leader('.') target-counter(attr(href), page);
411  }
412
413  ul.ind li li a {
414    content: target-counter(attr(href), page);
415  }
416
417  .print2col {
418    column-count: 2;
419    -moz-column-count: 2;
420    column-fill: auto;
421  }
422}
423
424@page {
425  @top-left {
426       content: "Internet-Draft";
427  }
428  @top-right {
429       content: "February 2013";
430  }
431  @top-center {
432       content: "HTTP Authentication Scheme Registrations";
433  }
434  @bottom-left {
435       content: "Reschke";
436  }
437  @bottom-center {
438       content: "Expires August 27, 2013";
439  }
440  @bottom-right {
441       content: "[Page " counter(page) "]";
442  }
443}
444
445@page:first {
446    @top-left {
447      content: normal;
448    }
449    @top-right {
450      content: normal;
451    }
452    @top-center {
453      content: normal;
454    }
455}
456</style><link rel="Contents" href="#rfc.toc">
457      <link rel="Author" href="#rfc.authors">
458      <link rel="Copyright" href="#rfc.copyrightnotice">
459      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
460      <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2">
461      <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3">
462      <link rel="Chapter" href="#rfc.section.4" title="4 Normative References">
463      <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A">
464      <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B">
465      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.640, 2014/06/13 12:42:58, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
466      <link rel="schema.dct" href="http://purl.org/dc/terms/">
467      <meta name="dct.creator" content="Reschke, J. F.">
468      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations-06">
469      <meta name="dct.issued" scheme="ISO8601" content="2013-02-23">
470      <meta name="dct.abstract" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established.">
471      <meta name="description" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established.">
472   </head>
473   <body onload="initFeedback();">
474      <table class="header">
475         <tbody>
476            <tr>
477               <td class="left">HTTPbis Working Group</td>
478               <td class="right">J. Reschke</td>
479            </tr>
480            <tr>
481               <td class="left">Internet-Draft</td>
482               <td class="right">greenbytes</td>
483            </tr>
484            <tr>
485               <td class="left">Intended status: Informational</td>
486               <td class="right">February 23, 2013</td>
487            </tr>
488            <tr>
489               <td class="left">Expires: August 27, 2013</td>
490               <td class="right"></td>
491            </tr>
492         </tbody>
493      </table>
494      <p class="title">Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP) Authentication&nbsp;Scheme&nbsp;Registrations<br><span class="filename">draft-ietf-httpbis-authscheme-registrations-06</span></p>
495      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
496      <p>This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
497         RFCs before the IANA HTTP Authentication Scheme Registry was established.
498      </p>
499      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
500      <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at &lt;<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>&gt;.
501      </p>
502      <p>The current issues list is at &lt;<a href="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations">http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations</a>&gt; and related documents (including fancy diffs) can be found at &lt;<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>&gt;.
503      </p>
504      <p>The changes in this draft are summarized in <a href="#changes.since.05" title="Since draft-ietf-httpbis-authscheme-registrations-05">Appendix&nbsp;B.6</a>.
505      </p>
506      <div id="rfc.status">
507         <h1><a href="#rfc.status">Status of This Memo</a></h1>
508         <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
509         <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute
510            working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.
511         </p>
512         <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
513            documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
514            in progress”.
515         </p>
516         <p>This Internet-Draft will expire on August 27, 2013.</p>
517      </div>
518      <div id="rfc.copyrightnotice">
519         <h1><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
520         <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
521         <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights
522            and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License
523            text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified
524            BSD License.
525         </p>
526      </div>
527      <hr class="noprint">
528      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
529      <ul class="toc">
530         <li><a href="#rfc.section.1">1.</a>&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
531         <li><a href="#rfc.section.2">2.</a>&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
532         <li><a href="#rfc.section.3">3.</a>&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
533         <li><a href="#rfc.section.4">4.</a>&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
534         <li><a href="#rfc.section.A">A.</a>&nbsp;&nbsp;&nbsp;<a href="#initial.registry.contents">Initial Registry Contents</a></li>
535         <li><a href="#rfc.section.B">B.</a>&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul>
536               <li><a href="#rfc.section.B.1">B.1</a>&nbsp;&nbsp;&nbsp;<a href="#changes.since.00">Since draft-ietf-httpbis-authscheme-registrations-00</a></li>
537               <li><a href="#rfc.section.B.2">B.2</a>&nbsp;&nbsp;&nbsp;<a href="#changes.since.01">Since draft-ietf-httpbis-authscheme-registrations-01</a></li>
538               <li><a href="#rfc.section.B.3">B.3</a>&nbsp;&nbsp;&nbsp;<a href="#changes.since.02">Since draft-ietf-httpbis-authscheme-registrations-02</a></li>
539               <li><a href="#rfc.section.B.4">B.4</a>&nbsp;&nbsp;&nbsp;<a href="#changes.since.03">Since draft-ietf-httpbis-authscheme-registrations-03</a></li>
540               <li><a href="#rfc.section.B.5">B.5</a>&nbsp;&nbsp;&nbsp;<a href="#changes.since.04">Since draft-ietf-httpbis-authscheme-registrations-04</a></li>
541               <li><a href="#rfc.section.B.6">B.6</a>&nbsp;&nbsp;&nbsp;<a href="#changes.since.05">Since draft-ietf-httpbis-authscheme-registrations-05</a></li>
542            </ul>
543         </li>
544         <li><a href="#rfc.authors">Author's Address</a></li>
545      </ul>
546      <div id="introduction">
547         <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a href="#introduction">Introduction</a></h1>
548         <p id="rfc.section.1.p.1">This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
549            RFCs before the IANA HTTP Authentication Scheme Registry was established.
550         </p>
551      </div>
552      <div id="security.considerations">
553         <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a href="#security.considerations">Security Considerations</a></h1>
554         <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
555      </div>
556      <div id="iana.considerations">
557         <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a href="#iana.considerations">IANA Considerations</a></h1>
558         <p id="rfc.section.3.p.1"><a href="#initial.registry.contents" title="Initial Registry Contents">Appendix&nbsp;A</a> provides initial registrations of HTTP authentication schemes for the IANA HTTP Authentication Scheme registry at &lt;<a href="http://www.iana.org/assignments/http-authschemes">http://www.iana.org/assignments/http-authschemes</a>&gt; (see <a href="draft-ietf-httpbis-p7-auth-22.html#authentication.scheme.registry" title="Authentication Scheme Registry">Section 2.3</a> of <a href="#draft-ietf-httpbis-p7-auth"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Authentication">[draft-ietf-httpbis-p7-auth]</cite></a>).
559         </p>
560      </div>
561      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
562      </h1>
563      <table>
564         <tr>
565            <td class="reference"><b id="RFC2617">[RFC2617]</b></td>
566            <td class="top"><a href="mailto:john@math.nwu.edu" title="Northwestern University, Department of Mathematics">Franks, J.</a>, <a href="mailto:pbaker@verisign.com" title="Verisign Inc.">Hallam-Baker, P.</a>, <a href="mailto:jeff@AbiSource.com" title="AbiSource, Inc.">Hostetler, J.</a>, <a href="mailto:lawrence@agranat.com" title="Agranat Systems, Inc.">Lawrence, S.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, Luotonen, A., and <a href="mailto:stewart@OpenMarket.com" title="Open Market, Inc.">L. Stewart</a>, “<a href="https://tools.ietf.org/html/rfc2617">HTTP Authentication: Basic and Digest Access Authentication</a>”, RFC&nbsp;2617, June&nbsp;1999.
567            </td>
568         </tr>
569         <tr>
570            <td class="reference"><b id="RFC4559">[RFC4559]</b></td>
571            <td class="top">Jaganathan, K., Zhu, L., and J. Brezak, “<a href="https://tools.ietf.org/html/rfc4559">SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</a>”, RFC&nbsp;4559, June&nbsp;2006.
572            </td>
573         </tr>
574         <tr>
575            <td class="reference"><b id="RFC5849">[RFC5849]</b></td>
576            <td class="top">Hammer-Lahav, E., “<a href="https://tools.ietf.org/html/rfc5849">The OAuth 1.0 Protocol</a>”, RFC&nbsp;5849, April&nbsp;2010.
577            </td>
578         </tr>
579         <tr>
580            <td class="reference"><b id="RFC6750">[RFC6750]</b></td>
581            <td class="top">Jones, M. and D. Hardt, “<a href="https://tools.ietf.org/html/rfc6750">The OAuth 2.0 Authorization Framework: Bearer Token Usage</a>”, RFC&nbsp;6750, October&nbsp;2012.
582            </td>
583         </tr>
584         <tr>
585            <td class="reference"><b id="draft-ietf-httpbis-p7-auth">[draft-ietf-httpbis-p7-auth]</b></td>
586            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-22">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p7-auth-22 (work in progress), February&nbsp;2013.
587            </td>
588         </tr>
589      </table>
590      <div id="initial.registry.contents">
591         <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a>&nbsp;<a href="#initial.registry.contents">Initial Registry Contents</a></h1>
592         <div id="rfc.table.u.1">
593            <table class="tt full left" cellpadding="3" cellspacing="0">
594               <thead>
595                  <tr>
596                     <th>Authentication Scheme Name</th>
597                     <th>Reference</th>
598                     <th>Notes</th>
599                  </tr>
600               </thead>
601               <tbody>
602                  <tr>
603                     <td class="left">Basic</td>
604                     <td class="left"><a href="#RFC2617"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>, <a href="https://tools.ietf.org/html/rfc2617#section-2">Section 2</a></td>
605                     <td class="left"></td>
606                  </tr>
607                  <tr>
608                     <td class="left">Bearer</td>
609                     <td class="left"><a href="#RFC6750"><cite title="The OAuth 2.0 Authorization Framework: Bearer Token Usage">[RFC6750]</cite></a></td>
610                     <td class="left"></td>
611                  </tr>
612                  <tr>
613                     <td class="left">Digest</td>
614                     <td class="left"><a href="#RFC2617"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>, <a href="https://tools.ietf.org/html/rfc2617#section-3">Section 3</a></td>
615                     <td class="left"></td>
616                  </tr>
617                  <tr>
618                     <td class="left">Negotiate</td>
619                     <td class="left"><a href="#RFC4559"><cite title="SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows">[RFC4559]</cite></a>, <a href="https://tools.ietf.org/html/rfc4559#section-3">Section 3</a></td>
620                     <td class="left">This authentication scheme violates both HTTP semantics (being connection-oriented) and syntax (use of syntax incompatible
621                        with the WWW-Authenticate and Authorization header field syntax).
622                     </td>
623                  </tr>
624                  <tr>
625                     <td class="left">OAuth</td>
626                     <td class="left"><a href="#RFC5849"><cite title="The OAuth 1.0 Protocol">[RFC5849]</cite></a>, <a href="https://tools.ietf.org/html/rfc5849#section-3.5.1">Section 3.5.1</a></td>
627                     <td class="left"></td>
628                  </tr>
629               </tbody>
630            </table>
631         </div>
632      </div>
633      <div id="change.log">
634         <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>
635         <div id="changes.since.00">
636            <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a>&nbsp;<a href="#changes.since.00">Since draft-ietf-httpbis-authscheme-registrations-00</a></h2>
637            <p id="rfc.section.B.1.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
638         </div>
639         <div id="changes.since.01">
640            <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a>&nbsp;<a href="#changes.since.01">Since draft-ietf-httpbis-authscheme-registrations-01</a></h2>
641            <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
642            <p id="rfc.section.B.2.p.2">Closed issues: </p>
643            <ul>
644               <li>&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/308">http://tools.ietf.org/wg/httpbis/trac/ticket/308</a>&gt;: "need to reserve 'negotiate' as auth scheme name"
645               </li>
646            </ul>
647         </div>
648         <div id="changes.since.02">
649            <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a>&nbsp;<a href="#changes.since.02">Since draft-ietf-httpbis-authscheme-registrations-02</a></h2>
650            <p id="rfc.section.B.3.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
651         </div>
652         <div id="changes.since.03">
653            <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a>&nbsp;<a href="#changes.since.03">Since draft-ietf-httpbis-authscheme-registrations-03</a></h2>
654            <p id="rfc.section.B.4.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
655         </div>
656         <div id="changes.since.04">
657            <h2 id="rfc.section.B.5"><a href="#rfc.section.B.5">B.5</a>&nbsp;<a href="#changes.since.04">Since draft-ietf-httpbis-authscheme-registrations-04</a></h2>
658            <p id="rfc.section.B.5.p.1">Closed issues: </p>
659            <ul>
660               <li>&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/382">http://tools.ietf.org/wg/httpbis/trac/ticket/382</a>&gt;: "add OAuth auth scheme to initial registry contents"
661               </li>
662            </ul>
663            <p id="rfc.section.B.5.p.2">Update draft-ietf-httpbis-p7-auth reference. Added OAuth 2.0 Bearer scheme.</p>
664         </div>
665         <div id="changes.since.05">
666            <h2 id="rfc.section.B.6"><a href="#rfc.section.B.6">B.6</a>&nbsp;<a href="#changes.since.05">Since draft-ietf-httpbis-authscheme-registrations-05</a></h2>
667            <p id="rfc.section.B.6.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
668         </div>
669      </div>
670      <div class="avoidbreak">
671         <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
672         <p><b>Julian F. Reschke</b><br>greenbytes GmbH<br>Hafenweg 16<br>Muenster, NW&nbsp;48155<br>Germany<br>Email: <a href="mailto:julian.reschke@greenbytes.de">julian.reschke@greenbytes.de</a><br>URI: <a href="http://greenbytes.de/tech/webdav/">http://greenbytes.de/tech/webdav/</a></p>
673      </div>
674   </body>
675</html>
Note: See TracBrowser for help on using the repository browser.