[OAUTH-WG] Draft 9, Section 4.1.1 missing several parameters
Andrew Arnott <andrewarnott@gmail.com> Sat, 03 July 2010 21:28 UTC
Return-Path: <andrewarnott@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 B84A33A67ED for <oauth@core3.amsl.com>; Sat, 3 Jul 2010 14:28:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.002
X-Spam-Level:
X-Spam-Status: No, score=0.002 tagged_above=-999 required=5 tests=[BAYES_50=0.001, HTML_MESSAGE=0.001]
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 HZkFMD3nYVU9 for <oauth@core3.amsl.com>; Sat, 3 Jul 2010 14:28:37 -0700 (PDT)
Received: from mail-gy0-f172.google.com (mail-gy0-f172.google.com [209.85.160.172]) by core3.amsl.com (Postfix) with ESMTP id B58733A67B1 for <oauth@ietf.org>; Sat, 3 Jul 2010 14:28:37 -0700 (PDT)
Received: by gyh3 with SMTP id 3so2302753gyh.31 for <oauth@ietf.org>; Sat, 03 Jul 2010 14:28:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=c9sYcems+pQAmowgOnvCf9l8QZlKT/f70Qd4GioJU4w=; b=lyLVllFuyqlvi6G1xGGpJnX0HuJn9s0y0yOYQYvM+3gh8dK28VnbjOOFxVesPa4MjC DJrYHmBkvSAXrQHrWeDmDQC3vaLY7QAJanm6ICboBW9LxfQUPdNSfiIJZPbNjxYgIxY4 8ixxW3F0Q6S8MnS5PV/BToT2ogRqbuOwN6CQA=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dEU1zuv6Ixj2dh7UuOVcBpN3HWTx0W0+gDbFgbGFD9s29GA1ntPwRG85dFgYNlyxcb K67mzci5Ec2vHku1mkYJesp2zewYnfOaft0LLfu/i3tJorCzDa7OdnKcyysXDt31G6JE BST998MW2Q6C3f+LOTTP0XcaSoz9RxZrPBf8M=
MIME-Version: 1.0
Received: by 10.100.112.12 with SMTP id k12mr122098anc.234.1278192514103; Sat, 03 Jul 2010 14:28:34 -0700 (PDT)
Received: by 10.150.92.8 with HTTP; Sat, 3 Jul 2010 14:28:34 -0700 (PDT)
Date: Sat, 03 Jul 2010 14:28:34 -0700
Message-ID: <AANLkTintGxCh-Pk1Wd5nubBm8qM96ZUb3TQ5Iuf0GQ07@mail.gmail.com>
From: Andrew Arnott <andrewarnott@gmail.com>
To: "OAuth WG (oauth@ietf.org)" <oauth@ietf.org>
Content-Type: multipart/alternative; boundary="001485f91236c1f7e8048a8262cb"
Subject: [OAUTH-WG] Draft 9, Section 4.1.1 missing several parameters
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: Sat, 03 Jul 2010 21:28:43 -0000
Section 4.1.1, which deals with requesting an access token using an authorization code, doesn't list the client_id and client_secret parameters at all, yet mentions verifying them in paragraph form, and they are included in the example. -- Andrew Arnott "I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre
- [OAUTH-WG] Draft 9, Section 4.1.1 missing several… Andrew Arnott
- Re: [OAUTH-WG] Draft 9, Section 4.1.1 missing sev… Marius Scurtescu
- Re: [OAUTH-WG] Draft 9, Section 4.1.1 missing sev… Justin Richer