Re: [OAUTH-WG] Defining a maximum token length?

Dick Hardt <dick.hardt@gmail.com> Wed, 10 March 2010 02:33 UTC

Return-Path: <dick.hardt@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 117BF3A6A16 for <oauth@core3.amsl.com>; Tue, 9 Mar 2010 18:33:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.568
X-Spam-Level:
X-Spam-Status: No, score=-2.568 tagged_above=-999 required=5 tests=[AWL=0.031, 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 9K0LnmgwZcaz for <oauth@core3.amsl.com>; Tue, 9 Mar 2010 18:33:22 -0800 (PST)
Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by core3.amsl.com (Postfix) with ESMTP id 1E91C3A659A for <oauth@ietf.org>; Tue, 9 Mar 2010 18:33:21 -0800 (PST)
Received: by fxm27 with SMTP id 27so143550fxm.28 for <oauth@ietf.org>; Tue, 09 Mar 2010 18:33:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=+lgt+N0n9wR3wnWF+WmRz51/TjBMNC1zg813ifZo6T4=; b=p+FMNI4o3rK5Q14p3td+GWab2/VbemjddSbLenFJSbh3ZAfyRHAPJWaqOff5MKAJxl UApglqn1aJZCvZNcmoMfVHIMEYLwwoboHJv27F5nJMR5NUs0f45c9yBfLa73RcwepMKh FGF9UkgY8u8zFR1dKgRwXKiQExb3JiEMQkp6k=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=bxSWm4L8m9Nx5ac+QumPzugG1pKa3sJtO1sr1YPH6vQHF1Sps3ETKdA0kIct+kNGi9 fnoAHoSXgVrOaSNk3Re6nrb3/cXk6Zu/8kpLR2YYAWANoN5Ozi3a3CyfNnQ4R/8EzDEf oboXMKt50qMdma9vbllqYqTlONgCY3Y6umErA=
Received: by 10.223.5.200 with SMTP id 8mr123144faw.84.1268188403372; Tue, 09 Mar 2010 18:33:23 -0800 (PST)
Received: from [10.0.0.152] ([204.153.195.166]) by mx.google.com with ESMTPS id 18sm12372464fks.5.2010.03.09.18.33.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Mar 2010 18:33:22 -0800 (PST)
Mime-Version: 1.0 (Apple Message framework v1077)
Content-Type: text/plain; charset="us-ascii"
From: Dick Hardt <dick.hardt@gmail.com>
In-Reply-To: <68f4a0e81003091824n5453cf4cp151f313de5fd9c5e@mail.gmail.com>
Date: Tue, 09 Mar 2010 18:33:09 -0800
Content-Transfer-Encoding: 7bit
Message-Id: <E1619AA2-6303-49EC-9EC2-AAB4E46F7B1C@gmail.com>
References: <fd6741651003091550t5a464496r57aae9a60c516599@mail.gmail.com> <74caaad21003091623i8b7c343jc3bb806fe327492d@mail.gmail.com> <12ED1FAC-B9C6-47C1-AC01-AB33D110EF8C@gmail.com> <68f4a0e81003091824n5453cf4cp151f313de5fd9c5e@mail.gmail.com>
To: Ethan Jewett <esjewett@gmail.com>
X-Mailer: Apple Mail (2.1077)
Cc: OAuth WG <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Defining a maximum token length?
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, 10 Mar 2010 02:33:23 -0000

On 2010-03-09, at 6:24 PM, Ethan Jewett wrote:

> I think it would make sense to advise client library and application
> programmers to provide for the possibility of and storage of large
> tokens. We should probably reference examples of tokens seen in the
> wild and mention the technical limitations on token length from the
> HTTP protocol (with Dick outlines). I'm not sure where in the spec
> this would go, but it sounds like a good thing to include.

In the WRAP spec, we had a section entitled "Parameter Considerations".

-- Dick