Monday, December 5, 2022
381 views
Authorization in a Microservice / Distributed System
In this session at Dotnet Conf 2022, I've talked about the requirements and challenges of performing authorization in microservice / distributed systems, and how to overcome these difficulties and how we've done it with the ABP Framework.
[email protected] 2 weeks ago
Very greatly appreciated. The ABP CLI tool is now within my grasp. That video was quite useful.
llucklinn 1 week ago
RBAC is a commonly used approach where access permissions are assigned based on predefined roles. Each role has a set of permissions associated with it, and users or services are assigned one or more roles. RBAC simplifies authorization management by grouping users or services into roles and granting permissions accordingly.