OAuth Integeration
Integerated OAuth Authentication for Asp.net WebApi including OAuth Service Provider.
45
votes

We currently plan to use OAuth 2.0 as part of our security story for ASP.NET Web API.
3 comments
-
Radenko Zec commented
Yes. Most important for us is example OAuth 2 authorization server using ASP.NET Web API
-
Glenn Naungayan commented
If possible, have an example of making oauth authorization server
-
Radenko Zec commented
We want to have ability to login to FB and Twitter directly from WebAPI and post stuff and FB wall and similar without using DotNetOAuthLibrary which is very complex and dirty way to do simple stuff .
We want SimpleMembershipProvider inside WebAPI that support any database (NoSql) not only Sql Server.