LoadModule auth_mellon_module /usr/lib64/httpd/modules/mod_auth_mellon.so MellonCacheSize 100 MellonLockFile "/var/lock/mod_auth_mellon/lock" ProxyRequests Off ProxyPass /secret/ ! ProxyPassInterpolateEnv On MellonEnable "auth" Require valid-user AuthType "Mellon" MellonVariable "cookie" MellonSamlResponseDump On MellonSPPrivateKeyFile /etc/httpd/mellon/urn_splunkweb_x.splunk.com.key MellonSPCertFile /etc/httpd/mellon/urn_splunkweb_x.splunk.com.cert MellonSPMetadataFile /etc/httpd/mellon/urn_splunkweb_x.splunk.com.xml MellonIdpMetadataFile /etc/httpd/mellon/okta.xml MellonEndpointPath /secret/endpoint MellonUser "NAME_ID" MellonDefaultLoginPath /en-US/ RequestHeader set SplunkWebUser %{MELLON_NAME_ID}e MellonSamlResponseDump On ProxyPass http://splunkweb.splunk.com:8000/ ProxyPassReverse http://splunkweb.splunk.com:8000/ ProxyPassInterpolateEnv On