<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to disable login page while using scripted authentication in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-disable-login-page-while-using-scripted-authentication/m-p/151409#M4611</link>
    <description>&lt;P&gt;Currently, our system make use of scripted authentication to access splunk content. However it will show the login page  if session is time out. The page will allow user to input splunk user and password. But we don't want to provide this login page for users. How to disable this page in latest splunk version(6.2.0+)?&lt;BR /&gt;
BTW, we just customized the login.html file in earlier splunk version.  It doesn't work anymore in splunk 6.2.0. &lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2014 06:37:56 GMT</pubDate>
    <dc:creator>hongchuang</dc:creator>
    <dc:date>2014-12-16T06:37:56Z</dc:date>
    <item>
      <title>How to disable login page while using scripted authentication</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-login-page-while-using-scripted-authentication/m-p/151409#M4611</link>
      <description>&lt;P&gt;Currently, our system make use of scripted authentication to access splunk content. However it will show the login page  if session is time out. The page will allow user to input splunk user and password. But we don't want to provide this login page for users. How to disable this page in latest splunk version(6.2.0+)?&lt;BR /&gt;
BTW, we just customized the login.html file in earlier splunk version.  It doesn't work anymore in splunk 6.2.0. &lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 06:37:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-login-page-while-using-scripted-authentication/m-p/151409#M4611</guid>
      <dc:creator>hongchuang</dc:creator>
      <dc:date>2014-12-16T06:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable login page while using scripted authentication</title>
      <link>https://community.splunk.com/t5/Security/How-to-disable-login-page-while-using-scripted-authentication/m-p/151410#M4612</link>
      <description>&lt;P&gt;I hacked Splunk SSO to always login a user (using the "splunk" username) when they go to :8989 using the following Apache config.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Listen 8989
&amp;lt;VirtualHost *:8989&amp;gt;
  &amp;lt;Proxy &lt;A href="http://127.0.0.1:8989/*&amp;gt;" target="test_blank"&gt;http://127.0.0.1:8989/*&amp;gt;&lt;/A&gt;;
      Allow from all
   &amp;lt;/Proxy&amp;gt;
   &amp;lt;LocationMatch "/"&amp;gt;
      ProxyPass &lt;A href="http://127.0.0.1:8000/" target="test_blank"&gt;http://127.0.0.1:8000/&lt;/A&gt;
      ProxyPassReverse &lt;A href="http://127.0.0.1:8000/" target="test_blank"&gt;http://127.0.0.1:8000/&lt;/A&gt;
      Header add REMOTE_USER "splunk"
      RequestHeader set REMOTE_USER "splunk"
   &amp;lt;/LocationMatch&amp;gt;
&amp;lt;/VirtualHost&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then in Settings &amp;gt; Server Settings &amp;gt; General Settings I set the "SSO Trusted IP" to 127.0.0.1&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 16:30:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-disable-login-page-while-using-scripted-authentication/m-p/151410#M4612</guid>
      <dc:creator>gregavan</dc:creator>
      <dc:date>2015-08-10T16:30:48Z</dc:date>
    </item>
  </channel>
</rss>

