Ory logo
background color
Stylized representation of ory/ Oathkeeper

OryOathkeeper Identity-aware proxy for Zero Trust & BeyondCorp

Authenticate, authorize, and mutate any incoming HTTP traffic using a Zero Trust / BeyondCorp security model — deployed on your infrastructure or fully managed via Ory Network.

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.

Need control and support?

Run Ory Oathkeeper on your own infrastructure with the Ory Enterprise License — premium support, security patches, and direct engineering access for production deployments.

Need to move quickly?

Get Ory Oathkeeper as a fully-managed solution via Ory Network. Instant-on global Zero Trust gateway with no infrastructure to operate. Sign up for free!

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...).

Identity and Access Proxy

Ory Oathkeeper is an open-source, cloud-native identity-aware proxy and access control decision API. Written in Go, it authenticates, authorizes, and mutates incoming HTTP(s) requests with sub-millisecond latency on any infrastructure.

Zero Trust gateway with BeyondCorp

Apply Zero Trust and BeyondCorp principles across your infrastructure. Oathkeeper enables secure, context-aware access for employees, partners, customers, and machine-to-machine workloads — replacing perimeter-based security with verified identity at every request.

Open source roots, with deployment flexibility

Oathkeeper is open source at its core — and unlike vendor-locked alternatives like Google Cloud IAP, you choose how to deploy it. Run the open-source build on your own infrastructure, upgrade to Ory Enterprise License for premium support & featuers, or use fully managed Ory Network for instant-on SaaS.

Thoughtworks Logo
Thoughtworks Logo
Ken Adler headshot black and white
Ken Adler

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.

Integrations

Ready to try Ory Oathkeeper?

Get started with Ory Oathkeeper documentation, installation guides, and integration examples — production-ready, fast.

rules.yaml
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

Ory Oathkeeper FAQ

Try Ory today Start for free