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 79 weeks ago
Very greatly appreciated. The ABP CLI tool is now within my grasp. That video was quite useful.
llucklinn 79 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 72 weeks ago
Extremely appreciative.
betterwound 66 weeks ago
While many people expect that the new year would bring improved income and possibilities
Pleine 62 weeks ago
Implementing authorization in microservices or distributed systems can pose special challenges due to the decentralized nature of the architecture.
DerekBergstrom 60 weeks ago
This is a fantastic video.
Halil İbrahim Kalkan 60 weeks ago
Thanks :)