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
llucklinn 130 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 124 weeks ago
Extremely appreciative.
Pleine 113 weeks ago
Implementing authorization in microservices or distributed systems can pose special challenges due to the decentralized nature of the architecture.
DerekBergstrom 112 weeks ago
This is a fantastic video.
Halil İbrahim Kalkan 112 weeks ago
Thanks :)