如何在我的Web应用程序中实现OpenID?

时间:2022-09-12 07:29:53

Does * 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 examples in C#? Java? Python?

当用户使用电子邮件地址注册时(即不提供现有的OpenID),*是否会创建新的OpenID?你是怎样做的?你在C#中有代码示例吗? Java的?蟒蛇?

4 个解决方案

#1


13  

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

您可以在此处找到OpenID实现。如果您只是想了解更多信息,我会查看OpenID网站。

#2


8  

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

Plaxo OpenID配方(来自OpenID网站)是我见过的更好的方法之一。

#3


1  

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

Scott Hanselman在一段时间后发布了关于在.net中设置OpenID的消息。

#4


-1  

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.

我认为你错误地理解了OpenID,注册过程和OpenID是用户的责任,你会注意到没有OpenID就没有地方可以注册。

#1


13  

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

您可以在此处找到OpenID实现。如果您只是想了解更多信息,我会查看OpenID网站。

#2


8  

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

Plaxo OpenID配方(来自OpenID网站)是我见过的更好的方法之一。

#3


1  

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

Scott Hanselman在一段时间后发布了关于在.net中设置OpenID的消息。

#4


-1  

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.

我认为你错误地理解了OpenID,注册过程和OpenID是用户的责任,你会注意到没有OpenID就没有地方可以注册。