From the course: ASP.NET MVC 5 Identity: Authentication and Authorization

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Google authentication

Google authentication

From the course: ASP.NET MVC 5 Identity: Authentication and Authorization

Start my 1-month free trial

Google authentication

- [Instructor] To implement Google authentication in an ASP.NET MVC file application, you need to first create a Google app. Then navigate to console.developers.google.com. To create a new project, click the Create Project button on the right. And next, click the Create button one more time. In the New Project view, provide a project name. You see that by default, once you write your project name, a project ID is automatically generated. If you want to change it now, you can click the Edit button and change it because later it cannot be changed. Click the Create button to create this project. After your project is created, go to the Select a project dropdown, and select your project. Once you select your project, you will see that no APIs or services are enabled. For Google authentication to work, we need to enable the Google Plus API. For that, click the Library button in here and search for Google Plus API. Click over this tile and then the Enable button. It takes some time for…

Contents