Re: [OAUTH-WG] Preliminary OAuth Core draft -29

Julian Reschke <julian.reschke@gmx.de> Mon, 09 July 2012 14:03 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 A17DF21F85EA for <oauth@ietfa.amsl.com>; Mon, 9 Jul 2012 07:03:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.749
X-Spam-Level:
X-Spam-Status: No, score=-104.749 tagged_above=-999 required=5 tests=[AWL=-2.150, 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 CddS0Qe-9GnF for <oauth@ietfa.amsl.com>; Mon, 9 Jul 2012 07:03:59 -0700 (PDT)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by ietfa.amsl.com (Postfix) with SMTP id A375B21F85E4 for <oauth@ietf.org>; Mon, 9 Jul 2012 07:03:58 -0700 (PDT)
Received: (qmail invoked by alias); 09 Jul 2012 14:04:20 -0000
Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp037) with SMTP; 09 Jul 2012 16:04:20 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1/T9p4+E23TNgIAvDYkbLYjeXej9A9cF6xQuhvpty MiDNvUpNScQ0Hc
Message-ID: <4FFAE4E1.3070102@gmx.de>
Date: Mon, 09 Jul 2012 16:04:17 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1
MIME-Version: 1.0
To: Mike Jones <Michael.Jones@microsoft.com>
References: <4E1F6AAD24975D4BA5B16804296739436657C93A@TK5EX14MBXC283.redmond.corp.microsoft.com> <4FFAE2C8.5000109@gmx.de>
In-Reply-To: <4FFAE2C8.5000109@gmx.de>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 8bit
X-Y-GMX-Trusted: 0
Cc: "oauth@ietf.org" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Preliminary OAuth Core draft -29
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, 09 Jul 2012 14:03:59 -0000

On 2012-07-09 15:55, Julian Reschke wrote:
> On 2012-07-09 09:08, Mike Jones wrote:
>> A preliminary version of OAuth core draft -29 is attached for the
>> working group’s consideration and discussion on today’s call.  I believe
>> that this addresses all issues that have been raised, including Julian’s
>> issues about the ABNF, character sets, and form encoding.  Changes are:
>>
>>   * Added "MUST" to "A public client that was not issued a client
>>     password MUST use the client_idrequest parameter to identify itself
>>     when sending requests to the token endpoint" and added text
>>     explaining why this must be so.
>>   * Added that the authorization server MUST "ensure the authorization
>>     code was issued to the authenticated confidential client or to the
>>     public client identified by the client_idin the request".
>>   * Added Security Considerations section "Misuse of Access Token to
>>     Impersonate Resource Owner at Public Client".
>>   * Deleted ";charset=UTF-8" from examples formerly using "Content-Type:
>>     application/x-www-form-urlencoded;charset=UTF-8".
>>   * Added the phrase "and a character encoding of UTF-8" when describing
>>     how to send requests using the HTTP request entity-body, per Julian
>>     Reschke's suggestion.
>
> I still think that citing HTML4 here doesn't work; the definition of the
> media type in HTML4 is known to be insufficient. What's the reason for
> not citing the HTML4 working draft here?
 > ...

s/4/5/, of course.


Best regards, Julian