kibana-own-home
kibana-own-home copied to clipboard
SAML support
Hi, does this plugin support SAML authenticated nginx/httpd?
I'm not familiar with SAML. If your httpd/nginx server can get authenticated username from environment variable such as REMOTE_USER
, your httpd, for example, can pass the username to the plugin by using RequestHeader set X-Proxy-User %{REMOTE_USER}s
, and then the plugin may work well.
Thanks for the quick response.