In this chapter, I explain how ASP.NET Core Identity is applied to authenticate users and authorize access to application features. I create the features required for users to establish their identity, explain how access to endpoints can be controlled, and demonstrate the security features that Blazor provides. I also show two different ways to authenticate web service clients. Table
39-1 summarizes the chapter.
Table 39-1Chapter Summary
Problem | Solution | Listing |
|---|
Authenticating users | Use the SignInManager<T> class to validate the ... |