Add a configuration hint for OAuth2 handler + nginx (#2167)

This commit is contained in:
Maxime Besson 2020-04-22 17:52:10 +02:00
parent 250761f115
commit 2049a0667a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ server {
# If CDA is used, uncomment this
#auth_request_set $cookie_value $upstream_http_set_cookie;
#add_header Set-Cookie $cookie_value;
# Remove this for AuthBasic handler
# Remove this for AuthBasic and OAuth2 handlers
error_page 401 $lmlocation;
##################################