问题
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