bnoguchi / everyauth

node.js auth package (password, facebook, & more) for Connect and Express apps
http://everyauth.com/
3.49k stars 447 forks source link

OpenId not working for provider 'hyves.nl' #53

Open wbw opened 13 years ago

wbw commented 13 years ago

I'm trying to use the OpenId module of everyauth in combination with hyves.nl which is a OpenId provider. It seems to work for stackexchange as the provider but not for hyves.

I tried this from the example as well. Using 'hyves.nl' as the OpenId identifier I would expect to get a hyves.nl login screen or something like i get when using for example openid.stackexchange.com.

It logs: starting step - sendToAuthenticationUri ...finished step

and timesout after a long period with a 'connection closed'

wbw commented 13 years ago

I think I narrowed this down to a 'node-openid' issue and will post it as such on that project. I did notice you are using a pretty old version, perhaps you could consider bumping it (although the current version seems to have the same issue).