DotNetOpenAuth MVC 3 Service Provider Example

11,090

This project template is an ASP.NET MVC web site that includes an OAuth Service Provider authentication module in it. It also accepts OpenID logins, but you can rip that out if you don't want it. Granted, the project template looks like it throws in a lot of code. It is much more complete and production ready than a very simple sample that perhaps you can find elsewhere.

Although this project template targets MVC 2, I imagine you might be able to tie it over to MVC 3 fairly easily.

Share:
11,090

Related videos on Youtube

Brandon
Author by

Brandon

I write the code that makes the ladies scream.

Updated on May 27, 2022

Comments

  • Brandon
    Brandon almost 2 years

    I am looking at the OAuthServiceProvider WebForms example that comes with the DotNetOpenAuth project, but would like to implement this into an MVC 3 application instead.

    Is there any examples where someone has done this already? I can imagine this is a common scenario that someone has already solved. Google/SO is failing to return any working examples.

    Thanks for any assistance.

  • Brandon
    Brandon about 13 years
    Thanks for the template. This gives me a good start in the right direction! Thank for the wonderful OAuth tools you have written!
  • flipdoubt
    flipdoubt almost 13 years
    Andrew, thanks for the tool. Do you know of a simple OAuth consumer stub that I can use to poke this web app? I still can't really see the OAuth in action.
  • Andrew Arnott
    Andrew Arnott almost 13 years
    Yes, DotNetOpenAuth comes with an OAuthConsumerWpf sample app that lets you play the part of an OAuth consumer for an arbitrary OAuth service provider.
  • Dan Friedman
    Dan Friedman over 10 years
    Any chance this could be updated for VS2012? It won't open for me.