File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ Flags:
2929The snake-case values, such as ` SAML_PROXY_BACKEND_URL ` , are the equivalent environment variables
3030that can be set instead of passing configuration via the command-line.
3131
32+ ## Note for AJAX/Fetch Operations
33+
34+ If the web application being protected behind this proxy makes AJAX/Fetch calls, then be sure
35+ to enable "same-origin" access for the credentials of those calls,
36+ as described [ here] ( https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials ) .
37+
38+ With that configuration in place, the AJAX/Fetch calls will leverage the same ` token ` cookie
39+ provided in response to the first authenticated page retrieval via the proxy.
40+
3241## Building
3342
3443With Go 1.11 or newer:
You can’t perform that action at this time.
0 commit comments