3

Does someone knows OAuth 2.0 provider (server) written in ASP.NET MVC ?

Radenko Zec
  • 7,659
  • 6
  • 35
  • 39
  • 1
    check this article and the download link: http://community.codesmithtools.com/CodeSmith_Community/b/tdupont/archive/2011/03/18/oauth-2-0-for-mvc-two-legged-implementation.aspx – Davide Piras Jan 13 '12 at 10:36
  • This is great, but I need three legged implementation... – Radenko Zec Jan 13 '12 at 12:50
  • I was looking for the exact same thing recently and all I could find were a couple, one written in ruby the other in php. So, we decided to wait a while :) – Antony Scott Jan 17 '12 at 21:59

2 Answers2

3

Providers:

http://www.dotnetopenauth.net/

Azure ACS

Consumers:

Look at that project and that article

Dima Pasko
  • 1,170
  • 12
  • 20
1

Here is you can get clear description for this concept. Here you can get more info on MVC 4/MVC 5 realted information.

http://onlinedotnet.com/what-is-oauth-in-mvc-oauth2-in-mvc-5/

Haneef
  • 11
  • 1
  • 1
    Note that [link-only answers are discouraged](http://meta.stackoverflow.com/tags/link-only-answers/info), SO answers should be the end-point of a search for a solution (vs. yet another stopover of references, which tend to get stale over time). Please consider adding a stand-alone synopsis here, keeping the link as a reference. – kleopatra Dec 30 '13 at 15:46