티스토리 수익 글 보기

티스토리 수익 글 보기

Note:“> MAY“> MUST“> MUST NOT“> OPTIONAL“> RECOMMENDED“> REQUIRED“> SHALL“> SHALL NOT“> SHOULD“> SHOULD NOT“> ]> The Hypertext Transfer Protocol (HTTP) Authentication-Info and Proxy-Authentication-Info Response Header Fields greenbytes GmbH
Hafenweg 16 MuensterNW48155 Germany julian.reschke@greenbytes.de http://greenbytes.de/tech/webdav/
Applications HTTP HTTP authentication This specification defines the “Authentication-Info” and “Proxy-Authentication-Info” response header fields for use in HTTP authentication schemes which need to return information once the client’s authentication credentials have been accepted. Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at . Working Group information can be found at and ; source code and issues list for this draft can be found at . The changes in this draft are summarized in .
This specification defines the “Authentication-Info” and “Proxy-Authentication-Info” response header fields for use in HTTP authentication schemes () which need to return information once the client’s authentication credentials have been accepted. Both were previously defined in , defining the HTTP “Digest” authentication scheme. This document generalizes the description for use not only in “Digest” (), but also in other future schemes that might have the same requirements for carrying additional information during authentication.
This specification uses the Augmented Backus-Naur Form (ABNF) notation of with a list extension, defined in , that allows for compact definition of comma-separated lists using a ‘#’ operator (similar to how the ‘*’ operator indicates repetition). The ABNF production for “auth-param” is defined in .
HTTP authentication schemes can use the Authentication-Info response header field to communicate information after the client’s authentication credentials have been accepted. This information can include a finalization message from the server (e.g., it can contain the server authentication). The field value is a list of parameters (name/value pairs), using the “auth-param” syntax defined in . This specification only describes the generic format; authentication schemes using “Authentication-Info” will define the individual parameters. The “Digest” Authentication Scheme, for instance, defines multiple parameters in .
Authentication-Info = #auth-param
The Authentication-Info header field can be used in any HTTP response, independently of request method and status code. Its semantics are defined by the authentication scheme indicated by the Authorization header field of the corresponding request. A proxy forwarding a response is not allowed to modify the field value in any way. Authentication-Info can be used inside trailers () when the authentication scheme explicitly allows this.
Parameter values can be expressed either as “token” or as “quoted-string” (). Authentication scheme definitions need to allow both notations, both for senders and recipients. This allows recipients to use generic parsing components, independent of the authentication scheme in use. For backwards compatibility, authentication scheme definitions can restrict the format for senders to one of the two variants. This can be important when it is known that deployed implementations will fail when encountering one of the two formats.
The Proxy-Authentication-Info response header field is equivalent to Authentication-Info, except that it applies to proxy authentication ():
Proxy-Authentication-Info = #auth-param
However, unlike Authentication-Info, the Proxy-Authentication-Info header field applies only to the next outbound client on the response chain. This is because only the client that chose a given proxy is likely to have the credentials necessary for authentication. However, when multiple proxies are used within the same administrative domain, such as office and regional caching proxies within a large corporate network, it is common for credentials to be generated by the user agent and passed through the hierarchy until consumed. Hence, in such a configuration, it will appear as if Proxy-Authentication-Info is being forwarded because each proxy will send the same field value.
Adding information to HTTP responses that are sent over an unencrypted channel can affect security and privacy. The presence of the header fields alone indicates that HTTP authentication is in use. Additional information could be exposed by the contents of the authentication-scheme specific parameters; this will have to be considered in the definitions of these schemes.
HTTP header fields are registered within the “Message Headers” registry located at , as defined by . This document updates the definitions of the “Authentication-Info” and “Proxy-Authentication-Info” header fields, so the “Permanent Message Header Field Names” registry shall be updated accordingly: Header Field Name Protocol Status Reference Authentication-Info http standard of this document Proxy-Authentication-Info http standard of this document
This document is based on the header field definitions in RFCs 2069 and 2617, whose authors are: John Franks, Phillip M. Hallam-Baker, Jeffery L. Hostetler, Scott D. Lawrence, Paul J. Leach, Ari Luotonen, Eric W. Sink, and Lawrence C. Stewart. Additional thanks go to the members of the HTTPAuth and HTTPbis Working Groups, namely Amos Jeffries, Benjamin Kaduk, Alexey Melnikov, Mark Nottingham, Yutaka Oiwa, Rifaat Shekh-Yusef, and Martin Thomson.
Augmented BNF for Syntax Specifications: ABNF Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing Hypertext Transfer Protocol (HTTP/1.1): Authentication Registration Procedures for Message Header Fields HTTP Authentication: Basic and Digest Access Authentication HTTP Digest Access Authentication
Changed boilerplate to make this an HTTPbis WG draft. Added Acknowledgements. In the Security Considerations, remind people that those apply to unencryped channels. Make it clearer that these are really just response header fields.
Rephrase introduction of header field to be closer to what RFC 2617 said (“successful authentication”). Update DIGEST reference.
State that scheme definitions need to define whether the header field can be used in trailers. Add “updates: 2617” to boilerplate.
Updated DIGEST reference. Clarify purpose of header consistently (). The do-not-modify rule does not include proxies that consume Authentication-Info (). Borrow more proxy auth related considerations from RFC 7235 for the description of Proxy-Authentication-Info ().
Updated DIGEST reference. Clarify how the applicable auth scheme is determined (it is present in the request’s (Proxy-)Authorization header field). Adjust the IPR boilerplate because we are using some text from RFC 2617.