Re: [OAUTH-WG] Comments on draft-ietf-oauth-v2-03.txt

Torsten Lodderstedt <torsten@lodderstedt.net> Mon, 10 May 2010 20:31 UTC

Return-Path: <torsten@lodderstedt.net>
X-Original-To: oauth@core3.amsl.com
Delivered-To: oauth@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 8C5B728C0E6 for <oauth@core3.amsl.com>; Mon, 10 May 2010 13:31:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.682
X-Spam-Level:
X-Spam-Status: No, score=-1.682 tagged_above=-999 required=5 tests=[AWL=0.567, BAYES_00=-2.599, HELO_EQ_DE=0.35]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1erBaYcbp9-R for <oauth@core3.amsl.com>; Mon, 10 May 2010 13:31:54 -0700 (PDT)
Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.28]) by core3.amsl.com (Postfix) with ESMTP id 80E1628C0DD for <oauth@ietf.org>; Mon, 10 May 2010 13:21:22 -0700 (PDT)
Received: from [79.255.12.24] (helo=[192.168.71.22]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from <torsten@lodderstedt.net>) id 1OBZTR-000658-Is; Mon, 10 May 2010 22:21:09 +0200
References: <4BE730CC.1090607@lodderstedt.net> <AANLkTinnS1STjPtuubuS3_H2AGw1kyruDaFMSeSfE5hN@mail.gmail.com>
Message-Id: <38BB2577-B607-4033-A1C0-F8780DF47746@lodderstedt.net>
From: Torsten Lodderstedt <torsten@lodderstedt.net>
To: Marius Scurtescu <mscurtescu@google.com>
In-Reply-To: <AANLkTinnS1STjPtuubuS3_H2AGw1kyruDaFMSeSfE5hN@mail.gmail.com>
Content-Type: text/plain; charset="us-ascii"; format="flowed"; delsp="yes"
Content-Transfer-Encoding: 7bit
X-Mailer: iPhone Mail (7E18)
Mime-Version: 1.0 (iPhone Mail 7E18)
Date: Mon, 10 May 2010 22:20:46 +0200
X-Df-Sender: 141509
Cc: "OAuth WG (oauth@ietf.org)" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Comments on draft-ietf-oauth-v2-03.txt
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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, 10 May 2010 20:31:55 -0000

Am 10.05.2010 um 22:07 schrieb Marius Scurtescu <mscurtescu@google.com>:

> On Sun, May 9, 2010 at 3:01 PM, Torsten Lodderstedt
> <torsten@lodderstedt.net> wrote:
>> 3.5.1.1.  End-user Grants Authorization
>>
>> I would suggest to use JSON encoding here, since the URI fragment  
>> is handled
>> by a client more or less like a response result.
>
> Evan mentioned that returning JSON in this case is a bad idea because
> it is very hard to safely parse JSON in JavaScript.
>
> Marius

Native JSON support makes it easier.