From the course: ASP.NET MVC 5 Identity: Authentication and Authorization
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Understand authentication and authentication options
From the course: ASP.NET MVC 5 Identity: Authentication and Authorization
Understand authentication and authentication options
- [Instructor] To create a new MVC application, go to file, new, project. From the menu on the left, make sure that you select the web section. And then on the middle column, select the asp.net web application .NET Framework. On the window that you get, specify a project name and a solution name. You can also change the location of the files, but it's important to select a .NET version which is greater than 4.5 because asp.net MVC 5 requires a greater version. Then next, click the OK button. When creating a MVC application, you see that get different authentication options if you click the change authentication button. As the name already indicates, if you select the no authentication option, no authentication-related code or UI will be generated. You will have to basically create everything from scratch, on your own. The other option is the individual user account. And if you select this option, the sample…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Understand authentication and authentication options3m 32s
-
(Locked)
Create a new ASP.NET MVC 5 application1m 31s
-
(Locked)
Facebook authentication4m 27s
-
(Locked)
Twitter authentication3m 39s
-
Google authentication5m 20s
-
(Locked)
Microsoft authentication4m 21s
-
(Locked)
GitHub authentication5m 15s
-
(Locked)
Configure Windows authentication2m 12s
-
(Locked)
Email confirmation setup: SendGrid5m 55s
-
(Locked)
Email confirmation in action4m 13s
-
(Locked)
Two-factor authentication with SMS setup: Twilio4m 52s
-
(Locked)
Two-factor authentication with SMS in action3m 17s
-
(Locked)
-
-
-