
Existing identity-aware proxy solutions lack flexibility and granular control, limiting adaptability to specific business needs. Ory Oathkeeper is an open-source Zero Trust proxy that integrates with your infrastructure, giving you complete control over authentication and access workflows.
An identity-aware proxy that fits your stack
Ory Oathkeeper forwards authorized requests and rejects unauthorized ones — as a standalone reverse proxy or as an authentication layer in front of your existing API gateway (Kong, Ambassador, Envoy, AWS API Gateway, Nginx...).

Ken Adler
Identity & Infosec
With Ory, I can build custom and secure ID infrastructure and APIs that fit perfectly into my client's ever-evolving cloud environments.
Identity-aware proxy capabilities at a glance
Identity-aware HTTP proxy
Authorize HTTP requests based on configurable access rules — verify identity, check permissions, enforce policy at every request.
API gateway integration
Deploy alongside existing API gateways. Ory Oathkeeper integrates with Ambassador, Envoy, AWS API Gateway, Kong, Nginx, Istio, and many more.
Identity context propagation
Aggregate identity data from multiple sources and propagate it downstream as custom headers, JSON Web Tokens (JWT), or X-User-ID values.
Flexible deployment for Ory Oathkeeper identity-aware proxy
Run Oathkeeper open-source on your own infrastructure, with enterprise support, or as a fully managed cloud service — full control over authentication and access workflows, your way.
Ready to try Ory Oathkeeper?
Get started with Ory Oathkeeper documentation, installation guides, and integration examples — production-ready, fast.
id: allow-anonymous-with-id-token-mutator
upstream:
url: https://internal.service.local/resource/abc
match:
url: https://example.com/resource/abc
methods:
- GET
authenticators:
- handler: anonymous
authorizer:
handler: allow
mutators:
- handler: id_token







