+1

 

Best regards,

Don

Donald F. Coffin

Founder/CTO

 

REMI Networks

22751 El Prado Suite 6216

Rancho Santa Margarita, CA  92688-3836

 

Phone:      (949) 636-8571

Email:        <mailto:donald.cof...@reminetworks.com> 
donald.cof...@reminetworks.com

 

From: Mike Jones [mailto:michael.jo...@microsoft.com] 
Sent: Friday, April 12, 2013 11:46 AM
To: Tim Bray; Justin Richer
Cc: oauth@ietf.org
Subject: Re: [OAUTH-WG] Registration: Scope Values

 

Tim, if you look at the scope examples in 
http://tools.ietf.org/html/rfc6750#section-3, you’ll see that one of them, from 
the Open Authentication Technology Committee (OATC) Online Multimedia 
Authorization Protocol [OMAP], does use non-static scope values to convey 
parameters:

scope="urn:example:channel=HBO&urn:example:rating=G,PG-13"

 

Also, if you look at the OAuth usage survey results collected during IETF 86 in 
http://self-issued.info/misc/OAuth%20Feature%20Matrix%20-%20All.xlsx (cell 
G145), you’ll see that the OpenESPI “Smart Grid” specs also use scope values to 
convey structured information.

 

The horse has left the barn on requiring scope values to be static strings.  
RFC 6749 didn’t do it and lots of implementations are conveying structured 
information there.  As Justin is bringing up, the OAuth Registration spec 
shouldn’t do anything to preclude this usage.

 

                                                            Cheers,

                                                            -- Mike

 

From: oauth-boun...@ietf.org [mailto:oauth-boun...@ietf.org] On Behalf Of Tim 
Bray
Sent: Friday, April 12, 2013 11:31 AM
To: Justin Richer
Cc: oauth@ietf.org
Subject: Re: [OAUTH-WG] Registration: Scope Values

 

Speaking for myself, I have considerable concern about Turing-complete 
programming languages starting to emerge inside scope strings, which I think is 
probably a symptom of bad engineering.  I really like the idea of specifying 
the scopes you’re going to ask for at registration time, and if that also gets 
in the way of what I’ll call “scope creep” (snicker), that feels like a feature 
not a bug.  Anyhow, in practical terms, I can’t see how you could extend this 
specify-at-registration-time feature much without stepping on a very slippery 
complexity slope.

 

-T

 

On Fri, Apr 12, 2013 at 11:24 AM, Justin Richer <jric...@mitre.org> wrote:

Currently, the Dynamic Registration draft defines a "scope" value as part of 
the client metadata table, with the following definition:

   scope
      OPTIONAL.  Space separated list of scope values (as described in
      OAuth 2.0 Section <http://tools.ietf.org/html/rfc6749#section-3.3>  3.3 
[RFC6749]) that the client is declaring that
      it may use when requesting access tokens.  If omitted, an
      Authorization Server MAY register a Client with a default set of
      scopes.


The idea here is that a client can request a particular set of available scopes 
from the AS (analogous as to what's available from many/most manual 
registration pages today), and the AS can communicate back to the client what 
scopes it's allowed to ask for at authz time. In a strictly-enforced 
implementation, the client wouldn't be able to ask for any scopes that it 
wasn't registered for in the first place.

However, it's been brought up in some side conversations that the language as 
found in the DynReg spec might get in the way of people using the "scope" field 
as an expression language. That is to say, you could have a scope like  
<mailto:send_email_to:myaddr...@email.com> "send_email_to:myaddr...@email.com" 
where the email address portion is variable, or something like "read:*" which 
stands in for any scopes starting with "read:" like "read:profile", 
"read:lists", etc. Precluding this behavior wasn't my intent, and a liberal 
interpretation of the text as-written would (I believe) lead to this being 
perfectly OK. Namely:

Client requests and is granted a service specific scope value like 
"send_email_to" in registration. At runtime, the client knows how to turn 
"send_email_to" into  <mailto:send_email_to:myaddr...@email.com> 
"send_email_to:myaddr...@email.com", and the AS knows that a client that's been 
granted "send_email_to" can ask for  <mailto:send_email_to:myaddr...@email.com> 
"send_email_to:myaddr...@email.com". The fact that "send_email_to" expands into 
an expression language is something specific to the service, and I personally 
think it's up to the service to document "register for this" and "ask for this 
at authn time" for clients, since this is all part of the API more than it is 
part of the underlying OAuth protocol. OAuth merely provides a handy place to 
communicate these values in an interoperable way, the values themselves aren't 
intended to be interoperable. 


But my question to the group is simple: how can we rework the "scope" metadata 
claim such that it works in both the simple "bag of discreet strings" approach 
to scope as well as the "list of expressions" approach? Does the language need 
to change at all?

 -- Justin


_______________________________________________
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

Reply via email to