Re: [OAUTH-WG] Identifying OAuth 2.0 vs 1.0 requests

David Recordon <recordond@gmail.com> Mon, 14 June 2010 20:09 UTC

Return-Path: <recordond@gmail.com>
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 058583A6876 for <oauth@core3.amsl.com>; Mon, 14 Jun 2010 13:09:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.095
X-Spam-Level:
X-Spam-Status: No, score=-2.095 tagged_above=-999 required=5 tests=[AWL=0.504, BAYES_00=-2.599]
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 DMixCPoyz9-6 for <oauth@core3.amsl.com>; Mon, 14 Jun 2010 13:09:23 -0700 (PDT)
Received: from mail-iw0-f172.google.com (mail-iw0-f172.google.com [209.85.214.172]) by core3.amsl.com (Postfix) with ESMTP id 854653A6359 for <oauth@ietf.org>; Mon, 14 Jun 2010 13:09:23 -0700 (PDT)
Received: by iwn41 with SMTP id 41so1591970iwn.31 for <oauth@ietf.org>; Mon, 14 Jun 2010 13:09:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fk57FNsi9/s97Wj0J9nVmzFzOJga4eHRKHd/OOrO9LM=; b=U+f355z6jciBhbJ4faz1YPkBOOEqv0rq/IBKO1GGxMSYcKGG06ixCSrTJFDX/TPUxm gy1iKd+P1TXE+J+FVASZ0EGX8cujO+reBC+sEx6Xe995Gqk+UPl7ZFTZ7pvV4u8ktMVU iWND+zHE5iGtXpvs/wvw2V+J/t7D5mLk7I8AQ=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=XW1QCDI0FB/QlLSR5fajwfwdpUEvXu8Sm2DUhn6zj+bnkTAWjDS9NbtERPnBOk8ks4 mLzXjhzvyG9qivn41eJE4IHv4dbAehh/lL6AfXCgzFaOypn4sHU06ENwGRITn2DYOu8C R/bTMafVGtPtGuVxYiAn1tiKoX/zWCLYprs9g=
MIME-Version: 1.0
Received: by 10.231.188.150 with SMTP id da22mr6129050ibb.191.1276546164489; Mon, 14 Jun 2010 13:09:24 -0700 (PDT)
Received: by 10.231.192.4 with HTTP; Mon, 14 Jun 2010 13:09:24 -0700 (PDT)
In-Reply-To: <4C165356.3090505@cdatazone.org>
References: <AANLkTilcANtf9WsFh4jJPUBkbCu5x2doTMQEr4_h_Rys@mail.gmail.com> <90C41DD21FB7C64BB94121FBBC2E72343B3EAF729E@P3PW5EX1MB01.EX1.SECURESERVER.NET> <AANLkTimz_V33JnJWsh_jgKoeGgAj1bhYhfge6-C86rJ2@mail.gmail.com> <AANLkTin5h1gtVt3CJUjaUB56w2Ku3nJODyfo91dF9J7b@mail.gmail.com> <90C41DD21FB7C64BB94121FBBC2E72343B3EAF7328@P3PW5EX1MB01.EX1.SECURESERVER.NET> <AANLkTikrS4iosFM1Xca3NIPJrVmz_9YP8cCw85zpODJL@mail.gmail.com> <4C165356.3090505@cdatazone.org>
Date: Mon, 14 Jun 2010 13:09:24 -0700
Message-ID: <AANLkTil9n7_4spdohdEkRUjLk9xNxhhJxovKksn6q4Mq@mail.gmail.com>
From: David Recordon <recordond@gmail.com>
To: Rob Richards <rrichards@cdatazone.org>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Cc: "OAuth WG (oauth@ietf.org)" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Identifying OAuth 2.0 vs 1.0 requests
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, 14 Jun 2010 20:09:25 -0000

It's easy to detect version when calling a protected resource. In
OAuth 2.0 you only have one token parameter whereas 1.0 has a variety
of parameters including a signature.

--David


