Authentication, Authorization and Identity in ASP.Net Core7 – Part2: ASP.NET Identity



Authentication, Authorization and Identity in ASP.Net Core7 – Part2: ASP.NET Identity

Authentication, Authorization and Identity in ASP.Net Core7 - Part2: ASP.NET Identity

In this video, we discuss how to Authenticate and Authorize using Asp .Net Core Identity.

⏱️VIDEO CHAPTERS⏱️⏱️
00:00 – Intro
00:31 – Solution Structure
02:05 – Service Registration
04:42 – Adding Identity DbContext
12:00 – Customizing Identity tables
14:52 – Adding Entities to Identity Db
17:35 – Adding DefaultIdentity Service
20:40 – Implementing Auth Services
26:28 – Seeding Data
37:37 – Getting Claims From Identity DB

🔔 Subscribe for more tips just like this: https://www.youtube.com/@Foad_Alavi?sub_confirmation=1

In this second part of our ASP.NET Authentication and Authorization series, we delve into ASP.NET Identity, the powerful membership system for managing user authentication and authorization in ASP.NET applications.

🔒 Discover modern architectures for implementing ASP.NET Identity, ensuring clean separation of concerns and enhanced scalability. Learn how to register Middleware and services using extension methods, streamlining your setup process.

🗃️ Dive into the setup of the Identity database and explore the benefits of using seeding instead of migration. Customize the default IdentityUser and IdentityRole tables to fit your application’s unique requirements while keeping the Identity database isolated.

✨ Seamlessly integrate Identity-related services into the pipeline and pass options to them, enhancing the security and robustness of your authentication and authorization process.

Don’t miss out on this valuable content! Enhance your understanding of ASP.NET Identity and level up your authentication and authorization capabilities.

📺 Watch now to boost your ASP.NET development skills!

If you find this video helpful, please consider liking, commenting, and subscribing to our channel. Help us spread knowledge and empower more developers in the ASP.NET community! 🙌

GitHubRepo: https://github.com/foadalavi/ASP.NET/tree/main/002-IdentityAndAuthorization

ASP.Net Core Playlist: https://www.youtube.com/playlist?list=PLwjPUOzQrOgXzqTZi6ny0k7UTjKy7ta5u

#csharp #dotnet #aspdotnetcore #webapi #identity #authentication #webdevelopment