openid/python-openid

Authentication error when AX is used

krvss opened this issue · 4 comments

In a situation when attribute exchange is used, server may run out of space in GET request and send the rest of information in additional POST request. In this case authentication fails.

In my case the parameter that goes to POST is janrain_nonce, that generates a bit confusing error message:

OpenID authentication failed: return_to does not match return URL. Expected 'http://mysite.ws/social_login_complete/yandex?janrain_nonce=2011-03-31T07%3A42%3A30ZVdfW0a', got u'http://mysite.ws/social_login_complete/yandex?janrain_nonce=2011-03-31T07%3A42%3A30ZVdfW0a'

If needed I can send client-server exchange protocol dump.

I am interested, send it please :)

Sent via personal messge :)

Hi! Any news on this subject?

In private communication we found out this is not problem related to library.