Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Abstract

This document is a product of the User-Managed Access Work Group. It records the scenarios and use cases governing the development of the User-Managed Access protocol and guiding associated implementations and deployments.

Status

This document is currently under active development. Its latest version can always be found here. See the Change History at the end of this document for its revision number.

Editors

Eve Maler

Intellectual Property Notice

The User-Managed Access Work Group operates under Option Liberty and the publication of this document is governed by the policies outlined in this option.


Table of Contents


Introduction and Instructions

This document is a product of the User-Managed Access Work Group. It records the scenarios and use cases governing the development of the User-Managed Access protocol and guiding associated implementations and deployments, and outlines technical issues raised thereby.

Please use the scenario template near the end of this document in adding new scenarios and subordinate use cases. Change the status keyword in each scenario and use case title as appropriate, linking to the meeting minutes page explaining the status change:

  • Pending: Initial status when first submitted
  • Accepted: Needs to be accounted for in UMA V1 and/or its associated compliant implementations
  • Deferred: Relevant to the problem space; may be considered in future versions
  • Rejected: Out of scope

Edit the descriptions of technical issues and scope questions to reflect (or point to) group decisions about how to handle them.

Unable to render {include} The included page could not be found.

Scenario: Granting Service Access to a Photo Set (Pending)

Submitted by: Eve Maler

Today, many Web 2.0 services are beginning to offer users features that depend on connections with other third-party services, using OAuth to forge the connection. A classic example is configuring your photo-hosting site to use some other photo-printing site to print your photos. Whereas the Sharing a Calendar with Vendors scenario primarily focuses on sharing data whose "substance" (your calendar entries) vendors then "consume" to give you interesting service, this scenario primarily focuses on granting service access to other services in order to get combinatorial effects from the service features themselves.

In this scenario, access to photos is shared with other services that can do interesting things with them, in such a way as to allow permissioning and auditing from a central location rather than wherever the photos are hosted. Since it is just as likely that multiple photos might want to be subjected to this treatment as a single photo would be, we'll assume a set of them. Each third-party service is intended to be granted access separately, on possibly unique terms.

This scenario is a bit similar to the Sharing a Calendar with Vendors circumstance in which calendars are shared with Dopplr and TripIt.

Following are some motivating circumstances in which photo access may make sense. (NOTE: All references to real vendors are hypothetical.)

  • Making a feed or stream of photos available for printing and mailing to a recipient

    This situation is based on that described in item #8 (alternative) of the photo-sharing scenario from the IIW8 Use Case Selection and Metrics session in May 2009: "Grandma doesn't do stuff online, but subscribes to a service that prints and sends her photos. Peter wants to give printing/sending access rights to the service." You, as the photo owner, may want to commit the printing service not to use or further share the photos beyond this task, and may want to audit their periodic retrievals of photos for printing and mailing.
  • Using a service that creates photo thumbnails and other reduced-size versions

    In this case, you are giving "read" access to your photos, but also "write" access to hold the results of the processing. This is perhaps similar to the way some OAuth-connected location services can either read your location from, or write your location to, each other.

Use Case: Consumer Uses Complex API to Interact with SP (Pending)

Submitted by: participant-name

The generic configuration involves a consumer interacting with a separately hosted service provider in some intelligent way based on the SP's capabilities and expectations. This configuration is illustrated below.


Scenario: Distributed Social Networks (Pending)

Submitted by: Christian Scholz

If you look at the social networking scene today one thing is obvious already: There is lot of data online on various services
and much of this data is redundant because it is available in various copies which are usually not synced. The main area
for this problem is probably profile and friendship/contact information. On each social network or service you register
you usually have to enter your profile information again and try to find your contacts.

With the advent of more and more of such social services the amount of redundant data will grow even more and this will lead
to a acceptance problem.

The Service Catalogue idea

It is unlikely that users will centralize all their data in one place. It's more likely that data will be distributed even more.
So one problem might already be to manage all the places where data is stored about you or where services can provide
functionality on your behalf. One solution to this might be a concept called "Service Catalogue" which came up in discussions
in the open web/DiSo/DataPortability communities. The basic idea is to have a list of all these places stored under your
control which can be queried by services.

Another point is that for reducing the amount of copies of your data it is necessary to link to your data instead of copying
it (or even worse asking the user to type it in again). The Service Catalogue can serve basically as such a link list where
each service/type of data is marked up with a location (URI) and type (probably another URI). Obvious things to link to
are your profile and contact list but other things make also sense, like photos, videos, blog posts, recommendations, your
attention profile, travel information and much more.

Distributed Authorization

Now if you want to use a new service you do not even need to "register" but you simply authenticate with it (e.g. with
your OpenID) and point it to the location of your Service Catalogue.

