Azure API Management
Azure API Management is a service provided by Microsoft Azure. Its policies are fewer in number than some competitors, and yet it still suits many use cases. Integrations are managed via Dapr.
Gateway Policies
Security
- IP Access Rules
- JWT Validation
- Mutual TLS
- Basic Authentication
- Managed Identity Authentication
- CORS
Traffic Management
- Cache Lookup
- Cache Storage
- Cache Eviction
- Rate Limiting
- Quota
Mediation
- Request Transformation
- Response Transformation
- JSON to XML
- XML to JSON
- URL Rewriting
- XSL Tranformations
- JSON Validation
Extension
- JSONP
- Dapr integration