On Mon, Jun 14, 2010 at 9:05 AM, Rob Richards <rrichards@cdatazone.org> wrote:
> Wouldn't it make sense to require the oauth_version parameter under 2.0 for
> resource calls so that the two versions can be distinguished?
>
> Rob
>
> Paul Lindner wrote:
>>
>> If you're routing requests with a load balancer it's not so trivial.
>> Instead of a substring match you're talking about a regex with negative
>> lookahead matching -- that's why the presence of the signature param is
>> essential to distinguishing between 2.0/1.0a.
>>
>> On Thu, Jun 10, 2010 at 10:42 AM, Eran Hammer-Lahav <eran@hueniverse.com
>> <mailto:eran@hueniverse.com>> wrote:
>>
>>    But in that case, all the other oauth_* parameters are missing.
>>    It's trivial.
>>
>>    EHL
>>
>>    > -----Original Message-----
>>    > From: Marius Scurtescu [mailto:mscurtescu@google.com
>>    <mailto:mscurtescu@google.com>]
>>    > Sent: Thursday, June 10, 2010 10:39 AM
>>    > To: Paul Lindner
>>    > Cc: Eran Hammer-Lahav; OAuth WG (oauth@ietf.org
>>    <mailto:oauth@ietf.org>)
>>    > Subject: Re: [OAUTH-WG] Identifying OAuth 2.0 vs 1.0 requests
>>    >
>>    > I run into the same issue. In section "4.2. URI Query
>>    Parameter", it would
>>    > help if the parameter name, oauth_token, was different from OAuth 1.
>>    >
>>    > Marius
>>    >
>>    >
>>    >
>>    > On Thu, Jun 10, 2010 at 9:41 AM, Paul Lindner <lindner@inuus.com
>>    <mailto:lindner@inuus.com>> wrote:
>>    > > I am talking about the resource server. Specifically I want to
>>    be able
>>    > > to quickly determine if an incoming request is 1.0a vs 2.0.
>>     And since
>>    > > this is a library it can't make a lot of assumptions about the
>>    > > specific environment it's running in.
>>    > > At first I thought I would check the oauth_version parameter.  It
>>    > > turns out the 1.0a spec says that it is optional.  The only
>>    one that
>>    > > is required for 1.0a is oauth_signature_method.
>>    > > Sadly we're long past time to change the spec to optimize for
>>    this use-case.
>>    > >  (It would have been better to have a parameter for oauth 2.0
>>    that is
>>    > > distinct from 1.0a)  At the very least this message will live
>>    on in
>>    > > the mailing list archives -- at best we document the proper way to
>>    > > distinguish between the two versions somewhere.
>>    > > On Thu, Jun 10, 2010 at 8:44 AM, Eran Hammer-Lahav
>>    > > <eran@hueniverse.com <mailto:eran@hueniverse.com>>
>>    > > wrote:
>>    > >>
>>    > >> The request is very different on the resource server. On the
>>    > >> authorization server, why would you use the same endpoint?
>>    > >>
>>    > >>
>>    > >>
>>    > >> EHL
>>    > >>
>>    > >>
>>    > >>
>>    > >> From: oauth-bounces@ietf.org <mailto:oauth-bounces@ietf.org>
>>    [mailto:oauth-bounces@ietf.org <mailto:oauth-bounces@ietf.org>] On
>>    > >> Behalf Of Paul Lindner
>>    > >> Sent: Thursday, June 10, 2010 8:24 AM
>>    > >> To: OAuth WG (oauth@ietf.org <mailto:oauth@ietf.org>)
>>    > >> Subject: [OAUTH-WG] Identifying OAuth 2.0 vs 1.0 requests
>>    > >>
>>    > >>
>>    > >>
>>    > >> Hi,
>>    > >>
>>    > >>
>>    > >>
>>    > >> As I've been working through our oauth2 implementation I've
>>    noticed
>>    > >> that it's not easy to disambiguate OAuth 1.0a vs 2.0 API
>>    calls based
>>    > >> on the request parameters alone.   Based on some
>>    investigative at the
>>    > >> Shindig project it appears that the only standard way to to
>>    determine
>>    > >> 1.0a vs 2.0 is by checking for the oauth_signature_method
>>    > parameter.  More info here:
>>    > >>
>>    > >>
>>    > >>
>>    > >> https://issues.apache.org/jira/browse/SHINDIG-1361
>>    > >>
>>    > >>
>>    > >>
>>    > >> Has anyone else considered this use case?  How did you solve it?
>>    > >>
>>    > >>
>>    > >
>>    > > _______________________________________________
>>    > > OAuth mailing list
>>    > > OAuth@ietf.org <mailto:OAuth@ietf.org>
>>    > > https://www.ietf.org/mailman/listinfo/oauth
>>    > >
>>    > >
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> OAuth mailing list
>> OAuth@ietf.org
>> https://www.ietf.org/mailman/listinfo/oauth
>>
>
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>