The problem is of course how you authorize that new service to get access to all the other 3rd party services.
OAuth is one possible solution but at least if the default mechanism for retrieving a token is used this means that the user
has to be redirected to each of these 3rd party services in order to give consent for the new service to use that data.
Moreover OAuth does not contain a mechanism to define what permissions are given exactly. One can imagine that for some
services you want to give out your full profile and for others maybe just your name. Moreover this might not only apply to the
service level but also to the user level. E.g. you might want to give a contact tagged "superfriend" your full profile while
for somebody tagged "no idea how he landed on my contact list" you only want to give out basic data.

For the sake of usability what we need is a single page where you can define the relationships between that new service
and all the other services in your Service Catalogue. Moreover it would be helpful to have certain profiles stored to
quickly assign one to this new service.

Possible use cases

Here is a list of use cases which come to mind:

  • User logs in to a new service and authorizes 3rd party services
  • User adds a new 3rd party service to the Service Catalogue
  • User changes the permissions for a service
  • User manages permission profiles

Scenario: unique-title (Pending)

Submitted by: participant-name

(Provide description of the scenario with all nontechnical particulars, noting requirements, constraints, and other observations. Avoid diagrams.)

Use Case: unique-title (Pending)

Submitted by: participant-name

(Provide description of a use case matching this scenario with all technical particulars, such as the topological configuration of protocol endpoint entities, potential wireframes, listings and assessments of technical issues, and anything else helpful.)


Issues

Following are discussions of technical issues raised by one or more scenarios and use cases. Acceptance of a scenario or use case will imply agreeing to develop a satisfactory solution to applicable issues.

Issue: Policies Specific to the Web Resource Type

Related to: calendar scenario, photo set scenario

There is a potential need to restrict, anonymize, blur, or otherwise transform a shared resource, possibly based on the unique characteristics of its content type.

