By janeri on
I have an OpenID from myopenid.com that works well with for instance Plaxo, and I have added this OpenID to my account in my fresh Drupal 6 site, but I still cannot log in.
I select "Log in using OpenID", enter my OpenID and click "log in", it then interacts with myopenid.com as expected and I do my bit, but I am still presented with "User login" when I am returned to my site.
Anyone understand what am I doing wrong?
Comments
OpenID login does not work
seems like I am completely alone with this problem?
Something with your host...
I'm currently trying to learn more about this same problem.
On some hosts Drupal6 and OpenId work fine; On at least one 'big-name' host I'm having the same problem as you.
Anyone have ideas on a common setting which needs to be changed?
You're not completely alone
You're not completely alone - I just tried to use my OpenID (Verisign) to log into my own site (after adding it to my user profile while logged in normally) and just keep getting redirected back to the front page not logged in. I use this OpenID on many other sites, and I was able to successfully authenticate with it when I was adding it to my user profile, but I can't log into my site with it.
I've got just the same problem
I've beeing redirected back to login page. But. It seemed to work at the beginning. I think some modules could be conflicting with OpenId module.
I also tried to debug this module, but it didn't had a good result. Just some waste of time, because I'm not really sure what's gone wrong.
It seems like failing in some SESSION variable check right here:
at this check
if (isset($_SESSION['openid']['service']['uri']) && isset($_SESSION['openid']['claimed_id'])) {there is an empty array $_SESSION var if you'd try to var_dump it. If you try to view the contents of $response - it'll be ok - it's full of info. Because the previous check fails function returns array with status = failed.I also try to figure out why session is empty. At first I thought something's unsetting it, but it's not.
i have excactly the same problem.
on other drupal installations openid login works fine with an openid provider. but not with the 6.16 version i want to login...