Add the uwsgi_param 'HTTP_X_FORWARDED_PORT' to nginx configuration,
This prevents the python-saml "invalid_response" error
This commit is contained in:
Teodoro Cook
2020-09-24 00:08:27 -06:00
committed by GitHub
parent 0542243b65
commit 331be5f69a

View File

@@ -198,6 +198,7 @@ data:
include {{ extra_nginx_include }};
{%- endif %}
proxy_set_header X-Forwarded-Port 443;
uwsgi_param HTTP_X_FORWARDED_PORT 443;
}
}
}