I need a little help implementing an OAuth 2 provider for a leisure service based on the new ASP.NET Web API. I know that there are several similar questions in Stack Overflow, but they are more or less related to OAuth libraries. I would really like the sample code or the sample project to get started. Can someone point me in the right direction?
I am looking at DotNotOpenAuth, and I believe that beta 4.0 supports OAuth 2 providers. Unfortunately, I cannot find code that demonstrates how to implement it.
I need some help, I actually get provider 2.0. Once I have it, it's easy enough to integrate it through an HTTP module or filter.
I'm interested in two-way authentication for linking an API with an API.
source
share