You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth is working, thank you for module. Why response return negotiate key in Www-Authenticate header? Nothing seriously in response to backend like #25.
Setting add_header or proxy_set_header isn't working any server's location.
Trace:
curl --negotiate http://app-rr-t.company.com:8080/api/ -v
* Host app-rr-t.company.com:8080 was resolved.
* IPv6: (none)
* IPv4: 10.111.24.219
* Trying 10.111.24.219:8080...
* Connected to app-rr-t.company.com (10.111.24.219) port 8080
* Server auth using Negotiate with user ''
> GET /api/ HTTP/1.1
> Host: app-rr-t.company.com:8080
> Authorization: Negotiate YIIJSQYGKwYBBQUCoIIJPTCCCTmgMDAuBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICHgYKKwYBBAGCNwICCqKCCQMEggj/...QW615ICh5Euq1pI6jlIjMuNjAg3/+DBAoROpcYJOcer2Q7apETEZ431J93IkIaXr1+xrRRPsNe1g=
> User-Agent: curl/8.7.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx/1.26.2
< Date: Thu, 03 Oct 2024 05:04:44 GMT
< Content-Type: application/json
< Content-Length: 63
< Connection: keep-alive
< WWW-Authenticate: Negotiate oYGgMIGdoAMKAQChCwYJKoZIgvcSAQICooGIBIGFYIGCBgkqhkiG9xIBAgICAG9zMHGgAwIBBaEDAgEPomUwY6ADAgEXolwEWrDvG/q9JQ==
<
"message": "Welcome to Proxy Backend!", "user": "company_user1"* Request completely sent off
* Connection #0 to host app-rr-t.company.com left intact
Auth is working, thank you for module. Why response return negotiate key in Www-Authenticate header? Nothing seriously in response to backend like #25.
Setting add_header or proxy_set_header isn't working any server's location.
Trace:
Config:
Log (seems good 401 -> 200):
Should I isolate auth_gss as a separate location? Maybe there is an alternative solution?
The text was updated successfully, but these errors were encountered: