© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•11mo ago•
32 replies
Hulkstance

ASP Identity <> Microsoft Entra ID

Hey guys, I'm setting up a project with a local JWT Bearer authn. I created my own User class along with a custom PasswordHasher and TokenProvider to generate JWT tokens. And then I remembered ASP.NET Identity, which provides built-in methods like _signInManager.PasswordSignInAsync, etc. My long-term plan is to migrate to Microsoft Entra ID. Is there an easy switch from ASP.NET Identity to Entra ID? Can I still use _signInManager.PasswordSignInAsync with Entra ID, or will I need to use Microsoft Graph API instead? If so, is the Graph API compatible with ASP.NET Identity abstractions?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Microsoft Identity, ASP.NET API and MVC
C#CC# / help
2y ago
Microsoft Identity migration
C#CC# / help
3y ago
ASP.NET Identity, get User ID on POST Request
C#CC# / help
13mo ago
ASP CORE MVC Identity
C#CC# / help
17mo ago