From 0b2eb91fa43cc04a4ac324f9bd9b1eeb6f2c5d70 Mon Sep 17 00:00:00 2001 From: leyshon Date: Thu, 3 Oct 2019 11:46:04 +0100 Subject: [PATCH] Update docs/2_auth.md Co-Authored-By: Joel Speed --- docs/2_auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2_auth.md b/docs/2_auth.md index acef43b0..991bbae2 100644 --- a/docs/2_auth.md +++ b/docs/2_auth.md @@ -81,7 +81,7 @@ Note: The user is checked against the group members list on initial authenticati --client-secret= ``` -Note: When using the Azure Auth provider with nginx and the cookie session store you may find the cookie is too large and doesn't get passed through correctly. Increasing the proxy_buffer_size in nginx or implementing the redis session storage (see https://pusher.github.io/oauth2_proxy/configuration#redis-storage) should resolve this. +Note: When using the Azure Auth provider with nginx and the cookie session store you may find the cookie is too large and doesn't get passed through correctly. Increasing the proxy_buffer_size in nginx or implementing the [redis session storage](configuration#redis-storage) should resolve this. ### Facebook Auth Provider