Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dotnetopenid tutorial [closed]

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 :(

like image 476
Sk93 Avatar asked Oct 07 '10 13:10

Sk93


1 Answers

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
like image 107
Andrew Arnott Avatar answered Oct 22 '22 00:10

Andrew Arnott