Re: [OAUTH-WG] Open Issues: Group Survey (respond by 5/13)

Mike Moore <blowmage@gmail.com> Mon, 10 May 2010 15:11 UTC

Return-Path: <blowmage@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 51A1D3A6403 for <oauth@core3.amsl.com>; Mon, 10 May 2010 08:11:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level:
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, 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 4fVvz0e6iIKt for <oauth@core3.amsl.com>; Mon, 10 May 2010 08:11:40 -0700 (PDT)
Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by core3.amsl.com (Postfix) with ESMTP id AB91B3A6994 for <oauth@ietf.org>; Mon, 10 May 2010 08:11:37 -0700 (PDT)
Received: by qyk11 with SMTP id 11so5708559qyk.13 for <oauth@ietf.org>; Mon, 10 May 2010 08:11:23 -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=PhZrvoB2clvCfY2i4toj3yLuoh2S+esZUYcn6Ho/gtQ=; b=di5B6LFIpkvMMklMQZQAYHO/ekUJs9tnOev8tHMk3zMDog7VqbWb5KVWJzSCCjT67T RXoLoNfYQVRLYfHZ3sSJsEuMbZJIOhkW12Cv1LR0OccowEjxw+OZm39cuiPkCZ7Dq2Jz 8UJtqU88eFK67n7VlBJL2eue7exgbb22FaQo8=
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=Y94Ev3+QxEH/1pY6x9Qnj3lO4mK2B9KPNwp+WkV8ypl8uFGfM1UXtW46f/pxO4/zkX botCg3Ap7vz6DCkzObLSvI/RxGypLnG78o8/Fpr9ScXSC4hIyy1G8JPogN1QGzZisyUP ryWKqZdsm9krdnh2pEX0Kh+j7SIqmfQF+hieM=
MIME-Version: 1.0
Received: by 10.224.49.77 with SMTP id u13mr2702588qaf.363.1273504283385; Mon, 10 May 2010 08:11:23 -0700 (PDT)
Received: by 10.229.222.6 with HTTP; Mon, 10 May 2010 08:11:23 -0700 (PDT)
In-Reply-To: <90C41DD21FB7C64BB94121FBBC2E72343B3AB46E1C@P3PW5EX1MB01.EX1.SECURESERVER.NET>
References: <90C41DD21FB7C64BB94121FBBC2E72343B3AB46E1C@P3PW5EX1MB01.EX1.SECURESERVER.NET>
Date: Mon, 10 May 2010 09:11:23 -0600
Message-ID: <AANLkTik_fJ_Q5aKX6KCenJqy2VotpuX5HzexxcYmYyke@mail.gmail.com>
From: Mike Moore <blowmage@gmail.com>
To: Eran Hammer-Lahav <eran@hueniverse.com>
Content-Type: multipart/alternative; boundary="001485e7c9466e8d5204863ed2f4"
Cc: "OAuth WG (oauth@ietf.org)" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Open Issues: Group Survey (respond by 5/13)
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, 10 May 2010 15:11:41 -0000

On Sun, May 9, 2010 at 3:06 PM, Eran Hammer-Lahav <eran@hueniverse.com>wrote:

> DEADLINE: 5/13
>
> I would like to publish one more draft before our interim meeting in two
> weeks (5/20). Below are two open issues we have on the list. Please reply
> with your preference (or additional solutions) to each item. Issues with
> consensus will be incorporated into the next draft. Those without will be
> discussed at the meeting.
>
> EHL
>
> ---
>
> 1. Server Response Format
>
> After extensive debate, we have a large group in favor of using JSON as the
> only response format (current draft). We also have a smaller group but with
> stronger feelings on the subject that JSON adds complexity with no obvious
> value.
>
> A. Form-encoded only (original draft)
> B. JSON only (current draft)
> C. JSON as default with form-encoded and XML available with an optional
> request parameter
>

A, with both JSON and XML support via an optional extension. I'd prefer to
keep the core spec as clean as possible, and I think form encoding does
that.


> ---
>
> 2. Client Authentication (in flows)
>
> How should the client authenticate when making token requests? The current
> draft defines special request parameters for sending client credentials.
> Some have argued that this is not the correct way, and that the client
> should be using existing HTTP authentication schemes to accomplish that such
> as Basic.
>
> A. Client authenticates by sending its credentials using special parameters
> (current draft)
> B. Client authenticated by using HTTP Basic (or other schemes supported by
> the server such as Digest)
>

B, if possible. (I'm fairly convinced it is possible, but I'm not 100% sure
yet.)


> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>