source: draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.xml @ 1852

Last change on this file since 1852 was 1845, checked in by julian.reschke@…, 11 years ago

update to latest version of rfc2629.xslt, bump up document dates

  • Property svn:executable set to *
  • Property svn:mime-type set to text/xml
File size: 9.2 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-latest" 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="September" year="2012"/>
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.04"/>.
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  <xref target="initial.registry.contents"/> provides initial registrations
93  of HTTP authentication schemes for 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</section> 
98  </middle>
99  <back>
100 
101<references title="Normative References">
102
103<reference anchor="draft-ietf-httpbis-p7-auth">
104  <front>
105    <title abbrev="HTTP/1.1">HTTP/1.1, part 7: Authentication</title>
106    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
107      <organization abbrev="Adobe">Adobe Systems Incorporated</organization>
108      <address><email>fielding@gbiv.com</email></address>
109    </author>
110    <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
111      <organization abbrev="W3C">World Wide Web Consortium</organization>
112      <address><email>ylafon@w3.org</email></address>
113    </author>
114    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
115      <organization abbrev="greenbytes">greenbytes GmbH</organization>
116      <address><email>julian.reschke@greenbytes.de</email></address>
117    </author>
118    <date month="July" year="2012"/>
119  </front>
120  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p7-auth-20"/>
121  <x:source href="../../draft-ietf-httpbis/20/p7-auth.xml" basename="draft-ietf-httpbis-p7-auth-20"/>
122</reference>
123
124<reference anchor="RFC2617">
125  <front>
126    <title abbrev="HTTP Authentication">HTTP Authentication: Basic and Digest Access Authentication</title>
127    <author initials="J." surname="Franks" fullname="John Franks">
128      <organization>Northwestern University, Department of Mathematics</organization>
129      <address><email>john@math.nwu.edu</email></address>
130    </author>
131    <author initials="P.M." surname="Hallam-Baker" fullname="Phillip M. Hallam-Baker">
132      <organization>Verisign Inc.</organization>
133      <address><email>pbaker@verisign.com</email></address>
134    </author>
135    <author initials="J.L." surname="Hostetler" fullname="Jeffery L. Hostetler">
136      <organization>AbiSource, Inc.</organization>
137      <address><email>jeff@AbiSource.com</email></address>
138    </author>
139    <author initials="S.D." surname="Lawrence" fullname="Scott D. Lawrence">
140      <organization>Agranat Systems, Inc.</organization>
141      <address><email>lawrence@agranat.com</email></address>
142    </author>
143    <author initials="P.J." surname="Leach" fullname="Paul J. Leach">
144      <organization>Microsoft Corporation</organization>
145      <address><email>paulle@microsoft.com</email></address>
146    </author>
147    <author initials="A." surname="Luotonen" fullname="Ari Luotonen">
148      <organization>Netscape Communications Corporation</organization>
149    </author>
150    <author initials="L." surname="Stewart" fullname="Lawrence C. Stewart">
151      <organization>Open Market, Inc.</organization>
152      <address><email>stewart@OpenMarket.com</email></address>
153    </author>
154    <date month="June" year="1999"/>
155  </front>
156  <seriesInfo name="RFC" value="2617"/>
157</reference>
158
159<reference anchor="RFC4559">
160  <front>
161    <title>SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</title>
162    <author initials="K." surname="Jaganathan" fullname="K. Jaganathan"/>
163    <author initials="L." surname="Zhu" fullname="L. Zhu"/>
164    <author initials="J." surname="Brezak" fullname="J. Brezak"/>
165    <date year="2006" month="June"/>
166  </front>
167  <seriesInfo name="RFC" value="4559"/>
168</reference>
169
170</references>
171 
172<!--<references title="Informative References">
173</references>-->
174
175<section title="Initial Registry Contents" anchor="initial.registry.contents">
176<texttable align="left">
177
178<ttcol>Authentication Scheme Name</ttcol>
179<ttcol>Reference</ttcol>
180<ttcol>Notes</ttcol>
181
182<c>Basic</c><c><xref target="RFC2617" x:fmt="," x:sec="2"/></c><c/>
183
184<c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/>
185
186<c>Negotiate</c><c><xref target="RFC4559" x:fmt="," x:sec="3"/></c>
187<c>This authentication scheme violates both HTTP semantics (being connection-oriented)
188and syntax (use of syntax incompatible with the WWW-Authenticate and Authorization header field
189syntax).</c>
190
191</texttable>
192</section>
193
194<section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log">
195<section title="Since draft-ietf-httpbis-authscheme-registrations-00" anchor="changes.since.00">
196<t>
197  Update draft-ietf-httpbis-p7-auth reference.
198</t>
199</section>
200
201<section title="Since draft-ietf-httpbis-authscheme-registrations-01" anchor="changes.since.01">
202<t>
203  Update draft-ietf-httpbis-p7-auth reference.
204</t>
205<t>
206  Closed issues:
207  <list style="symbols">
208    <t>
209      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/308"/>:
210      "need to reserve 'negotiate' as auth scheme name"
211    </t>
212  </list>
213</t>
214</section>
215
216<section title="Since draft-ietf-httpbis-authscheme-registrations-02" anchor="changes.since.02">
217<t>
218  Update draft-ietf-httpbis-p7-auth reference.
219</t>
220</section>
221
222<section title="Since draft-ietf-httpbis-authscheme-registrations-03" anchor="changes.since.03">
223<t>
224  Update draft-ietf-httpbis-p7-auth reference.
225</t>
226</section>
227
228<section title="Since draft-ietf-httpbis-authscheme-registrations-04" anchor="changes.since.04">
229<t>
230  None yet.
231</t>
232</section>
233</section>
234
235  </back>
236
237</rfc>
Note: See TracBrowser for help on using the repository browser.