-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Web API Security Essentials
By :
Using external authentication services for authentication reduces the development time that is needed to implement internal authentication mechanisms. Most web users have accounts on social media websites, such as Facebook and Twitter, and other services, such as Microsoft and Google. Using external authentication services saves the time of users to create another account for your web application.
ASP.NET provides built-in support for external authentication services such as Facebook, Twitter, Microsoft, and Google.
Let's create an ASP.NET MVC application in order to demonstrate how to implement external authentication solutions, as follows:
Create New Project from the Start page in Visual Studio.
Select Visual C# Installed Template named Web.
Select ASP.NET Web Application in the center pane.
Name the project as Chapter07.ExternalAuthentication and click OK:

Fig 1 – We have named the ASP.NET Web Application as "Chapter07...
Change the font size
Change margin width
Change background colour