golang-oidc-proxy Reverse proxy type of oidc authentication in Golang How to use Please set the various information of the external provider as environment variables. export ISSUER= export CLIENT_ID= export CLIENT_SECRET= export REDIRECT_URL= start the server. go run main.go