From e27f7e0bcb859ba3f96c41c3a95b270e3f6a6893 Mon Sep 17 00:00:00 2001 From: Christian Schyma <1670201+cschyma@users.noreply.github.com> Date: Tue, 28 Apr 2020 15:35:42 +0200 Subject: [PATCH] typo fixed (#505) --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 6c6d10d..aaa1e8f 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -27,7 +27,7 @@ An example [oauth2-proxy.cfg]({{ site.gitweb }}/contrib/oauth2-proxy.cfg.example | `-auth-logging` | bool | Log authentication attempts | true | | `-auth-logging-format` | string | Template for authentication log lines | see [Logging Configuration](#logging-configuration) | | `-authenticated-emails-file` | string | authenticate against emails via file (one per line) | | -| `-azure-tenant string` | string | go to a tenant-specific or common (tenant-independent) endpoint. | `"common"` | +| `-azure-tenant` | string | go to a tenant-specific or common (tenant-independent) endpoint. | `"common"` | | `-basic-auth-password` | string | the password to set when passing the HTTP Basic Auth header | | | `-client-id` | string | the OAuth Client ID: ie: `"123456.apps.googleusercontent.com"` | | | `-client-secret` | string | the OAuth Client Secret | | -- GitLab