With respect to calendar resources, the premier calendar format standard already accounts for a blurring of data details by providing a "free/busy" option in addition to a full-data option. It feels like it should be out of scope to solve for filtering the calendar data cleverly (beyond the format's natural capabilities) to hide Alice's destination, hotel, etc. (though generic solutions such as making events taggable, and then filtering on the tags in a relationship manager interface, come to mind). An "identity oracle" approach (filtering the data into a completely different type) might be necessary if what Alice is trying to convey is simply "don't deliver my newspaper on these days" vs. "here's all of my travel information".

With respect to service access to photo sets, today's OAuth usage is instructive. Every OAuth service provider has the opportunity to offer unique and interesting policies that relate specifically to its connection with certain other applications. It might be the case that some policies simply can't be externalized into an authorization manager, or that greater communication between service providers and authorization managers need a wider and more frequent communication path so that users can apply even SP-specific settings while visiting their relationship manager.

Some data-usage policies and terms may possibly have an interaction with some resource types, such as requiring recipients to discard volatile data after a period dictated by the data's type.

It has been observed that if fine-grained calendar filtering were a solved problem, different calendar sites could be shared with different friends as a way of managing minimal disclosure through indirection.

Issue: Authorization Manager Endpoint Discovery

Related to: calendar scenario, photo set scenario

The mockups linked in the calendar scenario imagine that the user's authorization manager endpoint (what we imagine Alice will perceive as the name of her relationship management service) will be handled as if it were an OpenID, with introductions to popular relationship manager services offered in an array by potential UMA service providers much in the way that the RPX solution presents options. (The user always has the ability to self-host an authorization manager endpoint, similarly to self-hosting an OpenID provider – and they might even be colocated.)

Issue: Handling the Resource URL and Provisioning It to the Consumer Site

Related to: calendar scenario, photo set scenario

The mockups linked in the calendar scenario imagine the simplest possible situation: The Consumer site literally asks for exactly the kind of information it needs, and the user copies and pastes a URL into a field.

This is how calendar feeds, photo streams, RSS feeds, and other such resources are shared today; it works but we need to consider its scalability to arbitrary types of information. There are several challenges here: The Consumer's ability to handle the information, its way of expressing the desire/need for the correct information, and the user's (or user agent's) ability to provide it in a convenient and correct fashion.

In addition, the relationship manager interface is shown having some knowledge of that resource as a unique object. We need to consider how to let the AM and SP communicate about this information appropriately.

In the case of the photo set scenario, note that in OAuth usage today, the resource-based interaction is often accomplished silently from the user's perspective: the desired combinatorial effect simply "happens" as if the feature that was "outsourced" to a third-party app were native. Perhaps this is possible in the UMA approach.

Issue: Processes By Which Consumers Meet the User's Data-Sharing Terms

Related to: calendar scenario, photo set scenario

Some of the vendors mentioned in the calendar scenario are big companies; can standard (and machine-readable) data-sharing contract terms be developed and pre-negotiated such that, when such contracts are offered by an individual, they are likely to be accepted and met? Small companies such as a modest medical practice may need a human-accessible interface and the option of an "I Agree" button so that the person manually fielding Alice's offer of data can complete the transaction.

It may be necessary for us to consider "partial measures" in the V1 UMA effort to improve adoption. Some such measures are: terms that can be passively accepted ("I Agree") rather than terms that require positive demonstration of intent (such as payment receipts); policies that don't require explicit agreement on the part of the recipient but are somehow attached to the data supplied ("sticky policies"); and policies about which the recipient is merely informed rather than asked to agree with.


Change History

Version Date Comment
Current Version (v. 14) Sept 01, 2009 14:19 Former user
v. 60 Oct 05, 2010 22:08 Former user
Migration of unmigrated content due to installation of a new plugin
v. 59 Oct 05, 2010 22:08 Former user
Migration of unmigrated content due to installation of a new plugin
v. 58 Oct 05, 2010 22:08 Former user
Migration of unmigrated content due to installation of a new plugin
v. 57 Oct 05, 2010 22:08 Former user
Migrated to Confluence 4.0
v. 56 Oct 05, 2010 22:08 Former user
Filled in some links to specific scenarios in examples of dimensions.
v. 55 Sept 30, 2010 12:44 Former user
v. 54 Sept 30, 2010 12:41 Former user
v. 53 Sept 30, 2010 12:34 Former user
v. 52 Sept 30, 2010 12:28 Former user
v. 51 Sept 30, 2010 12:25 Former user
v. 50 Sept 30, 2010 12:14 Former user
v. 49 Sept 22, 2010 10:56 Former user
v. 48 Sept 20, 2010 16:43 Former user
v. 47 Sept 20, 2010 16:42 Former user
v. 46 Sept 20, 2010 16:40 Former user
v. 45 Sept 20, 2010 16:19 Former user
v. 44 Sept 20, 2010 16:11 Former user
v. 43 Feb 16, 2010 10:35 Former user
v. 42 Feb 16, 2010 10:29 Former user
Added "Hey, Sailor" (advertising a resource) scenario
v. 41 Jan 28, 2010 19:35 Former user
v. 40 Jan 25, 2010 00:20 Former user
v. 39 Jan 24, 2010 10:03 Former user
v. 38 Jan 13, 2010 12:44 Former user
Broke out the terms negotiation scenarios into a new top-level section
v. 37 Jan 09, 2010 18:16 Former user
v. 36 Jan 09, 2010 18:07 Former user
v. 35 Jan 09, 2010 18:05 Former user
Revised editors, put generic issues into its own file
v. 34 Dec 16, 2009 17:48 Former user
v. 33 Dec 16, 2009 17:43 Former user
v. 32 Dec 16, 2009 17:41 Former user
v. 31 Dec 04, 2009 17:32 Former user
v. 30 Dec 04, 2009 15:38 Former user
v. 29 Dec 04, 2009 15:33 Former user
v. 28 Dec 03, 2009 11:18 Former user
v. 27 Nov 21, 2009 10:17 Former user
v. 26 Oct 08, 2009 19:11 Former user
Added reference to module for Requester Delegate scenario
v. 25 Oct 04, 2009 20:16 Former user
Took out "related to" links from Issues to specific scenarios; expanded the Issue related to "terms"; revised to use new terminology
v. 24 Sept 18, 2009 06:34 Former user
v. 23 Sept 18, 2009 05:47 Former user
v. 22 Sept 18, 2009 05:14 Former user
v. 21 Sept 08, 2009 14:00 Former user
v. 20 Sept 07, 2009 09:50 Former user
replaced old version of distributed social networking scenario with new one about distributed services (and used inclusion)
v. 19 Sept 06, 2009 22:43 Former user
v. 18 Sept 06, 2009 22:38 Former user
v. 17 Sept 06, 2009 22:28 Former user
v. 16 Sept 01, 2009 18:06 Former user
v. 15 Sept 01, 2009 14:23 Former user
v. 14 Sept 01, 2009 14:19 Former user
v. 13 Aug 13, 2009 05:42 Former user
added new scenario about Distributed Social Networks
v. 12 Aug 11, 2009 21:30 Former user
This and all previous revs are "editors' drafts" and have not been approved by the group
v. 11 Jul 25, 2009 16:29 Former user
v. 10 Jul 25, 2009 09:51 Former user
v. 9 Jul 23, 2009 18:08 Former user
v. 8 Jul 23, 2009 16:43 Former user
v. 7 Jul 23, 2009 16:34 Former user
v. 6 Jul 23, 2009 16:30 Former user
v. 5 Jul 23, 2009 15:14 Former user
v. 4 Jul 23, 2009 13:55 Former user
v. 3 Jul 23, 2009 13:33 Former user
v. 2 Jul 23, 2009 13:31 Former user
v. 1 Jul 23, 2009 12:53 Former user
  • No labels