docs/versioned_docs/version-7.15.x/configuration/integrations/index.md
This section provides configuration examples for integrating OAuth2 Proxy with various reverse proxies, ingress controllers, and Kubernetes web UIs.
OAuth2 Proxy can be integrated with popular reverse proxies and ingress controllers to add authentication to your applications:
OAuth2 Proxy can also be used to add authentication to Kubernetes web user interfaces:
:::tip When integrating with Kubernetes web UIs, make sure to:
Most integrations require the following OAuth2 Proxy configuration:
--reverse-proxy=true: Required to correctly handle X-Forwarded-* headers--session-store-type=redisFor provider-specific configuration, see the OAuth Provider Configuration documentation.
:::note
If you set up your OAuth2 provider to rotate your client secret, you can use the client-secret-file option to reload the secret when it is updated.
:::