12

I have created a WCF API (Rest Services) and I would like to implement the protocol for authentication oAuth 2.

I know that this library DotNetOpenAuth is very useful for implement oAuth2 for WebApi but I havent seen any documentation or examples explaining how to implement DotNetOpenAuth (oAuth2) for a WCF project (Rest Service) (Framework 4.0)

Pavel Anikhouski
  • 21,776
  • 12
  • 51
  • 66
JosMen
  • 333
  • 3
  • 10

2 Answers2

-1

I'm was also looking for an example and found this:

http://www.codeproject.com/Tips/372422/Secure-WCF-RESTful-service-using-OAUTH