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

Hannes Tschofenig <hannes.tschofenig@gmx.net> Thu, 09 April 2015 18:49 UTC

Return-Path: <hannes.tschofenig@gmx.net>
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 88D971A875B for <oauth@ietfa.amsl.com>; Thu, 9 Apr 2015 11:49:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
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 XUIj0Mp5gkb1 for <oauth@ietfa.amsl.com>; Thu, 9 Apr 2015 11:49:38 -0700 (PDT)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91E131A8756 for <oauth@ietf.org>; Thu, 9 Apr 2015 11:49:26 -0700 (PDT)
Received: from [192.168.10.172] ([167.220.25.4]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M9NIY-1YY42X0Wi6-00CjFG; Thu, 09 Apr 2015 20:49:24 +0200
Message-ID: <5526C9AF.8040109@gmx.net>
Date: Thu, 09 Apr 2015 20:49:19 +0200
From: Hannes Tschofenig <hannes.tschofenig@gmx.net>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: Phil Hunt <phil.hunt@oracle.com>, Brian Hurt <bhurt42@gmail.com>
References: <CACBEjCxukh5vr14gG4kPoLuF+=WLm90za4hTEeVGPFGKdZvyhA@mail.gmail.com> <799DB637-8C8C-4B9A-995C-C005B7491616@oracle.com>
In-Reply-To: <799DB637-8C8C-4B9A-995C-C005B7491616@oracle.com>
OpenPGP: id=4D776BC9
Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="q13lE951XgSb6bO2QHwhumn9pmjxT4PmL"
X-Provags-ID: V03:K0:rw2DirkSwSnJ/yt80g7QYAQ2Y55p7fjQx5GmUXiedbqsNrE0mbq vnq9tO+h70BhZHtz/UaijSo/HK3nItpUuz2ig3bBcL7SPWXQ2N8iFz36kD5ZLrDIOEAYrt1 Gy/Lc1aTYyJlCLUn/2LM2ZMMj6aNGQVQRu84/L3D34XFs6Ph2DVBjugHwUcKDnQaCBOF4b+ SzjGeimZX4GU8pHhfDaHg==
X-UI-Out-Filterresults: notjunk:1;
Archived-At: <http://mailarchive.ietf.org/arch/msg/oauth/Q4FCKmDpvgrkbohBxrKxlm0yRvY>
Cc: "oauth@ietf.org" <oauth@ietf.org>
Subject: Re: [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 18:49:39 -0000

Brian,

in addition to what Phil said let me provide you with two references:

* Article about user authentication and OAuth:
http://oauth.net/articles/authentication/

* OpenID Connect specification as a way to do what you seem to be
looking for:
http://openid.net/connect/

Ciao
Hannes


On 04/09/2015 08:45 PM, Phil Hunt wrote:
> This has been a long standing issue. OAuth is an authorization protocol and not an authentication protocol. 
> 
> You might want to look at OpenID Connect for an OAuth profile that addresses your case. 
> 
> Phil
> 
>> On Apr 9, 2015, at 10:35, Brian Hurt <bhurt42@gmail.com> wrote:
>>
>>
>> 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
>> _______________________________________________
>> OAuth mailing list
>> OAuth@ietf.org
>> https://www.ietf.org/mailman/listinfo/oauth
> 
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>