Re: [OAUTH-WG] First draft of OAuth 2.0

Torsten Lodderstedt <torsten@lodderstedt.net> Wed, 24 March 2010 06:17 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 B59983A698B for <oauth@core3.amsl.com>; Tue, 23 Mar 2010 23:17:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.331
X-Spam-Level:
X-Spam-Status: No, score=0.331 tagged_above=-999 required=5 tests=[AWL=1.450, BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13, 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 SoVzNM2fjP6w for <oauth@core3.amsl.com>; Tue, 23 Mar 2010 23:17:31 -0700 (PDT)
Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.29.28]) by core3.amsl.com (Postfix) with ESMTP id 480733A6867 for <oauth@ietf.org>; Tue, 23 Mar 2010 23:17:30 -0700 (PDT)
Received: from p4fff296c.dip.t-dialin.net ([79.255.41.108] helo=[127.0.0.1]) by smtprelay03.ispgateway.de with esmtpa (Exim 4.68) (envelope-from <torsten@lodderstedt.net>) id 1NuJuX-0001n8-Co; Wed, 24 Mar 2010 07:17:49 +0100
Message-ID: <4BA9AE8C.5040500@lodderstedt.net>
Date: Wed, 24 Mar 2010 07:17:48 +0100
From: Torsten Lodderstedt <torsten@lodderstedt.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3
MIME-Version: 1.0
To: Brian Eaton <beaton@google.com>
References: <526C3C44-18CF-4A94-A4C6-72702F73AC83@facebook.com> <4BA904F6.7000208@lodderstedt.net> <fd6741651003231201l4be70ccew1ea2c20e20c7dd01@mail.gmail.com> <daf5b9571003231756j50898d2epdadc5f3f146e5b91@mail.gmail.com>
In-Reply-To: <daf5b9571003231756j50898d2epdadc5f3f146e5b91@mail.gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 8bit
X-Df-Sender: 141509
Cc: OAuth WG <oauth@ietf.org>
Subject: Re: [OAUTH-WG] First draft of OAuth 2.0
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: Wed, 24 Mar 2010 06:17:32 -0000

Hi Brian,

thanks for the clarification. Should the WG document this kind of 
security design decisions somewhere?

regards,
Torsten.
> On Tue, Mar 23, 2010 at 12:01 PM, David Recordon<recordond@gmail.com>  wrote:
>    
>>> ยง3
>>> - Why is the parameter oauth_client_secret required for refreshing access
>>> tokens? Use cases 2.2 and 2.3 do not require the client to use (possess) a
>>> secret. Does this imply such client are not entitled to refresh tokens? I
>>> would suggest to simply remove this parameter.
>>>        
>> It shouldn't be required.  Fixed!
>> http://github.com/daveman692/OAuth-2.0/commit/a30843724f241f3ea1052c83dcfec0127a11fe00
>>      
> It was required in WRAP because is lets you recover if a client web
> server that holds many refresh tokens is compromised.  You rotate the
> client secret, and then the attacker loses access to user data.
>
> Please add it back. =)
>