Closed (fixed)
Project:
OpenID Provider
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2008 at 14:12 UTC
Updated:
28 Apr 2008 at 18:44 UTC
Hi.
I've installed the openid_provider for http://aries.jelentkezz.be, then I tried to log in my another Drupal site using OpenID, but without success. The site has been recognized, so it's under the "OpenID sites" tab on the user page, but I cannot log in. I tested with http://openidenabled.com/resources/openid-test/diagnose-server/ online openid tool, it said Associate (DH-SHA1 session) is ok, but "Successful checkid_setup" is not.
The whole output is:
Latest response:
Successful checkid_setup
*
Redirecting to http://aries.jelentkezz.be/openid/provider?openid.assoc_handle=2008-04-27T14%3A07%3A50ZNWTX&openid.identity=http%3A%2F%2Faries.jelentkezz.be%2F&openid.mode=checkid_setup&openid.return_to=http%3A%2F%2Fopenidenabled.com%2Fresources%2Fopenid-test%2Fdiagnose-server%2FTestCheckidSetup%2F%3Faction%3Dresponse%26attempt%3D1%26nonce%3DX14rR98Y&openid.trust_root=http%3A%2F%2Fopenidenabled.com%2Fresources%2Fopenid-test%2Fdiagnose-server%2FTestCheckidSetup%2F
openid.assoc_handle 2008-04-27T14:07:50ZNWTX
openid.identity http://aries.jelentkezz.be/
openid.mode checkid_setup
openid.return_to http://openidenabled.com/resources/openid-test/diagnose-server/TestCheckidSetup/?action=response&attempt=1&nonce=X14rR98Y
openid.trust_root http://openidenabled.com/resources/openid-test/diagnose-server/TestCheckidSetup/
*
Response received:
action response
attempt 1
form_build_id form-45698608042dc40253a97d3b5e252f1b
form_id openid_redirect_form
form_token 9a1b17b0c4119d5e7bbc16c7ae1a3fbd
nonce X14rR98Y
openid.mode cancel
* Operation Cancelled.
This attempt is failing.
Comments
Comment #1
aries commentedComment #2
jax commented(1) After having enabled the openid_provider you have to activate the permission "access user profiles" for everyone. Else the client will receive a Forbidden and the association will fail.
(2) Before you can log in to a site with openID you have to associate the openID user with your user account. You can find this in My account > OpenID identities.
For me the openid_provider module works.
Comment #3
aries commentedGood point, I've missed the 1) (I haven't seen yet), thanks for to point, now it works for me too!