From 7404195c6ec4944a0c3e714af891c264d0bed92e Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Wed, 13 Feb 2019 16:34:46 +0100 Subject: [PATCH 1/2] Add oidc-issuer-url arg to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index deaa039..6432f5e 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Usage of oauth2_proxy: -proxy-prefix string: the url root path that this proxy should be nested under (e.g. //sign_in) (default "/oauth2") -redeem-url string: Token redemption endpoint -redirect-url string: the OAuth Redirect URL. ie: "https://internalapp.yourcompany.com/oauth2/callback" + -oidc-issuer-url: the OpenID Connect issuer URL. ie: "https://accounts.google.com" -request-logging: Log requests to stdout (default true) -request-logging-format: Template for request log lines (see "Logging Format" paragraph below) -resource string: The resource that is protected (Azure AD only) From da7d34051929347e106d74700445eda5abdd8575 Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Wed, 13 Feb 2019 16:36:45 +0100 Subject: [PATCH 2/2] Reorder arg line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6432f5e..522b766 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Usage of oauth2_proxy: -http-address string: [http://]: or unix:// to listen on for HTTP clients (default "127.0.0.1:4180") -https-address string: : to listen on for HTTPS clients (default ":443") -login-url string: Authentication endpoint + -oidc-issuer-url: the OpenID Connect issuer URL. ie: "https://accounts.google.com" -pass-access-token: pass OAuth access_token to upstream via X-Forwarded-Access-Token header -pass-authorization-header: pass OIDC IDToken to upstream via Authorization Bearer header -pass-basic-auth: pass HTTP Basic Auth, X-Forwarded-User and X-Forwarded-Email information to upstream (default true) @@ -222,7 +223,6 @@ Usage of oauth2_proxy: -proxy-prefix string: the url root path that this proxy should be nested under (e.g. //sign_in) (default "/oauth2") -redeem-url string: Token redemption endpoint -redirect-url string: the OAuth Redirect URL. ie: "https://internalapp.yourcompany.com/oauth2/callback" - -oidc-issuer-url: the OpenID Connect issuer URL. ie: "https://accounts.google.com" -request-logging: Log requests to stdout (default true) -request-logging-format: Template for request log lines (see "Logging Format" paragraph below) -resource string: The resource that is protected (Azure AD only)