Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-sub-ns-03.txt
Barry Leiba <barryleiba@computer.org> Thu, 21 June 2012 19:28 UTC
Return-Path: <barryleiba.mailing.lists@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 44F1821F86DD for <oauth@ietfa.amsl.com>; Thu, 21 Jun 2012 12:28:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.934
X-Spam-Level:
X-Spam-Status: No, score=-102.934 tagged_above=-999 required=5 tests=[AWL=0.043, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
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 4So7QS9X1qe8 for <oauth@ietfa.amsl.com>; Thu, 21 Jun 2012 12:28:25 -0700 (PDT)
Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by ietfa.amsl.com (Postfix) with ESMTP id 1E80221F86C3 for <oauth@ietf.org>; Thu, 21 Jun 2012 12:28:24 -0700 (PDT)
Received: by lbbgo11 with SMTP id go11so2805340lbb.31 for <oauth@ietf.org>; Thu, 21 Jun 2012 12:28:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6kudO4jogEPZH7TDfxI/N20rKzLiPrlk+FxY3t6gooE=; b=BjbMI12aWAOwDtxLHaEWHJ1HK6Z8+eDx4N7H4pwqXKIdQsdzICj1iCkoIoaIDIvt8u 4U33ipT170bnG4Pp+G2A5SqQW71qPQmPe7yIPt4MSdj7/FdX3a7VoUNf6BZ9s7eD01V7 xygFJjpz3/ALKkYwAbixXGzfaAzjaOoVLDvRs5suCQ/fLn8+72FJM/q243P2Fy4sT7If gw/5Uv1d2Sq2FsS+utJ0Ubupy6HREMtvF950lenyGimVFLiwe7Fhuk5McKW7po/6Q6QT xypa0QvxP+UlQ3uUfGd2GDXlad8CK5UAQToIWEtl/I5iAPXB5BaMbWzWhx/4/VrWMeiC syIg==
MIME-Version: 1.0
Received: by 10.112.83.169 with SMTP id r9mr274852lby.66.1340306904046; Thu, 21 Jun 2012 12:28:24 -0700 (PDT)
Sender: barryleiba.mailing.lists@gmail.com
Received: by 10.112.48.104 with HTTP; Thu, 21 Jun 2012 12:28:23 -0700 (PDT)
In-Reply-To: <20120621175317.32545.76545.idtracker@ietfa.amsl.com>
References: <20120621175317.32545.76545.idtracker@ietfa.amsl.com>
Date: Thu, 21 Jun 2012 15:28:23 -0400
X-Google-Sender-Auth: wx7TYHGVED09rZtx6f8jgRcJW9A
Message-ID: <CAC4RtVAcnGwv7yp=zwwAM--w-DubHfFpHFrKyHRzfe8Fjfg0Rg@mail.gmail.com>
From: Barry Leiba <barryleiba@computer.org>
To: OAuth WG <oauth@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Subject: Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-sub-ns-03.txt
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: Thu, 21 Jun 2012 19:28:26 -0000
This one's mostly there. As Mike and Hannes are discussing, the WG needs to sort out exactly what goes under "oauth" here. Here's a suggestion: Have Section 3 specify that what comes after "oauth" are one or more tokens, delimited by ":". Have Section 3 create the registry for the first-level token, "class". In your example, that's "grant-type". Have Section 3 specify that the definition of each "class" token specifies what comes after it -- how many tokens, and the meaning(s). Have Section 3 note that certain classes might create new sub-registries for what goes under them, if necessary. Have Section 3 note that certain classes might have *no* further tokens under them. I realize that there might not be any use cases envisioned right now for that last one, but it might be a bad idea to forbid it. Section 5: o Repository: [[not sure about this? this document or http://www.iana.org/assignments/oauth]] Yeh, I've never been sure about that either. I think what you want here is "[[The registry created in Section 3.]]". See RFC 6134 for how I did this with the "sieve" namespace. Barry
- [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-sub-n… internet-drafts
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Mike Jones
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Brian Campbell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Brian Campbell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Hannes Tschofenig
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Barry Leiba
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Hannes Tschofenig
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Brian Campbell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Mike Jones
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Brian Campbell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Brian Campbell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Barry Leiba
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Brian Campbell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Manger, James H
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Stephen Farrell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Brian Campbell
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Peter Saint-Andre
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Hannes Tschofenig
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Hannes Tschofenig
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Hannes Tschofenig
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Hannes Tschofenig
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-urn-s… Hannes Tschofenig