Using an API Gateway with Fine-Grained Authorization
auth0.com·2d
🔧Microservices
Preview
Report Post

When working with microservices there are different patterns to handling communication between external clients. You need to make sure it happens efficiently and in a scalable way, especially when talking to a fine-grained authorization service that decides access control for your whole system and can change very rapidly in time. In this blog post, you’ll learn about three different API Gateways, Zuplo, Kong, and Apache APISIX, and how each one of them could work best for a service that uses Fine-Grained Authorization (FGA).

What is FGA?

Fine-grained authorization is an authorization system that allows you to grant specific user permission to perform certain actions in specific resources at a very granular level. FGA relies on [Relationship-Based Access Control (ReBAC)](https:…

Similar Posts

Loading similar posts...