I'm currently investigating OAuth 2.0 Service Provider solutions for .NET (I appreciate that 2.0 isn't a complete spec).
What libraries are people currently aware of, other than DotNetOpenAuth ?
|
I'm currently investigating OAuth 2.0 Service Provider solutions for .NET (I appreciate that 2.0 isn't a complete spec). What libraries are people currently aware of, other than DotNetOpenAuth ? |
|||
|
|
|
DotNetOAuth for OAuth2 is in CTP http://sourceforge.net/projects/dnoa/files/CTP/OAuth2/ Azure ACS also supports OAuth 2.0 http://acs.codeplex.com/wikipage?title=Samples&referringTitle=Documentation |
||||
|
|
Provider
Client LibraryAnother option is to use the code for oAuth 2.0 from the Facebook SDK for C#. Oh, another commonly forgotten one is the Google API C# Library with oAuth 2.0. |
||||
|
|
|
I'm building my own. DOAP. May not be perfect but none of the others I found worked for me. |
|||
|
|
I wrote one that was current as of revision 15. Not all flows are implemented but it's a good start. |
|||
|
|
|
Try Oauth.net from Madgex : http://lab.madgex.com/oauth-net/ They provides examples of consumer and simple provider and enables Common Service Locator (you can plug in your favorite IoC framework). |
|||||
|
|
I used an Oauth lib for javascript that I got from http://code.google.com/p/oauth/. Worked well for me. They also have in C# (not sure if is the same you mention in your question) in the same link. It is the only one I know unfortunately. |
|||
|