| services.oauth2-proxy.setXauthrequest | Set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode)
|
| services.oauth2-proxy.passBasicAuth | Pass HTTP Basic Auth, X-Forwarded-User and X-Forwarded-Email information to upstream.
|
| services.oauth2-proxy.basicAuthPassword | The password to set when passing the HTTP Basic Auth header.
|
| services.oauth2-proxy.scope | OAuth scope specification.
|
| services.oauth2-proxy.enable | Whether to enable oauth2-proxy.
|
| services.oauth2-proxy.clientID | The OAuth Client ID.
|
| services.oauth2-proxy.keyFile | oauth2-proxy allows passing sensitive configuration via environment variables
|
| services.oauth2-proxy.package | The oauth2-proxy package to use.
|
| services.oauth2-proxy.oidcIssuerUrl | The OAuth issuer URL.
|
| services.oauth2-proxy.profileURL | Profile access endpoint.
|
| services.oauth2-proxy.loginURL | Authentication endpoint
|
| services.oauth2-proxy.proxyPrefix | The url root path that this proxy should be nested under.
|
| services.oauth2-proxy.extraConfig | Extra config to pass to oauth2-proxy.
|
| services.oauth2-proxy.passHostHeader | Pass the request Host Header to upstream.
|
| services.oauth2-proxy.provider | OAuth provider.
|
| services.oauth2-proxy.clientSecret | The OAuth Client Secret.
|
| services.oauth2-proxy.redirectURL | The OAuth2 redirect URL.
|
| services.oauth2-proxy.redeemURL | Token redemption endpoint
|
| services.oauth2-proxy.skipAuthRegexes | Skip authentication for requests matching any of these regular
expressions.
|
| services.oauth2-proxy.passAccessToken | Pass OAuth access_token to upstream via X-Forwarded-Access-Token header.
|
| services.oauth2-proxy.clientSecretFile | The path to a file containing the OAuth Client Secret.
|
| services.oauth2-proxy.httpAddress | HTTPS listening address
|
| services.oauth2-proxy.upstream | The http url(s) of the upstream endpoint or file://
paths for static files
|
| services.oauth2-proxy.requestLogging | Log requests to stdout.
|
| services.oauth2-proxy.approvalPrompt | OAuth approval_prompt.
|
| services.oauth2-proxy.signatureKey | GAP-Signature request signature key.
|
| services.oauth2-proxy.validateURL | Access token validation endpoint
|
| services.oauth2-proxy.reverseProxy | In case when running behind a reverse proxy, controls whether headers
like X-Real-Ip are accepted
|
| services.oauth2-proxy.customTemplatesDir | Path to custom HTML templates.
|