idnits 2.17.1 draft-ietf-httpbis-authscheme-registrations-04.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- No issues found here. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (August 16, 2012) is 4271 days in the past. Is this intentional? Checking references for intended status: Informational ---------------------------------------------------------------------------- ** Obsolete normative reference: RFC 2617 (Obsoleted by RFC 7235, RFC 7615, RFC 7616, RFC 7617) Summary: 1 error (**), 0 flaws (~~), 1 warning (==), 1 comment (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 HTTPbis Working Group J. Reschke 3 Internet-Draft greenbytes 4 Intended status: Informational August 16, 2012 5 Expires: February 17, 2013 7 Initial Hypertext Transfer Protocol (HTTP) 8 Authentication Scheme Registrations 9 draft-ietf-httpbis-authscheme-registrations-04 11 Abstract 13 This document registers Hypertext Transfer Protocol (HTTP) 14 authentication schemes which have been defined in standards-track 15 RFCs before the IANA HTTP Authentication Scheme Registry was 16 established. 18 Editorial Note (To be removed by RFC Editor) 20 Discussion of this draft takes place on the HTTPBIS working group 21 mailing list (ietf-http-wg@w3.org), which is archived at 22 . 24 The current issues list is at and related documents 26 (including fancy diffs) can be found at 27 . 29 The changes in this draft are summarized in Appendix B.4. 31 Status of This Memo 33 This Internet-Draft is submitted in full conformance with the 34 provisions of BCP 78 and BCP 79. 36 Internet-Drafts are working documents of the Internet Engineering 37 Task Force (IETF). Note that other groups may also distribute 38 working documents as Internet-Drafts. The list of current Internet- 39 Drafts is at http://datatracker.ietf.org/drafts/current/. 41 Internet-Drafts are draft documents valid for a maximum of six months 42 and may be updated, replaced, or obsoleted by other documents at any 43 time. It is inappropriate to use Internet-Drafts as reference 44 material or to cite them other than as "work in progress." 46 This Internet-Draft will expire on February 17, 2013. 48 Copyright Notice 49 Copyright (c) 2012 IETF Trust and the persons identified as the 50 document authors. All rights reserved. 52 This document is subject to BCP 78 and the IETF Trust's Legal 53 Provisions Relating to IETF Documents 54 (http://trustee.ietf.org/license-info) in effect on the date of 55 publication of this document. Please review these documents 56 carefully, as they describe your rights and restrictions with respect 57 to this document. Code Components extracted from this document must 58 include Simplified BSD License text as described in Section 4.e of 59 the Trust Legal Provisions and are provided without warranty as 60 described in the Simplified BSD License. 62 Table of Contents 64 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 65 2. Security Considerations . . . . . . . . . . . . . . . . . . . . 3 66 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 3 67 4. Normative References . . . . . . . . . . . . . . . . . . . . . 3 68 Appendix A. Initial Registry Contents . . . . . . . . . . . . . . 3 69 Appendix B. Change Log (to be removed by RFC Editor before 70 publication) . . . . . . . . . . . . . . . . . . . . . 4 71 B.1. Since draft-ietf-httpbis-authscheme-registrations-00 . . . 4 72 B.2. Since draft-ietf-httpbis-authscheme-registrations-01 . . . 4 73 B.3. Since draft-ietf-httpbis-authscheme-registrations-02 . . . 4 74 B.4. Since draft-ietf-httpbis-authscheme-registrations-03 . . . 4 76 1. Introduction 78 This document registers Hypertext Transfer Protocol (HTTP) 79 authentication schemes which have been defined in standards-track 80 RFCs before the IANA HTTP Authentication Scheme Registry was 81 established. 83 2. Security Considerations 85 There are no security considerations related to the registration 86 itself. 88 3. IANA Considerations 90 Appendix A provides initial registrations of HTTP authentication 91 schemes for the IANA HTTP Authentication Scheme registry at 92 (see Section 2.3 93 of [draft-ietf-httpbis-p7-auth]). 95 4. Normative References 97 [RFC2617] Franks, J., Hallam-Baker, P., 98 Hostetler, J., Lawrence, S., Leach, P., 99 Luotonen, A., and L. Stewart, "HTTP 100 Authentication: Basic and Digest Access 101 Authentication", RFC 2617, June 1999. 103 [RFC4559] Jaganathan, K., Zhu, L., and J. Brezak, 104 "SPNEGO-based Kerberos and NTLM HTTP 105 Authentication in Microsoft Windows", 106 RFC 4559, June 2006. 108 [draft-ietf-httpbis-p7-auth] Fielding, R., Ed., Lafon, Y., Ed., and 109 J. Reschke, Ed., "HTTP/1.1, part 7: 110 Authentication", 111 draft-ietf-httpbis-p7-auth-20 (work in 112 progress), July 2012. 114 Appendix A. Initial Registry Contents 116 +----------------+------------+-------------------------------------+ 117 | Authentication | Reference | Notes | 118 | Scheme Name | | | 119 +----------------+------------+-------------------------------------+ 120 | Basic | [RFC2617], | | 121 | | Section 2 | | 122 | Digest | [RFC2617], | | 123 | | Section 3 | | 124 | Negotiate | [RFC4559], | This authentication scheme violates | 125 | | Section 3 | both HTTP semantics (being | 126 | | | connection-oriented) and syntax | 127 | | | (use of syntax incompatible with | 128 | | | the WWW-Authenticate and | 129 | | | Authorization header field syntax). | 130 +----------------+------------+-------------------------------------+ 132 Appendix B. Change Log (to be removed by RFC Editor before publication) 134 B.1. Since draft-ietf-httpbis-authscheme-registrations-00 136 Update draft-ietf-httpbis-p7-auth reference. 138 B.2. Since draft-ietf-httpbis-authscheme-registrations-01 140 Update draft-ietf-httpbis-p7-auth reference. 142 Closed issues: 144 o : "need to 145 reserve 'negotiate' as auth scheme name" 147 B.3. Since draft-ietf-httpbis-authscheme-registrations-02 149 Update draft-ietf-httpbis-p7-auth reference. 151 B.4. Since draft-ietf-httpbis-authscheme-registrations-03 153 Update draft-ietf-httpbis-p7-auth reference. 155 Author's Address 157 Julian F. Reschke 158 greenbytes GmbH 159 Hafenweg 16 160 Muenster, NW 48155 161 Germany 163 EMail: julian.reschke@greenbytes.de 164 URI: http://greenbytes.de/tech/webdav/