How do I implement OpenID in my web application?

后端 未结 4 1735
眼角桃花
眼角桃花 2020-12-08 10:47

Does Stackoverflow create a new OpenID when a user registers with an email address (i.e. does not provide an existing OpenID)? How do you do that? Do you have code example

相关标签:
4条回答
  • 2020-12-08 10:53

    I think you are mis-understanding OpenID, the process of registering and OpenID is the responsibility of the user, you'll note that there is no place to signup here without an OpenID.

    0 讨论(0)
  • 2020-12-08 11:10

    Scott Hanselman posted a while back about setting up OpenID in .net.

    0 讨论(0)
  • 2020-12-08 11:13

    You can find OpenID implementations here. If you just want more information, I would check out the OpenID site.

    0 讨论(0)
  • 2020-12-08 11:14

    The Plaxo OpenID recipe (from the OpenID site) was one of the better howtos I've seen.

    0 讨论(0)
提交回复
热议问题