Implementing the .NET OAuth 2.0 Provider 2 Spent DotNotOpenAuth samples?

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.

+5
source share
1 answer

Until DotNetOpenAuth sends a distribution that includes OAuth 2 and samples together, the best thing you can do is install the DNOA 4.0 resource server and authorization server through NuGet, and then check the resource server and authorization server samples on Github

" ", "2 legged" API-API. , NuGet .

+5

All Articles