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-05" 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="October" year="2012" day="13"/> |
---|
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>Hypertext Transfer Protocol (HTTP/1.1): 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. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
111 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
112 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
113 | </author> |
---|
114 | <date month="October" year="2012"/> |
---|
115 | </front> |
---|
116 | <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p7-auth-21"/> |
---|
117 | <x:source href="../../draft-ietf-httpbis/21/p7-auth.xml" basename="draft-ietf-httpbis-p7-auth-21"/> |
---|
118 | </reference> |
---|
119 | |
---|
120 | <reference anchor="RFC2617"> |
---|
121 | <front> |
---|
122 | <title abbrev="HTTP Authentication">HTTP Authentication: Basic and Digest Access Authentication</title> |
---|
123 | <author initials="J." surname="Franks" fullname="John Franks"> |
---|
124 | <organization>Northwestern University, Department of Mathematics</organization> |
---|
125 | <address><email>john@math.nwu.edu</email></address> |
---|
126 | </author> |
---|
127 | <author initials="P.M." surname="Hallam-Baker" fullname="Phillip M. Hallam-Baker"> |
---|
128 | <organization>Verisign Inc.</organization> |
---|
129 | <address><email>pbaker@verisign.com</email></address> |
---|
130 | </author> |
---|
131 | <author initials="J.L." surname="Hostetler" fullname="Jeffery L. Hostetler"> |
---|
132 | <organization>AbiSource, Inc.</organization> |
---|
133 | <address><email>jeff@AbiSource.com</email></address> |
---|
134 | </author> |
---|
135 | <author initials="S.D." surname="Lawrence" fullname="Scott D. Lawrence"> |
---|
136 | <organization>Agranat Systems, Inc.</organization> |
---|
137 | <address><email>lawrence@agranat.com</email></address> |
---|
138 | </author> |
---|
139 | <author initials="P.J." surname="Leach" fullname="Paul J. Leach"> |
---|
140 | <organization>Microsoft Corporation</organization> |
---|
141 | <address><email>paulle@microsoft.com</email></address> |
---|
142 | </author> |
---|
143 | <author initials="A." surname="Luotonen" fullname="Ari Luotonen"> |
---|
144 | <organization>Netscape Communications Corporation</organization> |
---|
145 | </author> |
---|
146 | <author initials="L." surname="Stewart" fullname="Lawrence C. Stewart"> |
---|
147 | <organization>Open Market, Inc.</organization> |
---|
148 | <address><email>stewart@OpenMarket.com</email></address> |
---|
149 | </author> |
---|
150 | <date month="June" year="1999"/> |
---|
151 | </front> |
---|
152 | <seriesInfo name="RFC" value="2617"/> |
---|
153 | </reference> |
---|
154 | |
---|
155 | <reference anchor="RFC4559"> |
---|
156 | <front> |
---|
157 | <title>SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</title> |
---|
158 | <author initials="K." surname="Jaganathan" fullname="K. Jaganathan"/> |
---|
159 | <author initials="L." surname="Zhu" fullname="L. Zhu"/> |
---|
160 | <author initials="J." surname="Brezak" fullname="J. Brezak"/> |
---|
161 | <date year="2006" month="June"/> |
---|
162 | </front> |
---|
163 | <seriesInfo name="RFC" value="4559"/> |
---|
164 | </reference> |
---|
165 | |
---|
166 | <reference anchor="RFC5849"> |
---|
167 | <front> |
---|
168 | <title>The OAuth 1.0 Protocol</title> |
---|
169 | <author initials="E." surname="Hammer-Lahav" fullname="Eran Hammer-Lahav"/> |
---|
170 | <date year="2010" month="April" /> |
---|
171 | </front> |
---|
172 | <seriesInfo name="RFC" value="5849" /> |
---|
173 | </reference> |
---|
174 | |
---|
175 | <reference anchor="RFC6750"> |
---|
176 | <front> |
---|
177 | <title>The OAuth 2.0 Authorization Framework: Bearer Token Usage</title> |
---|
178 | <author initials="M." surname="Jones" fullname="Michael B. Jones"/> |
---|
179 | <author initials="D." surname="Hardt" fullname="Dick Hardt"/> |
---|
180 | <date year="2012" month="October"/> |
---|
181 | </front> |
---|
182 | <seriesInfo name="RFC" value="6750"/> |
---|
183 | </reference> |
---|
184 | |
---|
185 | </references> |
---|
186 | |
---|
187 | <!--<references title="Informative References"> |
---|
188 | </references>--> |
---|
189 | |
---|
190 | <section title="Initial Registry Contents" anchor="initial.registry.contents"> |
---|
191 | <texttable align="left"> |
---|
192 | |
---|
193 | <ttcol>Authentication Scheme Name</ttcol> |
---|
194 | <ttcol>Reference</ttcol> |
---|
195 | <ttcol>Notes</ttcol> |
---|
196 | |
---|
197 | <c>Basic</c><c><xref target="RFC2617" x:fmt="," x:sec="2"/></c><c/> |
---|
198 | <c>Bearer</c><c><xref target="RFC6750"/></c><c/> |
---|
199 | |
---|
200 | <c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/> |
---|
201 | |
---|
202 | <c>Negotiate</c><c><xref target="RFC4559" x:fmt="," x:sec="3"/></c> |
---|
203 | <c>This authentication scheme violates both HTTP semantics (being connection-oriented) |
---|
204 | and syntax (use of syntax incompatible with the WWW-Authenticate and Authorization header field |
---|
205 | syntax).</c> |
---|
206 | |
---|
207 | <c>OAuth</c><c><xref target="RFC5849" x:fmt="," x:sec="3.5.1"/></c><c/> |
---|
208 | |
---|
209 | </texttable> |
---|
210 | </section> |
---|
211 | |
---|
212 | <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> |
---|
213 | <section title="Since draft-ietf-httpbis-authscheme-registrations-00" anchor="changes.since.00"> |
---|
214 | <t> |
---|
215 | Update draft-ietf-httpbis-p7-auth reference. |
---|
216 | </t> |
---|
217 | </section> |
---|
218 | |
---|
219 | <section title="Since draft-ietf-httpbis-authscheme-registrations-01" anchor="changes.since.01"> |
---|
220 | <t> |
---|
221 | Update draft-ietf-httpbis-p7-auth reference. |
---|
222 | </t> |
---|
223 | <t> |
---|
224 | Closed issues: |
---|
225 | <list style="symbols"> |
---|
226 | <t> |
---|
227 | <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/308"/>: |
---|
228 | "need to reserve 'negotiate' as auth scheme name" |
---|
229 | </t> |
---|
230 | </list> |
---|
231 | </t> |
---|
232 | </section> |
---|
233 | |
---|
234 | <section title="Since draft-ietf-httpbis-authscheme-registrations-02" anchor="changes.since.02"> |
---|
235 | <t> |
---|
236 | Update draft-ietf-httpbis-p7-auth reference. |
---|
237 | </t> |
---|
238 | </section> |
---|
239 | |
---|
240 | <section title="Since draft-ietf-httpbis-authscheme-registrations-03" anchor="changes.since.03"> |
---|
241 | <t> |
---|
242 | Update draft-ietf-httpbis-p7-auth reference. |
---|
243 | </t> |
---|
244 | </section> |
---|
245 | |
---|
246 | <section title="Since draft-ietf-httpbis-authscheme-registrations-04" anchor="changes.since.04"> |
---|
247 | <t> |
---|
248 | Closed issues: |
---|
249 | <list style="symbols"> |
---|
250 | <t> |
---|
251 | <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/382"/>: |
---|
252 | "add OAuth auth scheme to initial registry contents" |
---|
253 | </t> |
---|
254 | </list> |
---|
255 | </t> |
---|
256 | <t> |
---|
257 | Update draft-ietf-httpbis-p7-auth reference. Added OAuth 2.0 Bearer scheme. |
---|
258 | </t> |
---|
259 | </section> |
---|
260 | </section> |
---|
261 | |
---|
262 | </back> |
---|
263 | |
---|
264 | </rfc> |
---|