source: draft-ietf-httpbis-authscheme-registrations/00/draft-ietf-httpbis-authscheme-registrations.html @ 1205

Last change on this file since 1205 was 1082, checked in by julian.reschke@…, 12 years ago

Prepare publication of authscheme-registrations-00

File size: 16.2 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD HTML 4.01//EN">
3<html lang="en">
4   <head profile="http://www.w3.org/2006/03/hcard 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><style type="text/css" title="Xml2Rfc (sans serif)">
9a {
10  text-decoration: none;
11}
12a.smpl {
13  color: black;
14}
15a:hover {
16  text-decoration: underline;
17}
18a:active {
19  text-decoration: underline;
20}
21address {
22  margin-top: 1em;
23  margin-left: 2em;
24  font-style: normal;
25}
26body {
27  color: black;
28  font-family: verdana, helvetica, arial, sans-serif;
29  font-size: 10pt;
30}
31cite {
32  font-style: normal;
33}
34dd {
35  margin-right: 2em;
36}
37dl {
38  margin-left: 2em;
39}
40
41ul.empty {
42  list-style-type: none;
43}
44ul.empty li {
45  margin-top: .5em;
46}
47dl p {
48  margin-left: 0em;
49}
50dt {
51  margin-top: .5em;
52}
53h1 {
54  font-size: 14pt;
55  line-height: 21pt;
56  page-break-after: avoid;
57}
58h1.np {
59  page-break-before: always;
60}
61h1 a {
62  color: #333333;
63}
64h2 {
65  font-size: 12pt;
66  line-height: 15pt;
67  page-break-after: avoid;
68}
69h3, h4, h5, h6 {
70  font-size: 10pt;
71  page-break-after: avoid;
72}
73h2 a, h3 a, h4 a, h5 a, h6 a {
74  color: black;
75}
76img {
77  margin-left: 3em;
78}
79li {
80  margin-left: 2em;
81  margin-right: 2em;
82}
83ol {
84  margin-left: 2em;
85  margin-right: 2em;
86}
87ol p {
88  margin-left: 0em;
89}
90p {
91  margin-left: 2em;
92  margin-right: 2em;
93}
94pre {
95  margin-left: 3em;
96  background-color: lightyellow;
97  padding: .25em;
98}
99pre.text2 {
100  border-style: dotted;
101  border-width: 1px;
102  background-color: #f0f0f0;
103  width: 69em;
104}
105pre.inline {
106  background-color: white;
107  padding: 0em;
108}
109pre.text {
110  border-style: dotted;
111  border-width: 1px;
112  background-color: #f8f8f8;
113  width: 69em;
114}
115pre.drawing {
116  border-style: solid;
117  border-width: 1px;
118  background-color: #f8f8f8;
119  padding: 2em;
120}
121table {
122  margin-left: 2em;
123}
124table.tt {
125  vertical-align: top;
126}
127table.full {
128  border-style: outset;
129  border-width: 1px;
130}
131table.headers {
132  border-style: outset;
133  border-width: 1px;
134}
135table.tt td {
136  vertical-align: top;
137}
138table.full td {
139  border-style: inset;
140  border-width: 1px;
141}
142table.tt th {
143  vertical-align: top;
144}
145table.full th {
146  border-style: inset;
147  border-width: 1px;
148}
149table.headers th {
150  border-style: none none inset none;
151  border-width: 1px;
152}
153table.left {
154  margin-right: auto;
155}
156table.right {
157  margin-left: auto;
158}
159table.center {
160  margin-left: auto;
161  margin-right: auto;
162}
163caption {
164  caption-side: bottom;
165  font-weight: bold;
166  font-size: 9pt;
167  margin-top: .5em;
168}
169
170table.header {
171  border-spacing: 1px;
172  width: 95%;
173  font-size: 10pt;
174  color: white;
175}
176td.top {
177  vertical-align: top;
178}
179td.topnowrap {
180  vertical-align: top;
181  white-space: nowrap;
182}
183table.header td {
184  background-color: gray;
185  width: 50%;
186}
187td.reference {
188  vertical-align: top;
189  white-space: nowrap;
190  padding-right: 1em;
191}
192thead {
193  display:table-header-group;
194}
195ul.toc, ul.toc ul {
196  list-style: none;
197  margin-left: 1.5em;
198  margin-right: 0em;
199  padding-left: 0em;
200}
201ul.toc li {
202  line-height: 150%;
203  font-weight: bold;
204  font-size: 10pt;
205  margin-left: 0em;
206  margin-right: 0em;
207}
208ul.toc li li {
209  line-height: normal;
210  font-weight: normal;
211  font-size: 9pt;
212  margin-left: 0em;
213  margin-right: 0em;
214}
215li.excluded {
216  font-size: 0pt;
217}
218ul p {
219  margin-left: 0em;
220}
221
222.comment {
223  background-color: yellow;
224}
225.center {
226  text-align: center;
227}
228.error {
229  color: red;
230  font-style: italic;
231  font-weight: bold;
232}
233.figure {
234  font-weight: bold;
235  text-align: center;
236  font-size: 9pt;
237}
238.filename {
239  color: #333333;
240  font-weight: bold;
241  font-size: 12pt;
242  line-height: 21pt;
243  text-align: center;
244}
245.fn {
246  font-weight: bold;
247}
248.hidden {
249  display: none;
250}
251.left {
252  text-align: left;
253}
254.right {
255  text-align: right;
256}
257.title {
258  color: #990000;
259  font-size: 18pt;
260  line-height: 18pt;
261  font-weight: bold;
262  text-align: center;
263  margin-top: 36pt;
264}
265.vcardline {
266  display: block;
267}
268.warning {
269  font-size: 14pt;
270  background-color: yellow;
271}
272
273
274@media print {
275  .noprint {
276    display: none;
277  }
278 
279  a {
280    color: black;
281    text-decoration: none;
282  }
283
284  table.header {
285    width: 90%;
286  }
287
288  td.header {
289    width: 50%;
290    color: black;
291    background-color: white;
292    vertical-align: top;
293    font-size: 12pt;
294  }
295
296  ul.toc a::after {
297    content: leader('.') target-counter(attr(href), page);
298  }
299 
300  ul.ind li li a {
301    content: target-counter(attr(href), page);
302  }
303 
304  .print2col {
305    column-count: 2;
306    -moz-column-count: 2;
307    column-fill: auto;
308  }
309}
310
311@page {
312  @top-left {
313       content: "Internet-Draft";
314  }
315  @top-right {
316       content: "November 2010";
317  }
318  @top-center {
319       content: "HTTP Authentication Scheme Registrations";
320  }
321  @bottom-left {
322       content: "Reschke";
323  }
324  @bottom-center {
325       content: "Informational";
326  }
327  @bottom-right {
328       content: "[Page " counter(page) "]";
329  }
330}
331
332@page:first {
333    @top-left {
334      content: normal;
335    }
336    @top-right {
337      content: normal;
338    }
339    @top-center {
340      content: normal;
341    }
342}
343</style><link rel="Contents" href="#rfc.toc">
344      <link rel="Author" href="#rfc.authors">
345      <link rel="Copyright" href="#rfc.copyrightnotice">
346      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
347      <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2">
348      <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3">
349      <link rel="Chapter" href="#rfc.section.4" title="4 Normative References">
350      <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A">
351      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.531, 2010-10-31 21:50:52, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
352      <link rel="schema.dct" href="http://purl.org/dc/terms/">
353      <meta name="dct.creator" content="Reschke, J. F.">
354      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations-00">
355      <meta name="dct.issued" scheme="ISO8601" content="2010-11-09">
356      <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.">
357      <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.">
358   </head>
359   <body>
360      <table class="header">
361         <tbody>
362            <tr>
363               <td class="left">HTTPbis Working Group</td>
364               <td class="right">J. Reschke</td>
365            </tr>
366            <tr>
367               <td class="left">Internet-Draft</td>
368               <td class="right">greenbytes</td>
369            </tr>
370            <tr>
371               <td class="left">Intended status: Informational</td>
372               <td class="right">November 9, 2010</td>
373            </tr>
374            <tr>
375               <td class="left">Expires: May 13, 2011</td>
376               <td class="right"></td>
377            </tr>
378         </tbody>
379      </table>
380      <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-00</span></p>
381      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
382      <p>This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
383         RFCs before the IANA HTTP Authentication Scheme Registry was established.
384      </p>
385      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
386      <p>Discussion of this draft should take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org). The current issues
387         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;.
388      </p>   
389      <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1>
390      <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
391      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute
392         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>.
393      </p>
394      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
395         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
396         in progress”.
397      </p>
398      <p>This Internet-Draft will expire on May 13, 2011.</p>
399      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
400      <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
401      <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
402         and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License
403         text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified
404         BSD License.
405      </p>
406      <hr class="noprint">
407      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
408      <ul class="toc">
409         <li>1.&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
410         <li>2.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
411         <li>3.&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
412         <li>4.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
413         <li><a href="#rfc.authors">Author's Address</a></li>
414         <li>A.&nbsp;&nbsp;&nbsp;<a href="#initial.registry.contents">Initial Registry Contents</a></li>
415      </ul>
416      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="introduction" href="#introduction">Introduction</a></h1>
417      <p id="rfc.section.1.p.1">This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
418         RFCs before the IANA HTTP Authentication Scheme Registry was established.
419      </p>
420      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
421      <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
422      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1>
423      <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-12.html#authentication.scheme.registry" title="Authentication Scheme Registry">Section 2.1</a> of <a href="#draft-ietf-httpbis-p7-auth"><cite title="HTTP/1.1, part 7: Authentication">[draft-ietf-httpbis-p7-auth]</cite></a>).
424      </p>
425      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
426      </h1>
427      <table>   
428         <tr>
429            <td class="reference"><b id="RFC2617">[RFC2617]</b></td>
430            <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="http://tools.ietf.org/html/rfc2617">HTTP Authentication: Basic and Digest Access Authentication</a>”, RFC&nbsp;2617, June&nbsp;1999.
431            </td>
432         </tr>
433         <tr>
434            <td class="reference"><b id="draft-ietf-httpbis-p7-auth">[draft-ietf-httpbis-p7-auth]</b></td>
435            <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@freedesktop.org" title="Alcatel-Lucent Bell Labs">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-12">HTTP/1.1, part 7: Authentication</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p7-auth-12 (work in progress), October&nbsp;2010.
436            </td>
437         </tr>
438      </table>
439      <div class="avoidbreak">
440         <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
441         <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span><span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span>&nbsp;<span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline">Email: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address>
442      </div>
443      <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a>&nbsp;<a id="initial.registry.contents" href="#initial.registry.contents">Initial Registry Contents</a></h1>
444      <div id="rfc.table.u.1">
445         <table class="tt full left" cellpadding="3" cellspacing="0">
446            <thead>
447               <tr>
448                  <th>Authentication Scheme Name</th>
449                  <th>Reference</th>
450               </tr>
451            </thead>
452            <tbody>
453               <tr>
454                  <td class="left">Basic</td>
455                  <td class="left"><a href="#RFC2617"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>, <a href="http://tools.ietf.org/html/rfc2617#section-2">Section 2</a></td>
456               </tr>
457               <tr>
458                  <td class="left">Digest</td>
459                  <td class="left"><a href="#RFC2617"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>, <a href="http://tools.ietf.org/html/rfc2617#section-3">Section 3</a></td>
460               </tr>
461            </tbody>
462         </table>
463      </div>
464   </body>
465</html>
Note: See TracBrowser for help on using the repository browser.