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.
Comments
nicklesteele532@gmail.com 122 weeks ago
Very greatly appreciated. The ABP CLI tool is now within my grasp. That video was quite useful.
llucklinn 122 weeks 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.
irisharabic56463@gmail.com 115 weeks ago
Extremely appreciative.
Pleine 105 weeks ago
Implementing authorization in microservices or distributed systems can pose special challenges due to the decentralized nature of the architecture.
DerekBergstrom 103 weeks ago
This is a fantastic video.
Halil İbrahim Kalkan 103 weeks ago
Thanks :)