Posts

OAuth Authentication

Image
OAuth Authentication Google, Facebook, LinkedIn Hi this is Sandeep i Would like to share my work on OAuth Authentication for the external Providers like Google, Facebook, LinkedIn. For this demo i used Visual Studio 2015. Step 1 Create Project in Visual Studio From Templates Select Web after that select Asp.net Web application Step 2 Select MVC Layout In this MVC Layout we will get the basic structure of the MVC project with Models, Views and Controllers Step 3 Once Run the Project F5 After Running the project home page will appear this is basic template in the MVC, after Clicking on the login button the login view will appear Step 4 Open the solution explorer and go to App_start Folder, this folder contains some core configuration files that is applicable for entire MVC application. Now open App_start.cs file which contains Authorization stuffs. Google You  have get the credentials for accessing the data from the external providers go to  G