views:

37

answers:

2

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 ?

A: 

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.

Andres
A: 

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).

winladen
thanks, but as far as i can see they only support OAuth 1.0a currently.
jamie