dotnetopenid tutorial [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far 开发者_如何学Goto solve it.
Closed 9 years ago.
Improve this questionPretty 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 :(
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
精彩评论