From 4418f15efa2123d347f038a696d7cbdc416bb70a Mon Sep 17 00:00:00 2001 From: aeneasr Date: Fri, 7 Dec 2018 13:55:41 +0100 Subject: [PATCH] docs: Fix proxy help command description Signed-off-by: aeneasr --- cmd/serve_proxy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/serve_proxy.go b/cmd/serve_proxy.go index fee4b860c5..164421eefc 100644 --- a/cmd/serve_proxy.go +++ b/cmd/serve_proxy.go @@ -97,9 +97,9 @@ AUTHENTICATORS -------------------------------------------------------------- - OAuth 2.0 Token Introspection Authenticator: - - AUTHENTICATOR_OAUTH2_INTROSPECTION_INTROSPECT_URL: The OAuth 2.0 Token Introspection URL. + - AUTHENTICATOR_OAUTH2_INTROSPECTION_URL: The OAuth 2.0 Token Introspection URL. -------------------------------------------------------------- - Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_INTROSPECT_URL=http://my-oauth2-server/oauth2/introspect + Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_URL=http://my-oauth2-server/oauth2/introspect -------------------------------------------------------------- - AUTHENTICATOR_OAUTH2_INTROSPECTION_SCOPE_STRATEGY: The strategy to be used to validate the scope claim.