Re: [ogpx] A Review of Multi-Domain Use Cases [Was: Re: OpenID and OGP : beginning the discussion ...]
Carlo Wood <carlo@alinoe.com> Mon, 29 June 2009 16:18 UTC
Return-Path: <carlo@alinoe.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 44E953A6DF4 for <ogpx@core3.amsl.com>;
Mon, 29 Jun 2009 09:18:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.311
X-Spam-Level:
X-Spam-Status: No, score=-1.311 tagged_above=-999 required=5 tests=[AWL=0.119,
BAYES_00=-2.599, HELO_EQ_AT=0.424, HOST_EQ_AT=0.745]
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 vtHvkfkU1yEv for
<ogpx@core3.amsl.com>; Mon, 29 Jun 2009 09:18:29 -0700 (PDT)
Received: from viefep15-int.chello.at (viefep15-int.chello.at [62.179.121.35])
by core3.amsl.com (Postfix) with ESMTP id 1143F3A6DFB for <ogpx@ietf.org>;
Mon, 29 Jun 2009 09:18:28 -0700 (PDT)
Received: from edge05.upc.biz ([192.168.13.212]) by viefep15-int.chello.at
(InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id
<20090629161820.KNDR26501.viefep15-int.chello.at@edge05.upc.biz>;
Mon, 29 Jun 2009 18:18:20 +0200
Received: from mail9.alinoe.com ([77.250.43.12]) by edge05.upc.biz with edge
id 9sJ41c02E0FlQed05sJ5Jd; Mon, 29 Jun 2009 18:18:20 +0200
X-SourceIP: 77.250.43.12
Received: from carlo by mail9.alinoe.com with local (Exim 4.69) (envelope-from
<carlo@alinoe.com>) id 1MLJYd-0004n7-8I; Mon, 29 Jun 2009 18:18:15 +0200
Date: Mon, 29 Jun 2009 18:18:15 +0200
From: Carlo Wood <carlo@alinoe.com>
To: Meadhbh Siobhan <meadhbh.siobhan@gmail.com>
Message-ID: <20090629161815.GB17251@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>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20090629161121.GA17251@alinoe.com>
User-Agent: Mutt/1.5.18 (2008-05-17)
Cc: Infinity Linden <infinity@lindenlab.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 16:18:30 -0000
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] 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