Does someone knows OAuth 2.0 provider (server) written in ASP.NET MVC ?
Asked
Active
Viewed 2,626 times
3
-
1check 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 Answers
3

Dima Pasko
- 1,170
- 12
- 20
-
This is not what I am looking for. I need OAuth 2.0 provider not consumer code. – Radenko Zec Jan 13 '12 at 12:52
-
1dotnetopenauth.net support OAuth 2 in CTP http://sourceforge.net/projects/dnoa/files/CTP/OAuth2/ – Dima Pasko Jan 15 '12 at 22:57
-
Azure ACS also supports OAuth 2.0 http://acs.codeplex.com/wikipage?title=Samples&referringTitle=Documentation – Dima Pasko Jan 15 '12 at 22:58
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
-
1Note 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