python - What causes the Openid error: Received "invalidate_handle" from server -
i'm new openid, , getting "invalidate_handle" , have no idea fix it.
i'm using django_authopenid
[thu apr 29 14:13:28 2010] [error] generated checkid_setup request https://www.google.com/accounts/o8/ud assocication aoxxxxxxxxox5-v9odc3-bthhfxzacccccccccc2rthgh [thu apr 29 14:13:29 2010] [error] error attempting use stored discovery information: <openid.consumer.consumer.typeurimismatch: required type http://specs.openid.net/auth/2.0/signon not found in ['http://specs.openid.net/auth/2.0/server', 'http://openid.net/srv/ax/1.0', 'http://specs.openid.net/extensions/ui/1.0/mode/popup', 'http://specs.openid.net/extensions/ui/1.0/icon', 'http://specs.openid.net/extensions/pape/1.0'] endpoint <openid.consumer.discover.openidserviceendpoint server_url='https://www.google.com/accounts/o8/ud' claimed_id=none local_id=none canonicalid=none used_yadis=true >> [thu apr 29 14:13:29 2010] [error] attempting discovery verify endpoint [thu apr 29 14:13:29 2010] [error] performing discovery on https://www.google.com/accounts/o8/id?id=aoxxxxxxxxox5-v9odc3-bthhfxzacccccccccc2rthgh [thu apr 29 14:13:29 2010] [error] received id_res response https://www.google.com/accounts/o8/ud using association aoxxxxxxxxox5-v9odc3-bthhfxzacccccccccc2rthgh [thu apr 29 14:13:29 2010] [error] using openid check_authentication [thu apr 29 14:13:29 2010] [error] op_endpoint [thu apr 29 14:13:29 2010] [error] claimed_id [thu apr 29 14:13:29 2010] [error] identity [thu apr 29 14:13:29 2010] [error] return_to [thu apr 29 14:13:29 2010] [error] response_nonce [thu apr 29 14:13:29 2010] [error] assoc_handle [thu apr 29 14:13:29 2010] [error] received "invalidate_handle" server https://www.google.com/accounts/o8/ud
openid.invalidate_handle provider's way of saying rp sending association not exist or has expired. rp supposed respond deleting association handle isn't reused in future. if you're getting invalidate_handles in response, rp you're using has bug in it.
Comments
Post a Comment