ASP .NET Core 5 Web API - Role based Authorization with Angular | User with multiples Roles | Part 2
DevBugFix
User with multiple Roles and Authentication and Authorization with JWT Token This is part 2 of ASP .NET Core 5 Web API - Role based Authorization with Angular, Video link given below https://youtu.be/8RtzxlsBLlU
This is Step by step tutorial to add multiples Role to in .NET Core 5 and integration in Angular 11 Different way to add Role-based authorization checks
we will use Microsoft Identity table to store user's role and add role and to perform operation on Database we will use Microsoft identity service class .i.e UserManager - to manage user in database SignInManager - to sign in RoleManager - to manage user role in database
Microsoft Documentation Link - Role-based authorization in ASP.NET Core https://docs.microsoft.com/en-us/aspnet/core/security/authorization/roles?view=aspnetcore-5.0
Part 1 ASP .NET Core 5 Web API step by step & Integrate in Angular 11 | Secure API with JWT Token video link is given below https://youtu.be/BIk7PssaDe8
Part 2 ASP .NET Core 5 Web API - Role based Authorization with Angular, Video link given below https://youtu.be/8RtzxlsBLlU
Tools we will use ASP .NET Core 5 Dot NET CLI Entity framework Core for Sql Server Microsoft Identity for Authentication, Authorization & User Management Visual Studio Code Postman to Test API Angular 11 Angular CLI Bootstrap for UI
- 00:04 Intro
- 00:36 Modify Register User API for Multiples Roles Functionality
- 02:05 Modify GetUserList API for Multiples Roles
- 03:57 Modify JWT Token for Multiples Roles
- 05:37 Multiples Roles integration in Angular Project
- 13:20 Different way to add Roles checks on Class and method level
#NETCore5 #Angular #RolebasedAuthorization ... https://www.youtube.com/watch?v=v3Ndo0VXYa4
105548227 Bytes