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-03" category="info"> |
---|
26 | <x:feedback template="mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"/> |
---|
27 | <front> |
---|
28 | <title abbrev="HTTP Authentication Scheme Registrations">Initial Hypertext Transfer Protocol (HTTP) |
---|
29 | Authentication Scheme 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="February" year="2012" day="20"/> |
---|
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 should take 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.02"/>. |
---|
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="J." surname="Gettys" fullname="Jim Gettys"> |
---|
111 | <organization abbrev="Alcatel-Lucent">Alcatel-Lucent Bell Labs</organization> |
---|
112 | <address><email>jg@freedesktop.org</email></address> |
---|
113 | </author> |
---|
114 | <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> |
---|
115 | <organization abbrev="HP">Hewlett-Packard Company</organization> |
---|
116 | <address><email>JeffMogul@acm.org</email></address> |
---|
117 | </author> |
---|
118 | <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> |
---|
119 | <organization abbrev="Microsoft">Microsoft Corporation</organization> |
---|
120 | <address><email>henrikn@microsoft.com</email></address> |
---|
121 | </author> |
---|
122 | <author initials="L." surname="Masinter" fullname="Larry Masinter"> |
---|
123 | <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> |
---|
124 | <address><email>LMM@acm.org</email></address> |
---|
125 | </author> |
---|
126 | <author initials="P." surname="Leach" fullname="Paul J. Leach"> |
---|
127 | <organization abbrev="Microsoft">Microsoft Corporation</organization> |
---|
128 | <address><email>paulle@microsoft.com</email></address> |
---|
129 | </author> |
---|
130 | <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> |
---|
131 | <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> |
---|
132 | <address><email>timbl@w3.org</email></address> |
---|
133 | </author> |
---|
134 | <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor"> |
---|
135 | <organization abbrev="W3C">World Wide Web Consortium</organization> |
---|
136 | <address><email>ylafon@w3.org</email></address> |
---|
137 | </author> |
---|
138 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
139 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
140 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
141 | </author> |
---|
142 | <date month="January" year="2012"/> |
---|
143 | </front> |
---|
144 | <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p7-auth-18"/> |
---|
145 | <x:source href="../../draft-ietf-httpbis/18/p7-auth.xml" basename="draft-ietf-httpbis-p7-auth-18"/> |
---|
146 | </reference> |
---|
147 | |
---|
148 | <reference anchor="RFC2617"> |
---|
149 | <front> |
---|
150 | <title abbrev="HTTP Authentication">HTTP Authentication: Basic and Digest Access Authentication</title> |
---|
151 | <author initials="J." surname="Franks" fullname="John Franks"> |
---|
152 | <organization>Northwestern University, Department of Mathematics</organization> |
---|
153 | <address><email>john@math.nwu.edu</email></address> |
---|
154 | </author> |
---|
155 | <author initials="P.M." surname="Hallam-Baker" fullname="Phillip M. Hallam-Baker"> |
---|
156 | <organization>Verisign Inc.</organization> |
---|
157 | <address><email>pbaker@verisign.com</email></address> |
---|
158 | </author> |
---|
159 | <author initials="J.L." surname="Hostetler" fullname="Jeffery L. Hostetler"> |
---|
160 | <organization>AbiSource, Inc.</organization> |
---|
161 | <address><email>jeff@AbiSource.com</email></address> |
---|
162 | </author> |
---|
163 | <author initials="S.D." surname="Lawrence" fullname="Scott D. Lawrence"> |
---|
164 | <organization>Agranat Systems, Inc.</organization> |
---|
165 | <address><email>lawrence@agranat.com</email></address> |
---|
166 | </author> |
---|
167 | <author initials="P.J." surname="Leach" fullname="Paul J. Leach"> |
---|
168 | <organization>Microsoft Corporation</organization> |
---|
169 | <address><email>paulle@microsoft.com</email></address> |
---|
170 | </author> |
---|
171 | <author initials="A." surname="Luotonen" fullname="Ari Luotonen"> |
---|
172 | <organization>Netscape Communications Corporation</organization> |
---|
173 | </author> |
---|
174 | <author initials="L." surname="Stewart" fullname="Lawrence C. Stewart"> |
---|
175 | <organization>Open Market, Inc.</organization> |
---|
176 | <address><email>stewart@OpenMarket.com</email></address> |
---|
177 | </author> |
---|
178 | <date month="June" year="1999"/> |
---|
179 | </front> |
---|
180 | <seriesInfo name="RFC" value="2617"/> |
---|
181 | </reference> |
---|
182 | |
---|
183 | <reference anchor="RFC4559"> |
---|
184 | <front> |
---|
185 | <title>SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</title> |
---|
186 | <author initials="K." surname="Jaganathan" fullname="K. Jaganathan"/> |
---|
187 | <author initials="L." surname="Zhu" fullname="L. Zhu"/> |
---|
188 | <author initials="J." surname="Brezak" fullname="J. Brezak"/> |
---|
189 | <date year="2006" month="June"/> |
---|
190 | </front> |
---|
191 | <seriesInfo name="RFC" value="4559"/> |
---|
192 | </reference> |
---|
193 | |
---|
194 | </references> |
---|
195 | |
---|
196 | <!--<references title="Informative References"> |
---|
197 | </references>--> |
---|
198 | |
---|
199 | <section title="Initial Registry Contents" anchor="initial.registry.contents"> |
---|
200 | <texttable align="left"> |
---|
201 | |
---|
202 | <ttcol>Authentication Scheme Name</ttcol> |
---|
203 | <ttcol>Reference</ttcol> |
---|
204 | <ttcol>Notes</ttcol> |
---|
205 | |
---|
206 | <c>Basic</c><c><xref target="RFC2617" x:fmt="," x:sec="2"/></c><c/> |
---|
207 | |
---|
208 | <c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/> |
---|
209 | |
---|
210 | <c>Negotiate</c><c><xref target="RFC4559" x:fmt="," x:sec="3"/></c> |
---|
211 | <c>This authentication scheme violates both HTTP semantics (being connection-oriented) |
---|
212 | and syntax (use of syntax incompatible with the WWW-Authenticate and Authorization header field |
---|
213 | syntax).</c> |
---|
214 | |
---|
215 | </texttable> |
---|
216 | </section> |
---|
217 | |
---|
218 | <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> |
---|
219 | <section title="Since draft-ietf-httpbis-authscheme-registrations-00" anchor="changes.since.00"> |
---|
220 | <t> |
---|
221 | Update draft-ietf-httpbis-p7-auth reference. |
---|
222 | </t> |
---|
223 | </section> |
---|
224 | |
---|
225 | <section title="Since draft-ietf-httpbis-authscheme-registrations-01" anchor="changes.since.01"> |
---|
226 | <t> |
---|
227 | Update draft-ietf-httpbis-p7-auth reference. |
---|
228 | </t> |
---|
229 | <t> |
---|
230 | Closed issues: |
---|
231 | <list style="symbols"> |
---|
232 | <t> |
---|
233 | <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/308"/>: |
---|
234 | "need to reserve 'negotiate' as auth scheme name" |
---|
235 | </t> |
---|
236 | </list> |
---|
237 | </t> |
---|
238 | </section> |
---|
239 | |
---|
240 | <section title="Since draft-ietf-httpbis-authscheme-registrations-02" anchor="changes.since.02"> |
---|
241 | <t> |
---|
242 | Update draft-ietf-httpbis-p7-auth reference. |
---|
243 | </t> |
---|
244 | </section> |
---|
245 | </section> |
---|
246 | |
---|
247 | </back> |
---|
248 | |
---|
249 | </rfc> |
---|