Re: [OAUTH-WG] Indicating sites where a token is valid

Marius Scurtescu <mscurtescu@google.com> Tue, 11 May 2010 18:37 UTC

Return-Path: <mscurtescu@google.com>
X-Original-To: oauth@core3.amsl.com
Delivered-To: oauth@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A4F113A67B5 for <oauth@core3.amsl.com>; Tue, 11 May 2010 11:37:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.496
X-Spam-Level:
X-Spam-Status: No, score=-101.496 tagged_above=-999 required=5 tests=[AWL=0.481, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, USER_IN_WHITELIST=-100]
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 JLODYxPV0TQe for <oauth@core3.amsl.com>; Tue, 11 May 2010 11:37:58 -0700 (PDT)
Received: from smtp-out.google.com (smtp-out.google.com [74.125.121.35]) by core3.amsl.com (Postfix) with ESMTP id 482B93A6979 for <oauth@ietf.org>; Tue, 11 May 2010 11:37:42 -0700 (PDT)
Received: from kpbe11.cbf.corp.google.com (kpbe11.cbf.corp.google.com [172.25.105.75]) by smtp-out.google.com with ESMTP id o4BIbTw6005839 for <oauth@ietf.org>; Tue, 11 May 2010 11:37:30 -0700
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1273603050; bh=1BQGaD5Uf2CmhkIvP0O/6NSrFaw=; h=MIME-Version:In-Reply-To:References:From:Date:Message-ID:Subject: To:Cc:Content-Type; b=yWQ1tdFwbaHQtnSpUxD71Dvj0He253z5qpHDwieRzjYIsyPs8bTlFrJOUmJhxzhiT 4CdCiDRQI95lNHoSeCPCg==
DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:in-reply-to:references:from:date:message-id: subject:to:cc:content-type:x-system-of-record; b=MWUSCju6jikTsrOpckC3oVpXZuQt6jvf0slZHxRM9Fv9rH0jAng8yfdZQQ4JSOhuK p4IlDMGxP3c+2aGKgL9gg==
Received: from pxi13 (pxi13.prod.google.com [10.243.27.13]) by kpbe11.cbf.corp.google.com with ESMTP id o4BIbCX9007758 for <oauth@ietf.org>; Tue, 11 May 2010 11:37:28 -0700
Received: by pxi13 with SMTP id 13so2846033pxi.37 for <oauth@ietf.org>; Tue, 11 May 2010 11:37:28 -0700 (PDT)
Received: by 10.140.58.1 with SMTP id g1mr3915504rva.138.1273603048207; Tue, 11 May 2010 11:37:28 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.141.125.21 with HTTP; Tue, 11 May 2010 11:37:08 -0700 (PDT)
In-Reply-To: <AANLkTincDcuhYhLtNnU4rjtr0P1356raGkSCBCIRZdST@mail.gmail.com>
References: <255B9BB34FB7D647A506DC292726F6E11263073D6D@WSMSG3153V.srv.dir.telstra.com> <90C41DD21FB7C64BB94121FBBC2E72343B3AB46E20@P3PW5EX1MB01.EX1.SECURESERVER.NET> <AANLkTincDcuhYhLtNnU4rjtr0P1356raGkSCBCIRZdST@mail.gmail.com>
From: Marius Scurtescu <mscurtescu@google.com>
Date: Tue, 11 May 2010 11:37:08 -0700
Message-ID: <AANLkTik7fl_jxI7U_gGe9NA-mIWRw9pAVeQwFx_gNXOf@mail.gmail.com>
To: David Recordon <recordond@gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"
X-System-Of-Record: true
Cc: OAuth WG <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Indicating sites where a token is valid
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 11 May 2010 18:37:59 -0000

On Mon, May 10, 2010 at 8:45 PM, David Recordon <recordond@gmail.com> wrote:
> If the sites parameter is not specified, would it default to the
> domain of the authorization server.

What is the domain of the authz server? The authz server is defined by
two URLs, they may not have the same domain.

Marius