dotnetopenid tutorial [closed]

橙三吉。 提交于 2019-12-12 08:33:54

问题


Pretty basic question, but can someone please point me to a constructive tutorial on how to implement and use dotnetopenid?

I'm struggling to find any real documentation that explains how to implement the thing. I couldn't find anything on their website, and I've gone through a couple of the samples, but still can't work it out, and the included .chm file is just reference material, rather than a "getting started" guide.

Google searches are also failing me :(


回答1:


That depends on what you're trying to accomplish, as DotNetOpenAuth does a lot of things for a lot of people.

Perhaps I'll start a little table of scenarios, and people can add to this table as they discover tutorials:

  • OpenID RP
    • OpenID for ASP.NET MVC, A Quick Setup by andrew kharlamov
    • Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth by Rick Strahl
  • OpenID OP
  • OAuth 1.0(a) Consumer
  • OAuth 1.0(a) Service Provider
  • OAuth 2.0 Client
  • OAuth 2.0 Protected Resource Server
  • OAuth 2.0 Authorization Server
  • InfoCard RP


来源:https://stackoverflow.com/questions/3882248/dotnetopenid-tutorial

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