Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 WCF API(Rest Services),我想实现身份验证 oAuth 2 的协议。
我知道这个库 DotNetOpenAuth 对于为 WebApi 实现 oAuth2 非常有用,但我还没有看到任何文档或示例解释如何为 WCF 项目(Rest Service)(框架 4.0)实现 DotNetOpenAuth(oAuth2)
这个这个希望这可能有用
http://social.msdn.microsoft.com/Forums/vstudio/en-US/d8331c96-66f9-40ce-9d12-19e3d15f397d/wcf-rest-security-using-oauth-20?forum=wcf
我也在寻找一个例子,发现了这个:
http://www.codeproject.com/Tips/372422/Secure-WCF-RESTful-service-using-OAUTH