1. Create new .Net MVC project from Visual Studio.
2. Select MVC template from the list.
3. Build solution. (Ctrl + Shift + B)
4. Enable SSL and note SSL URL to use Google authentication later on.
6. Create API credentials for the project, enable Google+ Api
Save Client ID and Secret
Assign the web application SSL URL
Google+ Api is required for the web application.
Previous
Next
7. Open Startup.Auth.cs file. Un-comment and edit Google client id and secret.
8. Run Web Application. Test Login, and Log Off
Google Login
Select another service to log in.
Google Account Permission and Login
Previous
Next