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