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