Re: [OAUTH-WG] Draft -07 (major rewrite)
Andrew Arnott <andrewarnott@gmail.com> Mon, 14 June 2010 15:23 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 8DED43A68F8 for <oauth@core3.amsl.com>; Mon, 14 Jun 2010 08:23:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.753
X-Spam-Level:
X-Spam-Status: No, score=-0.753 tagged_above=-999 required=5 tests=[AWL=0.357, BAYES_05=-1.11, 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 pALrrZYQKh3S for <oauth@core3.amsl.com>; Mon, 14 Jun 2010 08:23:56 -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 8EBB53A6915 for <oauth@ietf.org>; Mon, 14 Jun 2010 08:23:56 -0700 (PDT)
Received: by gyh4 with SMTP id 4so2613048gyh.31 for <oauth@ietf.org>; Mon, 14 Jun 2010 08:23:57 -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; bh=u8vpaR4is6ZESPQ0I1p/lFwqVBQFWVe521vp7PGj65M=; b=supkHZBF7Ol2RNlR8Cqw8I3Irk3EYUm6l6rHhG9zOLNNRkPVpvnaxcN3DGZ6CE+TiK lqOcaOSF71c7zN8XpkkLmypOfCDTzRm5iz+dERgTrvD1ZhYQQi/qwtfRNFL6CFOu02ZJ 0CvBq0TP05WJGH8YUrVdl5PMmcWYLvOx5r3no=
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; b=rOY/kzonrFI5/+6wNWAh73DMc/3O6nyZSJE8pX8neCs6NppMswgODo9ABKUKH/VFj/ 4G762KTj9bNKZm8j+L4F3R6UbqAtMr5pRg4mVy4uksmtV7obWTCEn91PTF8ZOTts6L/A eU1BQ6UHbS963mVY0Fle1qTw6LfgcVbaS8pMs=
MIME-Version: 1.0
Received: by 10.151.59.13 with SMTP id m13mr6639341ybk.250.1276529037521; Mon, 14 Jun 2010 08:23:57 -0700 (PDT)
Received: by 10.151.26.19 with HTTP; Mon, 14 Jun 2010 08:23:57 -0700 (PDT)
In-Reply-To: <90C41DD21FB7C64BB94121FBBC2E72343B3EAF76BC@P3PW5EX1MB01.EX1.SECURESERVER.NET>
References: <90C41DD21FB7C64BB94121FBBC2E72343B3EAF76BC@P3PW5EX1MB01.EX1.SECURESERVER.NET>
Date: Mon, 14 Jun 2010 08:23:57 -0700
Message-ID: <AANLkTin_3ZUINYkl8YJCTbqAQgPM47AqTvjLN81tMtFS@mail.gmail.com>
From: Andrew Arnott <andrewarnott@gmail.com>
To: Eran Hammer-Lahav <eran@hueniverse.com>
Content-Type: multipart/alternative; boundary="00151750e27ed3cede0488ff1374"
Cc: "OAuth WG (oauth@ietf.org)" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Draft -07 (major rewrite)
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 15:23:57 -0000
I find the combination of the web server and user agent flows for end user authorization unnatural -- particularly poignant in the success response, which has 4 parameters -- but one flow MUST have no more than 2, and the other must have 3. And apparently now the user-agent flow can receive a verification code as well as an access token? It's unclear what that's for or how that's used. I suggest the spec break the two flows back up to make it easier to parse what message shapes exist. -- 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 On Fri, Jun 11, 2010 at 1:11 PM, Eran Hammer-Lahav <eran@hueniverse.com>wrote: > Draft -07 represents a major rearrangement of the document. I still have a > lot of work to do but wanted to share my progress and get some general > feedback. The draft includes a few normative language changes but the main > focus is on the document structure and how the architecture is explained. > > Changes include: > > o Removed device profile. > o Added verification code support to user-agent flow. > o Removed multiple formats support, leaving JSON as the only format. > o Changed assertion "assertion_format" parameter to "assertion_type". > o Removed "type" parameter from token endpoint. > > The spec is now 36 pages, 19 pages shorter than -05. > > EHL > _______________________________________________ > OAuth mailing list > OAuth@ietf.org > https://www.ietf.org/mailman/listinfo/oauth >
- [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Marius Scurtescu
- Re: [OAUTH-WG] Draft -07 (major rewrite) Justin Richer
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Andrew Arnott
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Justin Richer
- Re: [OAUTH-WG] Draft -07 (major rewrite) Chuck Mortimore
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Christian Scholz
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Torsten Lodderstedt
- Re: [OAUTH-WG] Draft -07 (major rewrite) Andrew Arnott
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Brian Eaton
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Dick Hardt
- Re: [OAUTH-WG] Draft -07 (major rewrite) Dick Hardt
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Marius Scurtescu
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Marius Scurtescu
- Re: [OAUTH-WG] Draft -07 (major rewrite) Eran Hammer-Lahav
- Re: [OAUTH-WG] Draft -07 (major rewrite) Marius Scurtescu
- Re: [OAUTH-WG] Draft -07 (major rewrite) Brian Eaton