[Openid-specs-ab] [openid/connect] Messages : 2.3.2. UserInfo Response Structure (issue #677)

hideki nara issues-reply at bitbucket.org
Mon Nov 19 02:50:28 UTC 2012


--- you can reply above this line ---

New issue 677: Messages : 2.3.2.  UserInfo Response Structure
https://bitbucket.org

hideki nara:

This must be too minor and seems to be late. Curent JSON has only "address" claim as JSON object. But from the programmer's point of view, it would be easier to program if other claims would be contained in JSON objects which corresponds to OpenID Connect scopes.

I mean:

     :::javascript

      { 
        "profile": {..},
        "email": {...},
        "address" : {...},
        "phone": {...}
      }

Regards.


--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the Openid-specs-ab mailing list