Re: [OAUTH-WG] Namespacing "type" in RAR

Justin Richer <jricher@mit.edu> Sat, 18 July 2020 15:10 UTC

Return-Path: <jricher@mit.edu>
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 7B63A3A03EA for <oauth@ietfa.amsl.com>; Sat, 18 Jul 2020 08:10:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.918
X-Spam-Level:
X-Spam-Status: No, score=-1.918 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K2syYWB0BBuX for <oauth@ietfa.amsl.com>; Sat, 18 Jul 2020 08:10:21 -0700 (PDT)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 692E23A00D3 for <oauth@ietf.org>; Sat, 18 Jul 2020 08:10:21 -0700 (PDT)
Received: from [192.168.1.3] (static-71-174-62-56.bstnma.fios.verizon.net [71.174.62.56]) (authenticated bits=0) (User authenticated as jricher@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 06IFAIUM011088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 18 Jul 2020 11:10:19 -0400
From: Justin Richer <jricher@mit.edu>
Message-Id: <AAF45754-674D-4034-AA86-DDFBCEC6802D@mit.edu>
Content-Type: multipart/alternative; boundary="Apple-Mail=_23944AA7-2478-411B-A994-4663083F68C7"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Sat, 18 Jul 2020 11:10:18 -0400
In-Reply-To: <CAD9ie-tTTBTGGq_Dw16efNt6OMgDgKnat0_G-AkvDaizgOEjLQ@mail.gmail.com>
Cc: oauth <oauth@ietf.org>
To: Dick Hardt <dick.hardt@gmail.com>
References: <E9F67961-B83D-40EF-A9CC-F3E4B495379F@mit.edu> <CAD9ie-tTTBTGGq_Dw16efNt6OMgDgKnat0_G-AkvDaizgOEjLQ@mail.gmail.com>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/oauth/BVqgs_Ustx67IjnH7tQmCosC5eM>
Subject: Re: [OAUTH-WG] Namespacing "type" in RAR
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 18 Jul 2020 15:10:24 -0000

Hi Dick,

This is a discussion about the RAR specification on the OAuth list, and therefore doesn’t have anything to do with alignment with XAuth. In fact, I believe the alignment is the other way around, as doesn’t Xauth normatively reference RAR at this point? Even though, last I saw, it uses a different top-level structure for conveying things, I believe it does say to use the internal object structures. I am also a co-author on RAR and we had already defined a “type” field in RAR quite some time ago. You did notice that XYZ’s latest draft added this field to keep the two in alignment with each other, which has always been the goal since the initial proposal of the RAR work, but that’s a time lag and not a display of new intent. 

In any event, even though I think the decision has bearing in both places, this isn’t about GNAP. Working on RAR’s requirements has brought up this interesting issue of what should be in the type field for RAR in OAuth 2.

I think that it should be defined as a string, and therefore compared as a byte value in all cases, regardless of what the content of the string is. I don’t think the AS should be expected to fetch a URI for anything. I don’t think the AS should normalize any of the inputs. I think that any JSON-friendly character set should be allowed (including spaces and unicodes), and since RAR already requires the JSON objects to be form-encoded, this shouldn’t cause additional trouble when adding them in to OAuth 2’s request structures.

The idea of using a URI would be to get people out of each other’s namespaces. It’s similar to the concept of “public” vs “private” claims in JWT:

https://tools.ietf.org/html/rfc7519#section-4.2 <https://tools.ietf.org/html/rfc7519#section-4.2>

What I’m proposing is that if you think it’s going to be a general-purpose type name, then we recommend you use a URI as your string. And beyond that, that’s it. It’s up to the AS to figure out what to do with it, and RAR stays out of it.

 — Justin

> On Jul 17, 2020, at 1:25 PM, Dick Hardt <dick.hardt@gmail.com> wrote:
> 
> Hey Justin, glad to see that you have aligned with the latest XAuth draft on a type property being required.
> 
> I like the idea that the value of the type property is fully defined by the AS, which could delegate it to a common URI for reuse. This gets GNAP out of specifying access requests, and enables other parties to define access without any required coordination with IETF or IANA.
> 
> A complication in mixing plain strings and URIs is the canonicalization. A plain string can be a fixed byte representation, but a URI requires canonicalization for comparison. Mixing the two requires URI detection at the AS before canonicalization, and an AS MUST do canonicalization of URIs.
> 
> The URI is retrievable, it can provide machine and/or human readable documentation in JSON schema or some such, or any other content type. Once again, the details are out of scope of GNAP, but we can provide examples to guide implementers.
> 
> Are you still thinking that bare strings are allowed in GNAP, and are defined by the AS?
> 
> 
> 
> On Fri, Jul 17, 2020 at 8:39 AM Justin Richer <jricher@mit.edu <mailto:jricher@mit.edu>> wrote:
> The “type” field in the RAR spec serves an important purpose: it defines what goes in the rest of the object, including what other fields are available and what values are allowed for those fields. It provides an API-level definition for requesting access based on multiple dimensions, and that’s really powerful and flexible. Each type can use any of the general-purpose fields like “actions” and/or add its own fields as necessary, and the “type” parameter keeps everything well-defined.
> 
> The question, then, is what defines what’s allowed to go into the “type” field itself? And what defines how that value maps to the requirements for the rest of the object? The draft doesn’t say anything about it at the moment, but we should choose the direction we want to go. On the surface, there are three main options:
> 
> 1) Require all values to be registered. 
> 2) Require all values to be collision-resistant (eg, URIs).
> 3) Require all values to be defined by the AS (and/or the RS’s that it protects).
> 
> Are there any other options?
> 
> Here are my thoughts on each approach:
> 
> 1) While it usually makes sense to register things for interoperability, this is a case where I think that a registry would actually hurt interoperability and adoption. Like a “scope” value, the RAR “type” is ultimately up to the AS and RS to interpret in their own context. We :want: people to define rich objects for their APIs and enable fine-grained access for their systems, and if they have to register something every time they come up with a new API to protect, it’s going to be an unmaintainable mess. I genuinely don’t think this would scale, and that most developers would just ignore the registry and do what they want anyway. And since many of these systems are inside domains, it’s completely unenforceable in practice.
> 
> 2) This seems reasonable, but it’s a bit of a nuisance to require everything to be a URI here. It’s long and ugly, and a lot of APIs are going to be internal to a given group, deployment, or ecosystem anyway. This makes sense when you’ve got something reusable across many deployments, like OIDC, but it’s overhead when what you’re doing is tied to your environment.
> 
> 3) This allows the AS and RS to define the request parameters for their APIs just like they do today with scopes. Since it’s always the combination of “this type :AT: this AS/RS”, name spacing is less of an issue across systems. We haven’t seen huge problems in scope value overlap in the wild, though it does occur from time to time it’s more than manageable. A client isn’t going to just “speak RAR”, it’s going to be speaking RAR so that it can access something in particular.
> 
> And all that brings me to my proposal: 
> 
> 4) Require all values to be defined by the AS, and encourage specification developers to use URIs for collision resistance.
> 
> So officially in RAR, the AS would decide what “type” means, and nobody else. But we can also guide people who are developing general-purpose interoperable APIs to use URIs for their RAR “type” definitions. This would keep those interoperable APIs from stepping on each other, and from stepping on any locally-defined special “type” structure. But at the end of the day, the URI carries no more weight than just any other string, and the AS decides what it means and how it applies.
> 
> My argument is that this seems to have worked very, very well for scopes, and the RAR “type” is cut from similar descriptive cloth.
> 
> What does the rest of the group think? How should we manage the RAR “type” values and what they mean?
> 
>  — Justin
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org <mailto:OAuth@ietf.org>
> https://www.ietf.org/mailman/listinfo/oauth <https://www.ietf.org/mailman/listinfo/oauth>