Re: [OAUTH-WG] FW: [apps-discuss] APPS Area review of draft-ietf-oauth-v2-bearer-14
Julian Reschke <julian.reschke@gmx.de> Mon, 19 December 2011 09:04 UTC
Return-Path: <julian.reschke@gmx.de>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0330321F8AA9 for <oauth@ietfa.amsl.com>; Mon, 19 Dec 2011 01:04:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.066
X-Spam-Level:
X-Spam-Status: No, score=-106.066 tagged_above=-999 required=5 tests=[AWL=-3.467, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GmPLNVkGlyR8 for <oauth@ietfa.amsl.com>; Mon, 19 Dec 2011 01:04:19 -0800 (PST)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by ietfa.amsl.com (Postfix) with SMTP id F3F7121F8A7E for <oauth@ietf.org>; Mon, 19 Dec 2011 01:04:18 -0800 (PST)
Received: (qmail invoked by alias); 19 Dec 2011 09:04:17 -0000
Received: from p3EE2691F.dip.t-dialin.net (EHLO [192.168.178.36]) [62.226.105.31] by mail.gmx.net (mp022) with SMTP; 19 Dec 2011 10:04:17 +0100
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1/f6hV15EXfht4WzYNC0xz+OSWjphnx5KfepdvRsF +DCZOOnDOKWKrg
Message-ID: <4EEEFE0A.5020003@gmx.de>
Date: Mon, 19 Dec 2011 10:04:10 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version: 1.0
To: Mike Jones <Michael.Jones@microsoft.com>
References: <4E1F6AAD24975D4BA5B16804296739435F75F103@TK5EX14MBXC283.redmond.corp.microsoft.com> <4EE634DE.4000902@gmx.de> <4E1F6AAD24975D4BA5B16804296739435F75F275@TK5EX14MBXC283.redmond.corp.microsoft.com> <4EE63CD8.60704@gmx.de> <4E1F6AAD24975D4BA5B16804296739435F773D24@TK5EX14MBXC283.redmond.corp.microsoft.com>
In-Reply-To: <4E1F6AAD24975D4BA5B16804296739435F773D24@TK5EX14MBXC283.redmond.corp.microsoft.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: Mark Nottingham <mnot@mnot.net>, "oauth@ietf.org" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] FW: [apps-discuss] APPS Area review of draft-ietf-oauth-v2-bearer-14
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Dec 2011 09:04:20 -0000
On 2011-12-19 02:01, Mike Jones wrote: > Hi Julian, > > I'm glad to hear that you're not disagreeing with the decision to disallow '\' in certain parameter values. I think that knowing that brings us much closer to resolution on this issue. I think you misunderstood me. I was referring to the value *after* parsing. > I'm puzzled by your statement "What I'm disagreeing with is writing the ABNF in a way that will make it likely for implementers to special-case OAuth parameters when they should not", however. At your suggestion, we changed the ABNF to use the standard HTTPbis quoted-string element (and to stop using a special-case ABNFs for these parameters). Indeed, in this way, the current definition makes it clear that no special-case parameter processing is needed (unlike the previous definitions). The grammar should allow both token and quoted-string. Actually, it shouldn't be there at all, as the header field, including it's ABNF, is defined in HTTPbis P7. > Likewise, I'm puzzled by this related statement of yours: "The syntax of WWW-Authenticate is defined by HTTP. You *can* profile what senders can put into OAuth-specific parameters, but profiling what consumers need to parse is dangerous. Don't. Just use the generic grammar." The reason this puzzles me is that I can find no text in the draft profiling what consumers need to parse. And indeed, the spec *does* use the generic grammar. The only statements restricting the contents of these fields profile what *producers* may put in them. These statements are: No, see above. The grammar you specified profiles what HTTPbis P7 (and RFC2616/7) allow. > "Producers of scope strings MUST NOT use characters outside the set %x21 / %x23-5B / %x5D-7E for representing the scope values and %x20 for the delimiter. Producers of error and error_description strings MUST NOT use characters outside the set %x20-21 / %x23-5B / %x5D-7E for representing these values. Producers of error-uri strings MUST NOT use characters outside the set %x21 / %x23-5B / %x5D-7E for representing these values. Furthermore, error-uri strings MUST conform to the URI-Reference syntax. In all these cases, no character quoting will occur, as senders are prohibited from using the %5C ('\') character." > > I'm guessing that you're objecting to the last sentence above about no character quoting occurring. As I see it, that sentence in no way profiles what consumers need to parse; it is making an observation that directly follows from the restrictions upon producers made in the other sentences of the paragraph. > > If that is the text that you are objecting to, I can see two potential resolutions to this issue: > > 1. Remove the sentence making the observation that no character quoting will occur. This would be less clear for developers but doing so would not change the meaning of the specification. > > 2. Leave the specification as-is. Since the specification *is* now using the generic grammar (the quoted-string ABNF element), I'm hoping that you will respond agreeing that no problem remains, thus closing this issue. > > If you still disagree with (2), Julian, then I'd like to hear working group opinions on which of these potential resolutions members support. I already disagreed with (2), and I gave my reason in the very mail you're replying to: "The syntax of WWW-Authenticate is defined by HTTP. You *can* profile what senders can put into OAuth-specific parameters, but profiling what consumers need to parse is dangerous. Don't. Just use the generic grammar." Best regards, Julian
- [OAUTH-WG] FW: [apps-discuss] APPS Area review of… Eran Hammer-Lahav
- [OAUTH-WG] FW: [apps-discuss] APPS Area review of… Tschofenig, Hannes (NSN - FI/Espoo)
- Re: [OAUTH-WG] FW: [apps-discuss] APPS Area revie… Mike Jones
- Re: [OAUTH-WG] FW: [apps-discuss] APPS Area revie… Julian Reschke
- Re: [OAUTH-WG] FW: [apps-discuss] APPS Area revie… Mike Jones
- Re: [OAUTH-WG] FW: [apps-discuss] APPS Area revie… Julian Reschke
- Re: [OAUTH-WG] FW: [apps-discuss] APPS Area revie… Mike Jones
- Re: [OAUTH-WG] FW: [apps-discuss] APPS Area revie… Julian Reschke