Re: [OAUTH-WG] FYI per a request on the last conference call, this is a method for making client registration stateless.

Pedro Felix <pmhsfelix@gmail.com> Tue, 15 October 2013 09:06 UTC

Return-Path: <pmhsfelix@gmail.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 88E3611E817C for <oauth@ietfa.amsl.com>; Tue, 15 Oct 2013 02:06:34 -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, HTML_MESSAGE=0.001, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AaqO-cQJuP+K for <oauth@ietfa.amsl.com>; Tue, 15 Oct 2013 02:06:25 -0700 (PDT)
Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com [IPv6:2607:f8b0:400c:c03::22c]) by ietfa.amsl.com (Postfix) with ESMTP id 19A5E11E8179 for <oauth@ietf.org>; Tue, 15 Oct 2013 02:06:14 -0700 (PDT)
Received: by mail-vc0-f172.google.com with SMTP id hu8so5170743vcb.3 for <oauth@ietf.org>; Tue, 15 Oct 2013 02:06:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Hbc8rv3VhOFawyhc2d3wgAxa4L0dSnu1aqKQslgeLrU=; b=RdhEXVqmsoGy/ATtFs4WhwjbXv0Z6auFBwg73/W5Kp2xFsX8NbJeyGaRLyJSAR3gvO wixb414FLPN9hzZVlsSSxofBh8aoGzRPvkiXsg+U7pW7YIUyndKFpnCtFW2nmIjQhDsE xBxLgIuzYb5oW5+Cbhktqd+JFDY0VWRp8bEn9nGLP07TBb5U1wHrGuTYAn5pz+FosKoQ D9PSJKjlK/el7InrXPKHYpaBbVxMWC0muPgYXxoGIWP7fp2mrZIITACXiZDbFsT86+l1 bNRWKeKZA9eyRDbYuX9YWx3aCxi6r9RqB6IMLEUIGMZj5GV89HTRDEyKKl6gwCS6mePX RhcA==
MIME-Version: 1.0
X-Received: by 10.52.230.102 with SMTP id sx6mr32713891vdc.15.1381827974326; Tue, 15 Oct 2013 02:06:14 -0700 (PDT)
Received: by 10.220.169.3 with HTTP; Tue, 15 Oct 2013 02:06:14 -0700 (PDT)
In-Reply-To: <E2658D78-4EF8-433F-B007-15457EE353C4@ve7jtb.com>
References: <E2658D78-4EF8-433F-B007-15457EE353C4@ve7jtb.com>
Date: Tue, 15 Oct 2013 10:06:14 +0100
Message-ID: <CAD+AFDt7dKSW1=JEF+0ZiNjV7UJb=j8xWAiEx8Zh5Z2PzCV_kw@mail.gmail.com>
From: Pedro Felix <pmhsfelix@gmail.com>
To: oauth list <oauth@ietf.org>
Content-Type: multipart/alternative; boundary="089e0111ae348cf12c04e8c3e5fb"
Subject: Re: [OAUTH-WG] FYI per a request on the last conference call, this is a method for making client registration stateless.
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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, 15 Oct 2013 09:06:34 -0000

Hi,

Is this applicable to public (non-confidential) clients only? For
confidential clients, the verification of the client_secret doesn't seem to
be addressed by this proposal (token endpoint interactions).
We could however extend it to address this scenario, namely by using
encrypted JWTs with client_secret verification information.

Thanks
Pedro



On Tue, Oct 15, 2013 at 1:01 AM, John Bradley <ve7jtb@ve7jtb.com> wrote:

> A new version of I-D, draft-bradley-stateless-oauth-client-00.txt
> has been successfully submitted by John Bradley and posted to the
> IETF repository.
>
> Filename:  draft-bradley-stateless-oauth-client
> Revision:  00
> Title:  Stateless Client Identifier for OAuth 2
> Creation date:  2013-10-15
> Group:  Individual Submission
> Number of pages: 4
> URL:
> http://www.ietf.org/internet-drafts/draft-bradley-stateless-oauth-client-00.txt
> Status:
> http://datatracker.ietf.org/doc/draft-bradley-stateless-oauth-client
> Htmlized:
> http://tools.ietf.org/html/draft-bradley-stateless-oauth-client-00
>
>
> Abstract:
>   This draft provides a method for communicating information about an
>   OAuth client through its client identifier allowing for fully
>   stateless operation.
>
>
>
>
>
> Please note that it may take a couple of minutes from the time of
> submission
> until the htmlized version and diff are available at tools.ietf.org.
>
> The IETF Secretariat
>
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>
>