Implementing DotNetOpenAuth (oAuth2) for WCF (Rest Service) Framework 4.0
Asked Answered
M

2

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)

Millrace answered 18/7, 2013 at 23:41 Comment(0)
C
-1

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

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

Connie answered 25/7, 2013 at 2:44 Comment(1)
Thanks for your answer user2616911, but that example is using oAuth version 1 not oAuth2Millrace

© 2022 - 2024 — McMap. All rights reserved.