Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.