I've been looking around some time for a very simple implementation using DotNetOpenAuth to allow users to log into my application using their Google account, Yahoo account, or other OpenId. I've done some digging and searching through DotNetOpenAuth's website as well as checked out some other projects' source code which utilizes this service but none of them seem to be very straight-forward at all. (Including the samples from DotNetOpenAuth's site.)
Does anyone have a link to a tutorial/demo/example which would demonstrate most of the following?
Any assistance you could provide would be appreciated. Chances are, the information I need I've already seen in some of these other demos. I just do not have the information about exactly what the code is doing to fully wrap my head around the functionality.
I don't know how to make it more clear than this. And if you like the NerdDinner sample, it's available as open source as well, so check out what they do.