Since Microsoft's instructions for adding Google and Facebook logins to your MVC 5 application are a bit out of date, I'm going to post here a step by step summary of what you need to do to add those logins to your app.
To start you can read Rick Anderson's tutorial at Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#).
This is a great tutorial, but it is out of date on two scores:
- The Google process has changed
- He shows how to set individual Controllers and Methods to require logins instead of the whole app.
In this post I'll match his step by step instructions and then show you where you should reference two of his other tutorials for more info.
