source: draft-ietf-httpbis-authscheme-registrations/09/draft-ietf-httpbis-authscheme-registrations.xml @ 2498

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

Update references to -25.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:mime-type set to text/xml
File size: 9.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<?xml-stylesheet type='text/xsl' href='../../draft-ietf-httpbis/myxml2rfc.xslt'?>
3<?rfc toc="yes"?>
4<?rfc symrefs="yes"?>
5<?rfc sortrefs="yes"?>
6<?rfc compact="yes"?>
7<?rfc comments="yes"?>
8<?rfc inline="yes"?>
9<?rfc subcompact="no"?>
10<?rfc rfcedstyle="yes"?>
11<?rfc-ext allow-markup-in-artwork="yes" ?>
12
13<!DOCTYPE rfc [
14  <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>">
15  <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>">
16  <!ENTITY MUST-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST NOT</bcp14>">
17  <!ENTITY OPTIONAL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>OPTIONAL</bcp14>">
18  <!ENTITY RECOMMENDED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>RECOMMENDED</bcp14>">
19  <!ENTITY REQUIRED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>REQUIRED</bcp14>">
20  <!ENTITY SHALL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL</bcp14>">
21  <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>">
22  <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>">
23  <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>">
24]>
25<rfc xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="trust200902" docName="draft-ietf-httpbis-authscheme-registrations-09" category="info">
26<x:feedback template="mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&amp;body=&lt;{ref}&gt;:"/>
27        <front>
28  <title abbrev="HTTP Authentication Scheme Registrations">Initial Hypertext&#160;Transfer&#160;Protocol&#160;(HTTP)
29  Authentication&#160;Scheme&#160;Registrations</title>
30
31  <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
32    <organization abbrev="greenbytes">greenbytes GmbH</organization>
33    <address>
34      <postal>
35        <street>Hafenweg 16</street>
36        <city>Muenster</city><region>NW</region><code>48155</code>
37        <country>Germany</country>
38      </postal>
39      <email>julian.reschke@greenbytes.de</email>       
40      <uri>http://greenbytes.de/tech/webdav/</uri>     
41    </address>
42  </author>
43
44  <date month="November" year="2013" day="17"/>
45  <workgroup>HTTPbis Working Group</workgroup>
46 
47  <abstract>
48  <t>
49    This document registers Hypertext Transfer Protocol (HTTP)
50    authentication schemes which have been defined in standards-track RFCs
51    before the IANA HTTP Authentication Scheme Registry was established.
52  </t>
53  </abstract>
54 
55  <note title="Editorial Note (To be removed by RFC Editor)">
56    <t>
57      Discussion of this draft takes place on the HTTPBIS working group
58      mailing list (ietf-http-wg@w3.org), which is archived at
59      <eref target="http://lists.w3.org/Archives/Public/ietf-http-wg/"/>.
60    </t>
61    <t>
62      The current issues list is at
63      <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations"/> and related
64      documents (including fancy diffs) can be found at
65      <eref target="http://tools.ietf.org/wg/httpbis/"/>.
66    </t>
67    <t>
68      The changes in this draft are summarized in <xref target="changes.since.08"/>.
69    </t>
70  </note>
71
72  </front>
73
74  <middle>
75
76<section title="Introduction" anchor="introduction">
77  <t>
78    This document registers Hypertext Transfer Protocol (HTTP)
79    authentication schemes which have been defined in standards-track RFCs
80    before the IANA HTTP Authentication Scheme Registry was established.
81  </t>
82</section> 
83 
84<section title="Security Considerations" anchor="security.considerations">
85  <t>
86    There are no security considerations related to the registration itself.
87  </t>
88</section> 
89
90<section title="IANA Considerations" anchor="iana.considerations">
91<t>
92  The table below provides registrations of HTTP authentication schemes to be
93  added to the IANA HTTP Authentication Scheme registry
94  at <eref target="http://www.iana.org/assignments/http-authschemes"/>
95  (see <xref target="draft-ietf-httpbis-p7-auth" x:rel="#authentication.scheme.registry"/>).
96</t>
97<texttable align="left">
98
99<ttcol>Authentication Scheme Name</ttcol>
100<ttcol>Reference</ttcol>
101<ttcol>Notes</ttcol>
102
103<c>Basic</c><c><xref target="RFC2617" x:fmt="," x:sec="2"/></c><c/>
104<c>Bearer</c><c><xref target="RFC6750"/></c><c/>
105
106<c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/>
107
108<c>Negotiate</c><c><xref target="RFC4559" x:fmt="," x:sec="3"/></c>
109<c>This authentication scheme violates both HTTP semantics (being connection-oriented)
110and syntax (use of syntax incompatible with the WWW-Authenticate and Authorization header field
111syntax).</c>
112
113<c>OAuth</c><c><xref target="RFC5849" x:fmt="," x:sec="3.5.1"/></c><c/>
114
115</texttable>
116</section> 
117  </middle>
118  <back>
119 
120<references title="Normative References">
121
122<reference anchor="draft-ietf-httpbis-p7-auth">
123  <front>
124    <title>Hypertext Transfer Protocol (HTTP/1.1): Authentication</title>
125    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
126      <organization abbrev="Adobe">Adobe Systems Incorporated</organization>
127      <address><email>fielding@gbiv.com</email></address>
128    </author>
129    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
130      <organization abbrev="greenbytes">greenbytes GmbH</organization>
131      <address><email>julian.reschke@greenbytes.de</email></address>
132    </author>
133    <date month="November" year="2013"/>
134  </front>
135  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p7-auth-25"/>
136  <x:source href="../../draft-ietf-httpbis/25/p7-auth.xml" basename="draft-ietf-httpbis-p7-auth-25"/>
137</reference>
138
139<reference anchor="RFC2617">
140  <front>
141    <title abbrev="HTTP Authentication">HTTP Authentication: Basic and Digest Access Authentication</title>
142    <author initials="J." surname="Franks" fullname="John Franks">
143      <organization>Northwestern University, Department of Mathematics</organization>
144      <address><email>john@math.nwu.edu</email></address>
145    </author>
146    <author initials="P.M." surname="Hallam-Baker" fullname="Phillip M. Hallam-Baker">
147      <organization>Verisign Inc.</organization>
148      <address><email>pbaker@verisign.com</email></address>
149    </author>
150    <author initials="J.L." surname="Hostetler" fullname="Jeffery L. Hostetler">
151      <organization>AbiSource, Inc.</organization>
152      <address><email>jeff@AbiSource.com</email></address>
153    </author>
154    <author initials="S.D." surname="Lawrence" fullname="Scott D. Lawrence">
155      <organization>Agranat Systems, Inc.</organization>
156      <address><email>lawrence@agranat.com</email></address>
157    </author>
158    <author initials="P.J." surname="Leach" fullname="Paul J. Leach">
159      <organization>Microsoft Corporation</organization>
160      <address><email>paulle@microsoft.com</email></address>
161    </author>
162    <author initials="A." surname="Luotonen" fullname="Ari Luotonen">
163      <organization>Netscape Communications Corporation</organization>
164    </author>
165    <author initials="L." surname="Stewart" fullname="Lawrence C. Stewart">
166      <organization>Open Market, Inc.</organization>
167      <address><email>stewart@OpenMarket.com</email></address>
168    </author>
169    <date month="June" year="1999"/>
170  </front>
171  <seriesInfo name="RFC" value="2617"/>
172</reference>
173
174<reference anchor="RFC4559">
175  <front>
176    <title>SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</title>
177    <author initials="K." surname="Jaganathan" fullname="K. Jaganathan"/>
178    <author initials="L." surname="Zhu" fullname="L. Zhu"/>
179    <author initials="J." surname="Brezak" fullname="J. Brezak"/>
180    <date year="2006" month="June"/>
181  </front>
182  <seriesInfo name="RFC" value="4559"/>
183</reference>
184
185<reference anchor="RFC5849">
186  <front>
187    <title>The OAuth 1.0 Protocol</title>
188    <author initials="E." surname="Hammer-Lahav" fullname="Eran Hammer-Lahav"/>
189    <date year="2010" month="April" />
190  </front>
191  <seriesInfo name="RFC" value="5849" />
192</reference>
193
194<reference anchor="RFC6750">
195  <front>
196    <title>The OAuth 2.0 Authorization Framework: Bearer Token Usage</title>
197    <author initials="M." surname="Jones" fullname="Michael B. Jones"/>
198    <author initials="D." surname="Hardt" fullname="Dick Hardt"/>
199    <date year="2012" month="October"/>
200  </front>
201  <seriesInfo name="RFC" value="6750"/>
202</reference>
203
204</references>
205 
206<!--<references title="Informative References">
207</references>-->
208
209<section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log">
210<t>
211  Changes up to the IETF Last Call draft are summarized in <eref target="http://trac.tools.ietf.org/html/draft-ietf-httpbis-authscheme-registrations-08#appendix-B"/>.
212</t>
213<section title="Since draft-ietf-httpbis-authscheme-registrations-08" anchor="changes.since.08">
214<t>
215  Closed issues:
216  <list style="symbols">
217    <t>
218      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/514"/>:
219      "registration tables should be inside IANA considerations"
220    </t>
221  </list>
222</t>
223<t>
224  Clarified the IANA action to say "add".
225</t>
226<t>
227  Updated httpbis reference.
228</t>
229</section>
230</section>
231
232  </back>
233
234</rfc>
Note: See TracBrowser for help on using the repository browser.