Re: [OAUTH-WG] draft-ietf-oauth-v2-bearer-09: Open Issues & Proposed Resolutions

Julian Reschke <julian.reschke@gmx.de> Fri, 14 October 2011 15:52 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 3AC7D21F8CA9 for <oauth@ietfa.amsl.com>; Fri, 14 Oct 2011 08:52:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.449
X-Spam-Level:
X-Spam-Status: No, score=-102.449 tagged_above=-999 required=5 tests=[AWL=0.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 hmm0DDtSH4fw for <oauth@ietfa.amsl.com>; Fri, 14 Oct 2011 08:52:24 -0700 (PDT)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by ietfa.amsl.com (Postfix) with SMTP id ADB2E21F8CA5 for <oauth@ietf.org>; Fri, 14 Oct 2011 08:52:23 -0700 (PDT)
Received: (qmail invoked by alias); 14 Oct 2011 15:52:22 -0000
Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp069) with SMTP; 14 Oct 2011 17:52:22 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX183WmgUjfI3ZiPJJRH6y3eaYJGfJ5fj3nRXfZrKvb /FXDngxesbC9Xr
Message-ID: <4E985AB2.10201@gmx.de>
Date: Fri, 14 Oct 2011 17:52:18 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
MIME-Version: 1.0
To: Mike Jones <Michael.Jones@microsoft.com>
References: <4E1F6AAD24975D4BA5B16804296739435C23C5A6@TK5EX14MBXC284.redmond.corp.microsoft.com>
In-Reply-To: <4E1F6AAD24975D4BA5B16804296739435C23C5A6@TK5EX14MBXC284.redmond.corp.microsoft.com>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 8bit
X-Y-GMX-Trusted: 0
Cc: OAuth WG <oauth@ietf.org>
Subject: Re: [OAUTH-WG] draft-ietf-oauth-v2-bearer-09: Open Issues & Proposed Resolutions
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: Fri, 14 Oct 2011 15:52:25 -0000

On 2011-10-14 17:42, Mike Jones wrote:
> Thanks for the useful discussion and the write-up, Hannes. For context,
> Hannes and I discussed how to resolve the remaining Bearer spec issues
> in a manner that meets the needs of implementations and will not
> generate objections during the IESG or IETF Last Call reviews. A few
> additional comments…
>
> 1. Error Description – Nothing to add to Hannes’ write-up.
>
> 2. Scope – I was planning to allow a broader set of ASCII characters
> than the “token” set, as these characters are inadequate for the use of
> URIs/URLs as scope elements. In particular, scope elements need to
> permit the full sets of “reserved”
> <http://tools.ietf.org/html/rfc3986#section-2.2>and “unreserved”
> <http://tools.ietf.org/html/rfc3986#section-2.3>characters in RFC 3986
> <http://tools.ietf.org/html/rfc3986>. The draft I am working on will say
> that scope is a space separated set of elements, where the elements
> consist of one or more characters from the union of the “reserved” and
> “unreserved” sets.
> ...

If you do that, you'll need to be careful with the encoding in case you 
stick with x-www-url-encoded (SP -> "+" etc).

Best regards, Julian