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 | <front>
|
---|
27 | <title abbrev="HTTP Authentication Scheme Registrations">Initial Hypertext Transfer Protocol (HTTP)
|
---|
28 | Authentication Scheme Registrations</title>
|
---|
29 |
|
---|
30 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
|
---|
31 | <organization abbrev="greenbytes">greenbytes GmbH</organization>
|
---|
32 | <address>
|
---|
33 | <postal>
|
---|
34 | <street>Hafenweg 16</street>
|
---|
35 | <city>Muenster</city><region>NW</region><code>48155</code>
|
---|
36 | <country>Germany</country>
|
---|
37 | </postal>
|
---|
38 | <email>julian.reschke@greenbytes.de</email>
|
---|
39 | <uri>http://greenbytes.de/tech/webdav/</uri>
|
---|
40 | </address>
|
---|
41 | </author>
|
---|
42 |
|
---|
43 | <date month="October" year="2011"/>
|
---|
44 | <workgroup>HTTPbis Working Group</workgroup>
|
---|
45 |
|
---|
46 | <abstract>
|
---|
47 | <t>
|
---|
48 | This document registers Hypertext Transfer Protocol (HTTP)
|
---|
49 | authentication schemes which have been defined in standards-track RFCs
|
---|
50 | before the IANA HTTP Authentication Scheme Registry was established.
|
---|
51 | </t>
|
---|
52 | </abstract>
|
---|
53 |
|
---|
54 | <note title="Editorial Note (To be removed by RFC Editor)">
|
---|
55 | <t>
|
---|
56 | Discussion of this draft should take place on the HTTPBIS working group
|
---|
57 | mailing list (ietf-http-wg@w3.org), which is archived at
|
---|
58 | <eref target="http://lists.w3.org/Archives/Public/ietf-http-wg/"/>.
|
---|
59 | </t>
|
---|
60 | <t>
|
---|
61 | The current issues list is at
|
---|
62 | <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations"/> and related
|
---|
63 | documents (including fancy diffs) can be found at
|
---|
64 | <eref target="http://tools.ietf.org/wg/httpbis/"/>.
|
---|
65 | </t>
|
---|
66 | <t>
|
---|
67 | The changes in this draft are summarized in <xref target="changes.since.02"/>.
|
---|
68 | </t>
|
---|
69 | </note>
|
---|
70 |
|
---|
71 | </front>
|
---|
72 |
|
---|
73 | <middle>
|
---|
74 |
|
---|
75 | <section title="Introduction" anchor="introduction">
|
---|
76 | <t>
|
---|
77 | This document registers Hypertext Transfer Protocol (HTTP)
|
---|
78 | authentication schemes which have been defined in standards-track RFCs
|
---|
79 | before the IANA HTTP Authentication Scheme Registry was established.
|
---|
80 | </t>
|
---|
81 | </section>
|
---|
82 |
|
---|
83 | <section title="Security Considerations" anchor="security.considerations">
|
---|
84 | <t>
|
---|
85 | There are no security considerations related to the registration itself.
|
---|
86 | </t>
|
---|
87 | </section>
|
---|
88 |
|
---|
89 | <section title="IANA Considerations" anchor="iana.considerations">
|
---|
90 | <t>
|
---|
91 | <xref target="initial.registry.contents"/> provides initial registrations
|
---|
92 | of HTTP authentication schemes for the IANA HTTP Authentication Scheme registry
|
---|
93 | at <eref target="http://www.iana.org/assignments/http-authschemes"/>
|
---|
94 | (see <xref target="draft-ietf-httpbis-p7-auth" x:rel="#authentication.scheme.registry"/>).
|
---|
95 | </t>
|
---|
96 | </section>
|
---|
97 | </middle>
|
---|
98 | <back>
|
---|
99 |
|
---|
100 | <references title="Normative References">
|
---|
101 |
|
---|
102 | <reference anchor="draft-ietf-httpbis-p7-auth">
|
---|
103 | <front>
|
---|
104 | <title abbrev="HTTP/1.1">HTTP/1.1, part 7: Authentication</title>
|
---|
105 | <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
|
---|
106 | <organization abbrev="Adobe">Adobe Systems Incorporated</organization>
|
---|
107 | <address><email>fielding@gbiv.com</email></address>
|
---|
108 | </author>
|
---|
109 | <author initials="J." surname="Gettys" fullname="Jim Gettys">
|
---|
110 | <organization abbrev="Alcatel-Lucent">Alcatel-Lucent Bell Labs</organization>
|
---|
111 | <address><email>jg@freedesktop.org</email></address>
|
---|
112 | </author>
|
---|
113 | <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
|
---|
114 | <organization abbrev="HP">Hewlett-Packard Company</organization>
|
---|
115 | <address><email>JeffMogul@acm.org</email></address>
|
---|
116 | </author>
|
---|
117 | <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen">
|
---|
118 | <organization abbrev="Microsoft">Microsoft Corporation</organization>
|
---|
119 | <address><email>henrikn@microsoft.com</email></address>
|
---|
120 | </author>
|
---|
121 | <author initials="L." surname="Masinter" fullname="Larry Masinter">
|
---|
122 | <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization>
|
---|
123 | <address><email>LMM@acm.org</email></address>
|
---|
124 | </author>
|
---|
125 | <author initials="P." surname="Leach" fullname="Paul J. Leach">
|
---|
126 | <organization abbrev="Microsoft">Microsoft Corporation</organization>
|
---|
127 | <address><email>paulle@microsoft.com</email></address>
|
---|
128 | </author>
|
---|
129 | <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
|
---|
130 | <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
|
---|
131 | <address><email>timbl@w3.org</email></address>
|
---|
132 | </author>
|
---|
133 | <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
|
---|
134 | <organization abbrev="W3C">World Wide Web Consortium</organization>
|
---|
135 | <address><email>ylafon@w3.org</email></address>
|
---|
136 | </author>
|
---|
137 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
|
---|
138 | <organization abbrev="greenbytes">greenbytes GmbH</organization>
|
---|
139 | <address><email>julian.reschke@greenbytes.de</email></address>
|
---|
140 | </author>
|
---|
141 | <date month="October" year="2011"/>
|
---|
142 | </front>
|
---|
143 | <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p7-auth-17"/>
|
---|
144 | <x:source href="../../draft-ietf-httpbis/17/p7-auth.xml" basename="draft-ietf-httpbis-p7-auth-17"/>
|
---|
145 | </reference>
|
---|
146 |
|
---|
147 | <reference anchor="RFC2617">
|
---|
148 | <front>
|
---|
149 | <title abbrev="HTTP Authentication">HTTP Authentication: Basic and Digest Access Authentication</title>
|
---|
150 | <author initials="J." surname="Franks" fullname="John Franks">
|
---|
151 | <organization>Northwestern University, Department of Mathematics</organization>
|
---|
152 | <address><email>john@math.nwu.edu</email></address>
|
---|
153 | </author>
|
---|
154 | <author initials="P.M." surname="Hallam-Baker" fullname="Phillip M. Hallam-Baker">
|
---|
155 | <organization>Verisign Inc.</organization>
|
---|
156 | <address><email>pbaker@verisign.com</email></address>
|
---|
157 | </author>
|
---|
158 | <author initials="J.L." surname="Hostetler" fullname="Jeffery L. Hostetler">
|
---|
159 | <organization>AbiSource, Inc.</organization>
|
---|
160 | <address><email>jeff@AbiSource.com</email></address>
|
---|
161 | </author>
|
---|
162 | <author initials="S.D." surname="Lawrence" fullname="Scott D. Lawrence">
|
---|
163 | <organization>Agranat Systems, Inc.</organization>
|
---|
164 | <address><email>lawrence@agranat.com</email></address>
|
---|
165 | </author>
|
---|
166 | <author initials="P.J." surname="Leach" fullname="Paul J. Leach">
|
---|
167 | <organization>Microsoft Corporation</organization>
|
---|
168 | <address><email>paulle@microsoft.com</email></address>
|
---|
169 | </author>
|
---|
170 | <author initials="A." surname="Luotonen" fullname="Ari Luotonen">
|
---|
171 | <organization>Netscape Communications Corporation</organization>
|
---|
172 | </author>
|
---|
173 | <author initials="L." surname="Stewart" fullname="Lawrence C. Stewart">
|
---|
174 | <organization>Open Market, Inc.</organization>
|
---|
175 | <address><email>stewart@OpenMarket.com</email></address>
|
---|
176 | </author>
|
---|
177 | <date month="June" year="1999"/>
|
---|
178 | </front>
|
---|
179 | <seriesInfo name="RFC" value="2617"/>
|
---|
180 | </reference>
|
---|
181 |
|
---|
182 | <reference anchor="RFC4559">
|
---|
183 | <front>
|
---|
184 | <title>SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</title>
|
---|
185 | <author initials="K." surname="Jaganathan" fullname="K. Jaganathan"/>
|
---|
186 | <author initials="L." surname="Zhu" fullname="L. Zhu"/>
|
---|
187 | <author initials="J." surname="Brezak" fullname="J. Brezak"/>
|
---|
188 | <date year="2006" month="June"/>
|
---|
189 | </front>
|
---|
190 | <seriesInfo name="RFC" value="4559"/>
|
---|
191 | </reference>
|
---|
192 |
|
---|
193 | </references>
|
---|
194 |
|
---|
195 | <!--<references title="Informative References">
|
---|
196 | </references>-->
|
---|
197 |
|
---|
198 | <section title="Initial Registry Contents" anchor="initial.registry.contents">
|
---|
199 | <texttable align="left">
|
---|
200 |
|
---|
201 | <ttcol>Authentication Scheme Name</ttcol>
|
---|
202 | <ttcol>Reference</ttcol>
|
---|
203 | <ttcol>Notes</ttcol>
|
---|
204 |
|
---|
205 | <c>Basic</c><c><xref target="RFC2617" x:fmt="," x:sec="2"/></c><c/>
|
---|
206 |
|
---|
207 | <c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/>
|
---|
208 |
|
---|
209 | <c>Negotiate</c><c><xref target="RFC4559" x:fmt="," x:sec="3"/></c>
|
---|
210 | <c>This authentication scheme violates both HTTP semantics (being connection-oriented)
|
---|
211 | and syntax (use of syntax incompatible with the WWW-Authenticate and Authorization header field
|
---|
212 | syntax).</c>
|
---|
213 |
|
---|
214 | </texttable>
|
---|
215 | </section>
|
---|
216 |
|
---|
217 | <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log">
|
---|
218 | <section title="Since draft-ietf-httpbis-authscheme-registrations-00" anchor="changes.since.00">
|
---|
219 | <t>
|
---|
220 | Update draft-ietf-httpbis-p7-auth reference.
|
---|
221 | </t>
|
---|
222 | </section>
|
---|
223 |
|
---|
224 | <section title="Since draft-ietf-httpbis-authscheme-registrations-01" anchor="changes.since.01">
|
---|
225 | <t>
|
---|
226 | Update draft-ietf-httpbis-p7-auth reference.
|
---|
227 | </t>
|
---|
228 | <t>
|
---|
229 | Closed issues:
|
---|
230 | <list style="symbols">
|
---|
231 | <t>
|
---|
232 | <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/308"/>:
|
---|
233 | "need to reserve 'negotiate' as auth scheme name"
|
---|
234 | </t>
|
---|
235 | </list>
|
---|
236 | </t>
|
---|
237 | </section>
|
---|
238 |
|
---|
239 | <section title="Since draft-ietf-httpbis-authscheme-registrations-02" anchor="changes.since.02">
|
---|
240 | <t>
|
---|
241 | Update draft-ietf-httpbis-p7-auth reference.
|
---|
242 | </t>
|
---|
243 | </section>
|
---|
244 | </section>
|
---|
245 |
|
---|
246 | </back>
|
---|
247 |
|
---|
248 | </rfc> |
---|