1

I have a REST service implemented by ASP.Net WebApi, a WPF client application that consume this service. Every user have a UserName/Password in stored in Azure Table storage. Now I want to implement an OAuth authorization server "Resource Owner Password Flow".

Now my question is: How can I implement an OAuth 2.0 "authorization server" in .net?

I found that DotNetOpenAuth and thinktecture can help, but I'm not sure about any of them.

Resource Owner Password Flow

4

1 に答える 1

1

DotNetOpenAuth には、他の多くの役立つ例の中に WPF の例があります。このライブラリの唯一の欠点は、包括的なドキュメントがないことですが、サンプルは素晴らしく、簡単に理解できます。

于 2013-09-29T18:52:16.537 に答える