[OAUTH-WG] Getting a username from an access id in oauth2

Brian Hurt <bhurt42@gmail.com> Thu, 09 April 2015 17:35 UTC

Return-Path: <bhurt42@gmail.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E7ACC1B2FA7 for <oauth@ietfa.amsl.com>; Thu, 9 Apr 2015 10:35:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.749
X-Spam-Level:
X-Spam-Status: No, score=-1.749 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X7Ac_TvFOO-A for <oauth@ietfa.amsl.com>; Thu, 9 Apr 2015 10:35:52 -0700 (PDT)
Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 173851B2FBB for <oauth@ietf.org>; Thu, 9 Apr 2015 10:35:51 -0700 (PDT)
Received: by wgsk9 with SMTP id k9so105162709wgs.3 for <oauth@ietf.org>; Thu, 09 Apr 2015 10:35:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=If3yrzrWx0sPlpwdVZ+V9hv8ahAv9EGKoQ3VnZvCKzo=; b=e/8V0xbmdfXhkEJFfACtHwxtLxGHnpUGO/lLZllQioYVkU7EJYYcIA3cikjNhYWsKb eDbK2lFe6BrpVDHvmQ4KUlPgDKnLVHpMpXVtoa5GePfCT6A/yOMTGH8ILppZpmxa89Nd Azp7IzKgiBVmHQipy5Rlf6rrkxOcoGhwjFsRUHanwJMfNhGh6fmxl3aDQiNTHoJ6faAk rlfCUcnzS2j/MbH2MvoldRaf3pkcIUtmH4RK5g/LIwbnKuahW3gxywownZnjP/H104+f 4ULhCH59nXLPN+PtBPazqSh58VwZApqusCG7VMBUC4/0+TxLQPO/h5vqHn9UINHTEnFj 7t1A==
MIME-Version: 1.0
X-Received: by 10.194.61.133 with SMTP id p5mr32086111wjr.132.1428600947876; Thu, 09 Apr 2015 10:35:47 -0700 (PDT)
Received: by 10.194.6.202 with HTTP; Thu, 9 Apr 2015 10:35:47 -0700 (PDT)
Date: Thu, 09 Apr 2015 13:35:47 -0400
Message-ID: <CACBEjCxukh5vr14gG4kPoLuF+=WLm90za4hTEeVGPFGKdZvyhA@mail.gmail.com>
From: Brian Hurt <bhurt42@gmail.com>
To: oauth@ietf.org
Content-Type: multipart/alternative; boundary="047d7bacb5980627ea05134e1480"
Archived-At: <http://mailarchive.ietf.org/arch/msg/oauth/pDkVx42782RpaXHqSJDo2dS3-ek>
Subject: [OAUTH-WG] Getting a username from an access id in oauth2
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Thu, 09 Apr 2015 17:38:42 -0000

This is probably the wrong place to ask this question- if so, I apologize.
But I'm trying to figure out how to get a username given only an access id
(and client id, etc.) in oauth2.  Is this possible, and if so, how?

Thanks,
Brian