Reverse proxy for authenticating users via OAuth 2 providers
Reverse proxy for authenticating users via OAuth 2 providers
oauth2-proxy$ oauth2-proxy --provider=google --client-id=YOUR_CLIENT_ID --client-secret=YOUR_SECRET --cookie-secret=YOUR_COOKIE_SECRET --upstream=http://localhost:8080$ oauth2-proxy --config=/etc/oauth2-proxy/config.cfg$ oauth2-proxy --provider=google --upstream=http://localhost:3000 --http-address=0.0.0.0:4180 --email-domain=example.com