Someone at my company has written an OAuth2 mechanism in Ruby/Rails. I would like to use that mechanism for authentication in my new ASP.NET MVC app. But I am not sure where to begin.
Do I need to write my own Client? Like I have seen in the DotNetOpenAuth libraries a TwitterClient or WindowsLiveClient? or can you inherit from a base client and set a bunch of properties?
Is there any good demos, articles, walk-throughs, or preferably sample apps to walk me through this?