We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4d206 commit 8352ecbCopy full SHA for 8352ecb
1 file changed
src/F1.Web/nginx.conf
@@ -21,6 +21,9 @@ server {
21
proxy_http_version 1.1;
22
proxy_set_header Host $host;
23
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
24
+ proxy_set_header Cf-Access-Jwt-Assertion $http_cf_access_jwt_assertion;
25
+ proxy_set_header Cf-Access-Authenticated-User-Email $http_cf_access_authenticated_user_email;
26
+ proxy_set_header Cf-Access-Authenticated-User-Id $http_cf_access_authenticated_user_id;
27
}
28
29
# Proxy Swagger UI requests
0 commit comments