From e247d7175c3cb2ffa7b812324930c31b87ca497b Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Mon, 16 Oct 2017 09:39:09 -0700 Subject: [PATCH] Fix code block rendering. (#5921) --- docs/admin/authentication.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index a53012efee..9411b24c03 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -507,6 +507,7 @@ It is designed for use in combination with an authenticating proxy, which sets t * `--requestheader-extra-headers-prefix` 1.6+. Optional, case-insensitive. "X-Remote-Extra-" is suggested. Header prefixes to look for to determine extra information about the user (typically used by the configured authorization plugin). Any headers beginning with any of the specified prefixes have the prefix removed, the remainder of the header name becomes the extra key, and the header value is the extra value. For example, with this configuration: + ``` --requestheader-username-headers=X-Remote-User --requestheader-group-headers=X-Remote-Group @@ -514,6 +515,7 @@ For example, with this configuration: ``` this request: + ``` GET / HTTP/1.1 X-Remote-User: fido @@ -524,6 +526,7 @@ X-Remote-Extra-Scopes: profile ``` would result in this user info: + ```yaml name: fido groups: