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)