djtonk
ASP Identity <> Microsoft Entra ID
If you plan to migrate to Entra ID soon, it might be better to skip ASP.NET Identity and integrate Entra ID from the start using Microsoft.Identity.Web for authentication.
If you still want local authentication first, consider implementing ASP.NET Identity with an external provider setup, so you can later switch to Entra ID more easily.
33 replies