tags:

views:

24

answers:

1

OpenID, using delegation, seems to be returning openid1_claimed_id instead of openid.claimed_id

That looks like “an OpenID 1 version of claimed_id” but I can't find it documented anywhere.

Miscellaneous details:

+1  A: 
# Another query parameter that gets added to the return_to for
# OpenID 1; if the user's session state is lost, use this claimed
# identifier to do discovery when verifying the response.
openid1_return_to_identifier_name = 'openid1_claimed_id'

-- from the python-openid source.

keturn