Security and Identity - Overview

In this article

ASP.NET Core enables developers to configure and manage security. The following list provides links to security topics:

These security features allow you to build robust and secure ASP.NET Core apps.

This node contains security guidance for ASP.NET Core Blazor.

ASP.NET Core security features

ASP.NET Core is an open-source framework for building web apps.

Authentication vs. Authorization

authenticate is a process in which a user provides credentials that are then compared to those stored in an operating system, database, app or resource.

authentication and authorization are two very different concepts.

Common Vulnerabilities in software

Microsoft has released two new versions of its ASP.NET software.

There are more vulnerabilities that you should be aware of. For more information, see the other articles in the Security and Identity section of the table of contents.

Additional resources

Ref: ASP.NET Core security topics