evry / docker-oidc-proxy

Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
https://hub.docker.com/r/evry/oidc-proxy/
MIT License
121 stars 59 forks source link

Reverse proxy question #14

Open lyndon160 opened 5 years ago

lyndon160 commented 5 years ago

I want to know if this could be used to act as a reverse proxy that.

Essentially I have a lot of services that are not capable of doing the OIDC flow, but have an API backend that supports OIDC and would like to use it.

I was wondering if I could use this as a reverse proxy to allow a another container access to an OIDC protected cloud API.

Thanks!