
Introduction to Identity on ASP.NET Core | Microsoft Learn
Nov 10, 2025 · An alternative identity solution for authentication and authorization in ASP.NET Core apps. ASP.NET Core Identity adds user interface (UI) login functionality to ASP.NET Core web apps.
Configure ASP.NET Core Identity | Microsoft Learn
Mar 12, 2024 · Understand ASP.NET Core Identity default values and learn how to configure Identity properties to use custom values.
Choose an identity management solution | Microsoft Learn
Oct 27, 2025 · Browse sample apps with authentication/authorization and identity for ASP.NET Core. Follow a tutorial to secure a .NET web app using built-in ASP.NET Core Identity.
Migrate Authentication and Identity to ASP.NET Core
Jun 27, 2025 · Learn how to migrate authentication and identity from an ASP.NET MVC project to an ASP.NET Core MVC project.
Identity model customization in ASP.NET Core | Microsoft Learn
Nov 8, 2025 · This article describes how to customize the underlying Entity Framework Core data model for ASP.NET Core Identity.
How to use Identity to secure a Web API backend for SPAs
Sep 10, 2024 · ASP.NET Core Identity provides APIs that handle authentication, authorization, and identity management. The APIs make it possible to secure endpoints of a Web API backend with …
Identity management solutions for .NET web apps
Dec 23, 2025 · A list of available products, packages, and services that enable identity management, including authentication and authorization, for ASP.NET Core web apps.
ASP.NET Core security topics | Microsoft Learn
Jan 29, 2025 · ASP.NET Core provides many tools and libraries to secure ASP.NET Core apps such as built-in identity providers and third-party identity services such as Facebook, Twitter, and LinkedIn.
Microsoft.AspNetCore.Identity Namespace | Microsoft Learn
Remarks For more information about Identity, see Introduction to Identity on ASP.NET Core. Was this page helpful?
What's new in ASP.NET Core in .NET 10 | Microsoft Learn
Nov 11, 2025 · ASP.NET Core Identity now supports passkey authentication based on WebAuthn and FIDO2 standards. This feature allows users to sign in without passwords, using secure, device …