Fixed and checked in!
-- Roland
I can't handle userinfo claims because its parameter name was "user_info".
Please rename "user_info" into "userinfo".
http://openid.net/specs/openid-connect-messages-1_0.html#OpenIDReq
===
Parameters that affect the information returned from the UserInfo
Endpoint are in the "userinfo" member.
Parameters that affect the information returned in the ID Token are in
the "id_token" member.
===
Ryo
2012年2月25日23:19 Roland Hedberg <roland....@adm.umu.se>:
--
====================
Ryo Ito
Email : rito...@gmail.com
====================
> Hi Roland
>
> I can't handle userinfo claims because its parameter name was "user_info".
> Please rename "user_info" into "userinfo".
Fixed, checked in!
-- Roland
I have another question about "mj-22".
This error is returned.
===
str: value: '1330228668' not of type '<type 'basestring'>'
===
Does this test need auth_time response as a string?
I think it to be integer.
Ryo
2012年2月26日1:21 Roland Hedberg <roland....@adm.umu.se>:
--
>>> Please rename "user_info" into "userinfo".
>>
>> Fixed, checked in!
> Worked fine. Thanks!
>
> I have another question about "mj-22".
> This error is returned.
> ===
> str: value: '1330228668' not of type '<type 'basestring'>'
> ===
>
> Does this test need auth_time response as a string?
> I think it to be integer.
Right you are.
Check in fix, together with fix for Nov's problem with trailing '/' in url.
-- Roland