Re: [OAUTH-WG] Request for feedback: OAuth IETF Drafts (Due 10/2)

Chirag Shah <chiragshah1@gmail.com> Tue, 22 September 2009 00:04 UTC

Return-Path: <chiragshah1@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 750D53A67F0 for <oauth@core3.amsl.com>; Mon, 21 Sep 2009 17:04:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[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 RB9ewRqretnN for <oauth@core3.amsl.com>; Mon, 21 Sep 2009 17:04:36 -0700 (PDT)
Received: from mail-px0-f177.google.com (mail-px0-f177.google.com [209.85.216.177]) by core3.amsl.com (Postfix) with ESMTP id 686233A659B for <oauth@ietf.org>; Mon, 21 Sep 2009 17:04:36 -0700 (PDT)
Received: by pxi7 with SMTP id 7so370428pxi.17 for <oauth@ietf.org>; Mon, 21 Sep 2009 17:05:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bE5DuUtLWI+vd3/tnAGakK9DeTzW9l9iP9GfvqzWpiQ=; b=orpbMYPMRnFS/tmrc9v5YnzK2rGHNytOBbllIOaVd6im/pav7m5dQnAbSMxDzURx17 dSyWpjjcEWzcswHSGKRwGuXlExjWfjZ/pYNMSfnKHpcVJUFqzbNyHW6RRibFpeNWOqEv Z641oLZXI2nZ6DPasx7hbxlxwwOHGFE/7Eve8=
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=sWI70Ng9U4waRtQlA4gzrKgv4wE3H2/Yf9xE2ltu10gr6/ncc3hMqXGUVwDPWPLzIr ynZHkU6smQQ5M1nCALqhJqPKjcANaUQ7usXC+xqHMmQGRLx258FsRGJYpz6Ljqu/9uPN cl30NuWG+Oc+FxRshW8w/7qy7Xr20VotKCOBU=
MIME-Version: 1.0
Received: by 10.143.26.39 with SMTP id d39mr16725wfj.223.1253577936534; Mon, 21 Sep 2009 17:05:36 -0700 (PDT)
In-Reply-To: <6c0fd2bc0909211459t647d0006s728b2630966cf603@mail.gmail.com>
References: <90C41DD21FB7C64BB94121FBBC2E72343784D58457@P3PW5EX1MB01.EX1.SECURESERVER.NET> <74462b20909211450kf19596eg2df35e13f4836c2d@mail.gmail.com> <6c0fd2bc0909211459t647d0006s728b2630966cf603@mail.gmail.com>
Date: Mon, 21 Sep 2009 17:05:36 -0700
Message-ID: <74462b20909211705s78ed9895je7d00411bb6e2a80@mail.gmail.com>
From: Chirag Shah <chiragshah1@gmail.com>
To: Hubert Le Van Gong <hubertlvg@gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: oauth@ietf.org
Subject: Re: [OAUTH-WG] Request for feedback: OAuth IETF Drafts (Due 10/2)
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: Tue, 22 Sep 2009 00:04:37 -0000

Isn't the purpose of the Problem Reporting extension is to help
developers debug OAuth issues?

Currently the text "signature_invalid" isn't very meaningful to
developers debugging their applications because they want to know the
exact reason why.


On Mon, Sep 21, 2009 at 2:59 PM, Hubert Le Van Gong <hubertlvg@gmail.com> wrote:
> I "hear your pain" but I'm not sure this is a good idea.
> What you describe sounds more like debugging to me.
> Not something I'd put in the protocol msgs.
>
> Hubert
>
>
> On Mon, Sep 21, 2009 at 11:50 PM, Chirag Shah <chiragshah1@gmail.com> wrote:
>>> * The proposed Problem Reporting extension [1], its richness and complexity
>>
>> I was curious if we could slightly update to the proposed problem
>> reporting extension.
>>
>> The signature_invalid section in the Problem Reporting extension[1]
>> should encourage service providers to include the
>> signature_base_string they used in the error response.
>>
>> This information is valuable because the consumer can visually
>> identify why their signature is invalid by comparing their
>> signature_base string against the service provider's. If the service
>> provider does not provide this information, the consumer is often
>> guessing why their signature is invalid.
>>
>> [1] - http://wiki.oauth.net/ProblemReporting
>>
>> On Mon, Sep 21, 2009 at 1:40 PM, Eran Hammer-Lahav <eran@hueniverse.com> wrote:
>>> http://tools.ietf.org/html/draft-ietf-oauth-authentication
>>> http://tools.ietf.org/html/draft-ietf-oauth-web-delegation
>>>
>>> I plan to publish new revisions of the above drafts to include:
>>>
>>> * Error codes and optional debug information
>>> * Cleanup of the authentication extensibility model
>>> * Change the version / protocol extensibility model
>>>
>>> In addition to general feedback about the drafts, I am looking for specific feedback on the following items which I plan to address in the next drafts:
>>>
>>> * Drop core support for the RSA-SHA1 method
>>> * Replace HMAC-SHA1 with HMAC-SHA256
>>> * Define the authentication parameters as method-specific (for example, drop nonce and timestamp from PLAINTEXT)
>>> * The proposed Problem Reporting extension [1], its richness and complexity
>>> * Making the HMAC signature method required for all server implementations
>>> * Changing the delegation flow to require HTTP POST instead of recommending it
>>> * Mandating server support for all three parameter transmission methods
>>> * Adding a token revocation endpoint
>>> * Adding the ability for servers to declare their configuration (methods, etc.) in the WWW-Authenticate header response
>>> * The value of the client credentials (Consumer Key) and feedback from actual implementation experience
>>>
>>> In order for your feedback to be included or considered for the next revisions it must be received by 10/2 on the oauth@ietf.org list.
>>>
>>> EHL
>>>
>>> [1] http://wiki.oauth.net/ProblemReporting
>>>
>>> _______________________________________________
>>> 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
>>
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>