idnits 2.17.1 draft-ietf-httpbis-authscheme-registrations-09.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 (November 17, 2013) is 3806 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 November 17, 2013 5 Expires: May 21, 2014 7 Initial Hypertext Transfer Protocol (HTTP) 8 Authentication Scheme Registrations 9 draft-ietf-httpbis-authscheme-registrations-09 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 A.1. 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 May 21, 2014. 48 Copyright Notice 49 Copyright (c) 2013 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. Change Log (to be removed by RFC Editor before 69 publication) . . . . . . . . . . . . . . . . . . . . . 4 70 A.1. Since draft-ietf-httpbis-authscheme-registrations-08 . . . 4 72 1. Introduction 74 This document registers Hypertext Transfer Protocol (HTTP) 75 authentication schemes which have been defined in standards-track 76 RFCs before the IANA HTTP Authentication Scheme Registry was 77 established. 79 2. Security Considerations 81 There are no security considerations related to the registration 82 itself. 84 3. IANA Considerations 86 The table below provides registrations of HTTP authentication schemes 87 to be added to the IANA HTTP Authentication Scheme registry at 88 (see Section 5.1 89 of [draft-ietf-httpbis-p7-auth]). 91 +----------------+------------+-------------------------------------+ 92 | Authentication | Reference | Notes | 93 | Scheme Name | | | 94 +----------------+------------+-------------------------------------+ 95 | Basic | [RFC2617], | | 96 | | Section 2 | | 97 | Bearer | [RFC6750] | | 98 | Digest | [RFC2617], | | 99 | | Section 3 | | 100 | Negotiate | [RFC4559], | This authentication scheme violates | 101 | | Section 3 | both HTTP semantics (being | 102 | | | connection-oriented) and syntax | 103 | | | (use of syntax incompatible with | 104 | | | the WWW-Authenticate and | 105 | | | Authorization header field syntax). | 106 | OAuth | [RFC5849], | | 107 | | Section | | 108 | | 3.5.1 | | 109 +----------------+------------+-------------------------------------+ 111 4. Normative References 113 [RFC2617] Franks, J., Hallam-Baker, P., 114 Hostetler, J., Lawrence, S., Leach, P., 115 Luotonen, A., and L. Stewart, "HTTP 116 Authentication: Basic and Digest Access 117 Authentication", RFC 2617, June 1999. 119 [RFC4559] Jaganathan, K., Zhu, L., and J. Brezak, 120 "SPNEGO-based Kerberos and NTLM HTTP 121 Authentication in Microsoft Windows", 122 RFC 4559, June 2006. 124 [RFC5849] Hammer-Lahav, E., "The OAuth 1.0 125 Protocol", RFC 5849, April 2010. 127 [RFC6750] Jones, M. and D. Hardt, "The OAuth 2.0 128 Authorization Framework: Bearer Token 129 Usage", RFC 6750, October 2012. 131 [draft-ietf-httpbis-p7-auth] Fielding, R., Ed. and J. Reschke, Ed., 132 "Hypertext Transfer Protocol 133 (HTTP/1.1): Authentication", 134 draft-ietf-httpbis-p7-auth-25 (work in 135 progress), November 2013. 137 Appendix A. Change Log (to be removed by RFC Editor before publication) 139 Changes up to the IETF Last Call draft are summarized in . 143 A.1. Since draft-ietf-httpbis-authscheme-registrations-08 145 Closed issues: 147 o : "registration 148 tables should be inside IANA considerations" 150 Clarified the IANA action to say "add". 152 Updated httpbis reference. 154 Author's Address 156 Julian F. Reschke 157 greenbytes GmbH 158 Hafenweg 16 159 Muenster, NW 48155 160 Germany 162 EMail: julian.reschke@greenbytes.de 163 URI: http://greenbytes.de/tech/webdav/