Join Janan Siam for an in-depth discussion in this video Sample application introduction, part of ASP.NET Core: Security.
- [Instructor] Before we get started, I'd like to give you a quick overview of the sample application we'll be working with. The best way to learn a new concept is to build a working example. We'll do that using a site for a mock university called Roux Academy. If you browse to rouxacademy.com, you'll see the live site on the internet. It represents an art university. The site has both public pages, like the Programs page, and protected areas, like the Student Portal.
The portal is just a placeholder menu that doesn't currently function. The live site is made up of static HTML and CSS. I've incorporated these static files into a simple ASP.NET Core MVC application, which you'll find in the exercise files. This will be the basis for our development work. As we proceed through the course, we'll implement security measures, like a login page, and a registration screen.
We'll support two types of end users, students and faculty. That's just a brief preview of what's to come. You'll get very familiar with the sample application once we start coding.
Author
Released
9/7/2017- Securing your app with Identity Framework
- Setting up token authentication in an MVC application
- Integrating external authentication service providers
- Protecting against common attacks such as XSRF and SQL injection
- Protecting sensitive data
- Encryption basics
- Working with cookies
- Displaying error information
Skill Level Intermediate
Duration
Views
Related Courses
-
Building Web APIs with ASP.NET Core
with Chris Woodruff1h 7m Intermediate -
Learning ASP.NET Core MVC
with Jess Chadwick3h 12m Intermediate -
Deploying ASP.NET Core Applications
with Nate Barbettini57m 57s Intermediate -
ASP.NET Core: Internationalization
with Chris Woodruff1h 30m Intermediate
-
Introduction
-
Welcome57s
-
Using the exercise files1m 16s
-
-
1. Secure Your Application with Identity Framework
-
Implement user registration4m 51s
-
2. Secure Your Application with Token Authentication
-
Token service overview2m 46s
-
How external login works2m 59s
-
3. Protect Against Common Attacks
-
4. Protect Sensitive Data
-
Encryption basics3m 21s
-
Data protection API overview8m 54s
-
Working with cookies2m 54s
-
Display error information2m 57s
-
-
Conclusion
-
Next steps1m 9s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Sample application introduction