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:26 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 1C6A228C2C2 for <ogpx@core3.amsl.com>;
Mon, 29 Jun 2009 12:26:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.72
X-Spam-Level:
X-Spam-Status: No, score=-1.72 tagged_above=-999 required=5 tests=[AWL=0.257,
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 ak8RV4ipRQBt for
<ogpx@core3.amsl.com>; Mon, 29 Jun 2009 12:26:07 -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 07FBC28C252 for
<ogpx@ietf.org>; Mon, 29 Jun 2009 12:26:06 -0700 (PDT)
Received: by yxe12 with SMTP id 12so1499593yxe.29 for <ogpx@ietf.org>;
Mon, 29 Jun 2009 12:24:28 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.100.4.8 with SMTP id 8mr9652644and.180.1246303158695;
Mon, 29 Jun 2009 12:19:18 -0700 (PDT)
In-Reply-To: <591737.89462.qm@web82608.mail.mud.yahoo.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> <20090629161815.GB17251@alinoe.com>
<591737.89462.qm@web82608.mail.mud.yahoo.com>
Date: Mon, 29 Jun 2009 12:19:18 -0700
Message-ID: <3a880e2c0906291219t1990272fkb276979ebc97d292@mail.gmail.com>
From: Infinity Linden <infinity@lindenlab.com>
To: Charles Krinke <cfk@pacbell.net>
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:26:08 -0000
hmm... i think over in the OGP world we have a history of being enamored with capabilities and RESTful resources, ergo my suggestion that an agent's unique ID be an URL. If the public URL a service may go to to get public information about an agent is the unique ID for an avatar, then you don't need a name to service resolution step, which has some advantages. i don't want to sound partisan, but the formulation below (that looks like an email address) seems to have the potential for ambiguity. On Mon, Jun 29, 2009 at 11:11 AM, Charles Krinke<cfk@pacbell.net> wrote: > In some interop scenarios, and I am using HyperGrid as an example as it > addresses the same problem, the current solution is to use: > > <First>.<Last>@GridName.Com > > Which is not an email, but is a unique identifier for an avatar on a > particular grid. > > As OGP moves forward, it seems reasonable to me that the Grids (or perhaps > AgentDomains to use the vernacular here) are the authority for a particular > avatar that comes from that grid. > > Charles Krinke > > ________________________________ > From: Carlo Wood <carlo@alinoe.com> > To: Meadhbh Siobhan <meadhbh.siobhan@gmail.com> > Cc: Infinity Linden <infinity@lindenlab.com>om>; ogpx@ietf.org > Sent: Monday, June 29, 2009 9:18:15 AM > Subject: Re: [ogpx] A Review of Multi-Domain Use Cases [Was: Re: OpenID and > OGP : beginning the discussion ...] > > On Mon, Jun 29, 2009 at 06:11:21PM +0200, Carlo Wood wrote: >> 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. > > To clarify; what started this thread was this: > > & identifier = { > type: 'agent', > first_name: string, > last_name: string, > } > > Here I only see 'first_name' and 'last_name'. > As we've established now (I hope) this is not enough at > any level of the protocol, not between servers, but also > not between server and client. > > Hence, it worried me. If you say "identifier" I expect > something globally unique. > > I think this should be: > > & identifier = { > type: 'agent', > uuid: string, > first_name: string, > last_name: string, > } > > Where the uuid is not only unique, but constant for any given > account (it doesn't change if one logs out and logs in again). > It could be an email address, but for privacy reasons I think > that should not be used; some hash seems much more logical. > > -- > Carlo Wood <carlo@alinoe.com> > _______________________________________________ > ogpx mailing list > ogpx@ietf.org > https://www.ietf.org/mailman/listinfo/ogpx >
- [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