Hi @David Thielen
ASP.NET Core enables developers to configure and manage security. The following list provides links to security topics:
- Authentication
- Authorization
- Data protection
- HTTPS enforcement
- Safe storage of app secrets in development
- XSRF/CSRF prevention
- Cross Origin Resource Sharing (CORS)
- Cross-Site Scripting (XSS) attacks
These security features allow you to build robust and secure ASP.NET Core apps. For Blazor application, you can refer to ASP.NET Core Blazor authentication and authorization.
To Security in Azure App Service, you can protect your App Service app via the following sections:
- HTTPS and Certificates
- Insecure protocols (HTTP, TLS 1.0, FTP)
- Static IP restrictions
- Client authentication and authorization
- Service-to-service authentication
- Connectivity to remote resources
- Application secrets
- Network isolation
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion