How to integrate OpenId feature in .net

ⅰ亾dé卋堺 提交于 2019-12-10 15:16:07

问题


looking tutorials for integrating OpenId feature in .net


回答1:


I have a feeling that this Google Code Project will be a great place to start. I just started looking at it myself a while back, I haven't had much time to dig in, but it looks promising for those not wanting to spend much time implementing.




回答2:


If you just want OpenID functionality in .NET you should check out the open source package dotnetopenid.

As for tutorials, there are plenty if you don't mind reading tutorials that targets no specific implementation language. You should check out the official OpenID site for tutorials, as well as the Wikipedia article on OpenId.

Good luck!




回答3:


Just answered this somewhere else:

Found a couple via Google: This one is already mentioned. There are a few controls out there, too, for example this

You could also look at the new service called RPX which is OpenId as SaaS.




回答4:


This document explains working of OpenID and shows the whole process with screenshots.

Document describes how to implement Google login into your web application and Third-party web sites and let you aware how OpenID authentication works.

Here is the step-by-step process to implement OpenID on your ASP.NET application using DotNetOpenOAuth libraray.



来源:https://stackoverflow.com/questions/343259/how-to-integrate-openid-feature-in-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!