Re: [ogpx] A Review of Multi-Domain Use Cases [Was: Re: OpenID and OGP : beginning the discussion ...]
Infinity Linden <infinity@lindenlab.com> Mon, 29 June 2009 19:42 UTC
Return-Path: <infinity@lindenlab.com>
X-Original-To: ogpx@core3.amsl.com
Delivered-To: ogpx@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id 26F243A6DD6 for <ogpx@core3.amsl.com>;
Mon, 29 Jun 2009 12:42:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.729
X-Spam-Level:
X-Spam-Status: No, score=-1.729 tagged_above=-999 required=5 tests=[AWL=0.248,
BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZDhnVdyf2yPB for
<ogpx@core3.amsl.com>; Mon, 29 Jun 2009 12:42:49 -0700 (PDT)
Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com
[209.85.210.182]) by core3.amsl.com (Postfix) with ESMTP id 2933F3A69C0 for
<ogpx@ietf.org>; Mon, 29 Jun 2009 12:42:49 -0700 (PDT)
Received: by yxe12 with SMTP id 12so1519976yxe.29 for <ogpx@ietf.org>;
Mon, 29 Jun 2009 12:43:08 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.100.215.12 with SMTP id n12mr9471809ang.133.1246302847224;
Mon, 29 Jun 2009 12:14:07 -0700 (PDT)
In-Reply-To: <20090629161121.GA17251@alinoe.com>
References: <3a880e2c0906280906i2cdcdaa3m3c1b1ef54e4e5fcb@mail.gmail.com>
<20090629105140.GA1053@alinoe.com>
<b8ef0a220906290413u5a7358eao300c2ff8ee1ab709@mail.gmail.com>
<20090629114512.GC1053@alinoe.com>
<b8ef0a220906290751s5131c401h1d55ace39348c89e@mail.gmail.com>
<20090629161121.GA17251@alinoe.com>
Date: Mon, 29 Jun 2009 12:14:07 -0700
Message-ID: <3a880e2c0906291214g421c5bd8r739b6fb81d5e9836@mail.gmail.com>
From: Infinity Linden <infinity@lindenlab.com>
To: Carlo Wood <carlo@alinoe.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Cc: Meadhbh Siobhan <meadhbh.siobhan@gmail.com>, ogpx@ietf.org
Subject: Re: [ogpx] A Review of Multi-Domain Use Cases [Was: Re: OpenID and
OGP : beginning the discussion ...]
X-BeenThere: ogpx@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Virtual Worlds and the Open Grid Protocol <ogpx.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ogpx>,
<mailto:ogpx-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ogpx>
List-Post: <mailto:ogpx@ietf.org>
List-Help: <mailto:ogpx-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ogpx>,
<mailto:ogpx-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jun 2009 19:42:50 -0000
okay. cool. i see where you're going with this. right. as a developer or a region domain, you want to depend on something more globally unique than first name + last name, otherwise you risk John Jones from example.com and John Jones from example.org getting confused with each other. in the email case it's the human who's the consumer of this name so the human can apply all sorts of contextual pattern matching and fuzzy reasoning to try to figure out if the two might be the same. but it would be imperative we have a way to avoid REQUIRING region domain software from applying a list of similar heuristics. so yeah. a global identifier of some sort is good. it does not need to be an email address, but it will have some of the same characteristics: part of it will unambiguously identify the authority (i.e. the FQDN of the agent domain host that holds info about the agent) and the other half holds the identifier that is unique inside that domain. i would vote we use a URI; they have these characteristics, and they're not an email address that can be spammed. but at the end of the day if you want distant systems to be able to reference individual agents, you would need a way to address them, and unless you wanted to REQUIRE a white list you have to admit the possibility that a malicious adversary might try to force the protocol or spam you. i also don't think having two John Jones rezzed in the same region at the same time is _that_ big of a problem, provided the region domain and the client application have enough information to disambiguate the two if it is required. On Mon, Jun 29, 2009 at 9:11 AM, Carlo Wood<carlo@alinoe.com> wrote: > On Mon, Jun 29, 2009 at 07:51:09AM -0700, Meadhbh Siobhan wrote: >> the second one is left as an exercise to client application developers >> and is analogous to the difficulty end users may have in >> differentiating two entities with the same name but distinct email >> addresses. > > Well, then I'm almost satisfied :). > > There is still one problem however. Before the application developers > can do this, they need to receive some globally unique identifier > that is always the same (ie, an email address, but again, I REALLY > don't want to share my email address with people online). > > Example, a viewer is connected and the corresponding agent resides > in a given region. There it meet another avatar. In order to display > the tag above this new avatar the viewer needs to receive Firstname > Lastname... but, as I've tried to argue so far, it ALSO needs to > receive a globally unique identifier that uniquely identifies the > person behind the avatar (or rather, his account) and please don't > let it be an email address ;). > > The point being: the server-client *protocol* needs to be designed > such that this globally unique ID is made available to all viewers. > > If this is the case, then I'm happy and there should be no problems > in the future regarding this. If no separate ID is provided then > several problems occur: > * Impersonation (people deliberately using the same shape and skin etc) > * IM's will be logged to the same file, because the viewer can't > know who is who. > > Also, the ID has to be same every time - because the viewer will > need to recognize that this John Smith is not AGAIN a new one, > but the same, every time. > > -- > Carlo Wood <carlo@alinoe.com> >
- [ogpx] A Review of Multi-Domain Use Cases [Was: R… Infinity Linden
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Carlo Wood
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Meadhbh Siobhan
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Carlo Wood
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Mike Dickson
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Christian Scholz
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Carlo Wood
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Meadhbh Siobhan
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Meadhbh Siobhan
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Infinity Linden
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Carlo Wood
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Carlo Wood
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Charles Krinke
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Infinity Linden
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Charles Krinke
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Infinity Linden
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Joshua Bell
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Morgaine
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Nexii Malthus
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Carlo Wood
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Infinity Linden
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Carlo Wood
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Infinity Linden
- Re: [ogpx] A Review of Multi-Domain Use Cases [Wa… Kajikawa Jeremy