idnits 2.17.1 draft-ietf-httpbis-authscheme-registrations-10.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 (February 6, 2014) is 3730 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) ** Obsolete normative reference: RFC 5849 (Obsoleted by RFC 6749) Summary: 2 errors (**), 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 February 6, 2014 5 Expires: August 10, 2014 7 Initial Hypertext Transfer Protocol (HTTP) 8 Authentication Scheme Registrations 9 draft-ietf-httpbis-authscheme-registrations-10 11 Abstract 13 This document registers Hypertext Transfer Protocol (HTTP) 14 authentication schemes which have been defined in RFCs before the 15 IANA HTTP Authentication Scheme Registry was established. 17 Editorial Note (To be removed by RFC Editor) 19 Discussion of this draft takes place on the HTTPBIS working group 20 mailing list (ietf-http-wg@w3.org), which is archived at 21 . 23 The current issues list is at and related documents 25 (including fancy diffs) can be found at 26 . 28 The changes in this draft are summarized in Appendix A.2. 30 Status of This Memo 32 This Internet-Draft is submitted in full conformance with the 33 provisions of BCP 78 and BCP 79. 35 Internet-Drafts are working documents of the Internet Engineering 36 Task Force (IETF). Note that other groups may also distribute 37 working documents as Internet-Drafts. The list of current Internet- 38 Drafts is at http://datatracker.ietf.org/drafts/current/. 40 Internet-Drafts are draft documents valid for a maximum of six months 41 and may be updated, replaced, or obsoleted by other documents at any 42 time. It is inappropriate to use Internet-Drafts as reference 43 material or to cite them other than as "work in progress." 45 This Internet-Draft will expire on August 10, 2014. 47 Copyright Notice 48 Copyright (c) 2014 IETF Trust and the persons identified as the 49 document authors. All rights reserved. 51 This document is subject to BCP 78 and the IETF Trust's Legal 52 Provisions Relating to IETF Documents 53 (http://trustee.ietf.org/license-info) in effect on the date of 54 publication of this document. Please review these documents 55 carefully, as they describe your rights and restrictions with respect 56 to this document. Code Components extracted from this document must 57 include Simplified BSD License text as described in Section 4.e of 58 the Trust Legal Provisions and are provided without warranty as 59 described in the Simplified BSD License. 61 Table of Contents 63 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 64 2. Security Considerations . . . . . . . . . . . . . . . . . . . . 3 65 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 3 66 4. Normative References . . . . . . . . . . . . . . . . . . . . . 3 67 Appendix A. Change Log (to be removed by RFC Editor before 68 publication) . . . . . . . . . . . . . . . . . . . . . 4 69 A.1. Since draft-ietf-httpbis-authscheme-registrations-08 . . . 4 70 A.2. Since draft-ietf-httpbis-authscheme-registrations-09 . . . 4 72 1. Introduction 74 This document registers Hypertext Transfer Protocol (HTTP) 75 authentication schemes which have been defined in RFCs before the 76 IANA HTTP Authentication Scheme Registry was established. 78 2. Security Considerations 80 There are no security considerations related to the registration 81 itself. 83 Security considerations applicable to the individual authentication 84 schemes ought to be discussed in the specifications that define them. 86 3. IANA Considerations 88 The table below provides registrations of HTTP authentication schemes 89 to be added to the IANA HTTP Authentication Scheme registry at 90 (see Section 5.1 91 of [draft-ietf-httpbis-p7-auth]). 93 +----------------+------------+-------------------------------------+ 94 | Authentication | Reference | Notes | 95 | Scheme Name | | | 96 +----------------+------------+-------------------------------------+ 97 | Basic | [RFC2617], | | 98 | | Section 2 | | 99 | Bearer | [RFC6750] | | 100 | Digest | [RFC2617], | | 101 | | Section 3 | | 102 | Negotiate | [RFC4559], | This authentication scheme violates | 103 | | Section 3 | both HTTP semantics (being | 104 | | | connection-oriented) and syntax | 105 | | | (use of syntax incompatible with | 106 | | | the WWW-Authenticate and | 107 | | | Authorization header field syntax). | 108 | OAuth | [RFC5849], | | 109 | | Section | | 110 | | 3.5.1 | | 111 +----------------+------------+-------------------------------------+ 113 4. Normative References 115 [RFC2617] Franks, J., Hallam-Baker, P., 116 Hostetler, J., Lawrence, S., Leach, P., 117 Luotonen, A., and L. Stewart, "HTTP 118 Authentication: Basic and Digest Access 119 Authentication", RFC 2617, June 1999. 121 [RFC4559] Jaganathan, K., Zhu, L., and J. Brezak, 122 "SPNEGO-based Kerberos and NTLM HTTP 123 Authentication in Microsoft Windows", 124 RFC 4559, June 2006. 126 [RFC5849] Hammer-Lahav, E., "The OAuth 1.0 127 Protocol", RFC 5849, April 2010. 129 [RFC6750] Jones, M. and D. Hardt, "The OAuth 2.0 130 Authorization Framework: Bearer Token 131 Usage", RFC 6750, October 2012. 133 [draft-ietf-httpbis-p7-auth] Fielding, R., Ed. and J. Reschke, Ed., 134 "Hypertext Transfer Protocol 135 (HTTP/1.1): Authentication", 136 draft-ietf-httpbis-p7-auth-26 (work in 137 progress), February 2014. 139 Appendix A. Change Log (to be removed by RFC Editor before publication) 141 Changes up to the IETF Last Call draft are summarized in . 145 A.1. Since draft-ietf-httpbis-authscheme-registrations-08 147 Closed issues: 149 o : "registration 150 tables should be inside IANA considerations" 152 Clarified the IANA action to say "add". 154 Updated httpbis reference. 156 A.2. Since draft-ietf-httpbis-authscheme-registrations-09 158 Closed issues: 160 o : 161 "draft-ietf-httpbis-authscheme-registrations-09" 163 Updated httpbis reference. 165 Author's Address 167 Julian F. Reschke 168 greenbytes GmbH 169 Hafenweg 16 170 Muenster, NW 48155 171 Germany 173 EMail: julian.reschke@greenbytes.de 174 URI: http://greenbytes.de/tech/webdav/