saml-auth-proxy
saml-auth-proxy copied to clipboard
Provides a SAML SP authentication proxy for backend web services
Hi! I'm the guy from this issue: https://github.com/itzg/go-flagsfiller/issues/31 If I had had noticed initially that you were the owner of *both* repos, I might have started here first. 🙂 `saml-auth-proxy`...
Bear with me for another "Trying it out" question: After entering user and password in the SAMLTest's login page (user rick), it redirects to Grafana login page and stops there...
It seems that `SAML_PROXY_NAME_ID_MAPPING` only works when using saml-auth-proxy as a proxy but not when using it in forward auth mode.
Getting the following error when the backend uses websockets. "ERR failed to transfer backend response body: http: request method or response status code does not allow body" Dev console shows...
what env value is for below Login URL: https://login.microsoftonline.com/xyz/saml2 Azure AD Identifier: https://sts.windows.net/xyz my env file is below - name: SAML_PROXY_BASE_URL value: https://{{ .Values.drop.url }}/ - name: SAML_PROXY_BACKEND_URL value: http://localhost:9000...
When using the auth proxy with Kibana it doesn't seem to restore the original URL (such as a specific dashboard or search view) that was attempted with an expired session.
Go provides a standard solution for reverse proxies, which could be used in place of the current backend request proxy code: https://golang.org/pkg/net/http/httputil/#ReverseProxy
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.11.0 to 0.14.0. Commits 506c70f errgroup: propagate panic and Goexit through Wait 396f3a0 errgroup: document calling Go before Wait b637f27 errgroup: drop support for Go versions before...