开发者

Using OpenID with server-side JavaScript (node.js), but I get an error

Using the code from this example, I open the browser, type "localhost/" and I get the page with that login form. I type the URL to my blogspot, but I get the following error: error:Invalid AuthRequest: 0x300: Error verifying return URL in auth request. ns:http://specs.openid.net/auth/2.0. What am I doing wrong here?

And oh yeah, I almost forgot, how do I store data with OpenID? Appart from just logging in with that acc开发者_StackOverflowount, I'd like to save information about the user as well!


You got an error from the provider stating that it was unable to verify your return URL. Does your provider accept localhost return URLs?

To request additional information about the authenticated user, use an OpenID extension such as Simple Registration (SREG) and/or Attribute Exchange (AX). The sample you refer to uses both SREG and AX to request information such as nickname, e-mail, and full name, which can be retrieved from the result if the following conditions are met:

  • Authentication was successful.
  • The provider has the requested information about the user.
  • The user agreed to share this information with you.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