<?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 Re: Using RSA Authentication to Login to Splunk in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38791#M1817</link>
    <description>&lt;P&gt;Thank you very much!  &lt;/P&gt;

&lt;P&gt;Do you know offhand if there is an RSA WebAgent for Ubuntu?  I can't seem to find one.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2011 18:14:41 GMT</pubDate>
    <dc:creator>aferone</dc:creator>
    <dc:date>2011-07-07T18:14:41Z</dc:date>
    <item>
      <title>Using RSA Authentication to Login to Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38786#M1812</link>
      <description>&lt;P&gt;Hello all, &lt;/P&gt;

&lt;P&gt;I have been tasked with using RSA tokens to login to our Splunk environment.  I have been asking around, including the vendor, and still don't have good documentation on how to set this up.  We have Splunk installed on Ubuntu.  I am told it does work, but I have yet to get my hands on any documentation.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 19:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38786#M1812</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2011-07-06T19:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSA Authentication to Login to Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38787#M1813</link>
      <description>&lt;P&gt;The general approach is to configure the RSA authentication agent on Apache, configure Splunk to use the same user directory, proxy Splunk behind the Apache server, configure the RSA agent login page to set a cookie containing the user name, and configure Apache to copy the cookie value to an HTTP header that Splunk is configured to read the username from. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 03:56:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38787#M1813</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-07-07T03:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSA Authentication to Login to Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38788#M1814</link>
      <description>&lt;P&gt;Another approach (though a little more fiddly) is to configure scripted authentication, with the script calling RADIUS.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 07:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38788#M1814</guid>
      <dc:creator>bnolen</dc:creator>
      <dc:date>2011-07-07T07:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSA Authentication to Login to Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38789#M1815</link>
      <description>&lt;P&gt;Thanks for the answer.  Did it take a long time for you to implement?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 15:39:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38789#M1815</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2011-07-07T15:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSA Authentication to Login to Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38790#M1816</link>
      <description>&lt;P&gt;&lt;STRONG&gt;RSA SecurID and Splunk SSO Integration&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; RSA SecurID passes the username to Apache with a unique session id attached to the username.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Simple Solution:&lt;/STRONG&gt; Pass Apache the username as input by the user in the RSA SecurID login page.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;First read &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Usesinglesign-onwithSplunk1.2.4.5.6.7.8.3."&gt;Use single sign-on (SSO) with Splunk&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Configure Apache as Proxy Server&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Add RSA Webagent to Apache httpd.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; include /opt/apache/rsawebagent/rsawebagent.conf
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Go to the The RSA Authentication Agent and configure the Web Agent to use the same login screen for username and passcode.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Modify the RSA Webagent useridandpasscode.htm&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Add JavaScript to the Page&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;function SetCookie(cookieName,cookieValue)&lt;BR /&gt;
{&lt;BR /&gt;
    var today = new Date();&lt;BR /&gt;
    var expire = new Date();&lt;BR /&gt;
    expire.setTime(today.getTime() + 3600000*24);&lt;BR /&gt;
    document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString();&lt;BR /&gt;
}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Edit Form Submission&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;//myForm.userid.value = myForm2.userid.value; &lt;BR /&gt;
SetCookie("SPLUNKUSER",myForm.username.value);&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Modify Apache httpd.conf to Capture the Cookie&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;virtualHost …..&amp;gt;
 SetEnvIf Cookie "SPLUNKUSER=([^;]\w+)" rsauser=$1 
 RequestHeader set USERNAMEHEADER %{rsauser}e 
&amp;lt;/VirtualHost&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Modify Splunk web.conf in the local directory to accept the new Apache header username&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; remoteUser = USERNAMEHEADER
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Check the debug page to ensure SPLUNKUSER is being passed to Splunk&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &lt;A href="http://YourSplunkServer:8000/debug/sso" target="test_blank"&gt;http://YourSplunkServer:8000/debug/sso&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 07 Jul 2011 17:40:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38790#M1816</guid>
      <dc:creator>msettipane</dc:creator>
      <dc:date>2011-07-07T17:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSA Authentication to Login to Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38791#M1817</link>
      <description>&lt;P&gt;Thank you very much!  &lt;/P&gt;

&lt;P&gt;Do you know offhand if there is an RSA WebAgent for Ubuntu?  I can't seem to find one.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 18:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-RSA-Authentication-to-Login-to-Splunk/m-p/38791#M1817</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2011-07-07T18:14:41Z</dc:date>
    </item>
  </channel>
</rss>

