<?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: Splunk RSA Authentication in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36224#M1204</link>
    <description>&lt;P&gt;I'm no apache wizard, but in our example configurations for internal testing, we do things like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;RequestHeader set REMOTE_USER %{REMOTE_USER}s   
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think you're sending the user as "User" not as "REMOTE_USER".  You can do this, but you'd have to tell Splunk to expect this by setting the remoteUser setting in web.conf&lt;/P&gt;

&lt;P&gt;You can turn on splunkweb debugging if you like to try to see what's going on in more detail here &lt;A href="http://www.splunk.com/base/Documentation/latest/admin/ContactSupport#Debug_Splunk_Web" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/ContactSupport#Debug_Splunk_Web&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note that this may log all http headers to web_service.log, if you mind that sort of thing.  (Of course, you can always delete after).&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2011 08:05:01 GMT</pubDate>
    <dc:creator>jrodman</dc:creator>
    <dc:date>2011-02-01T08:05:01Z</dc:date>
    <item>
      <title>Splunk RSA Authentication</title>
      <link>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36223#M1203</link>
      <description>&lt;P&gt;We are trying to get 2 factor RSA Authentication working with Splunk 4.1.6.  We have tried Splunk SSO.  Our server is solaris 10.  We have compiled Apache version 2.0.59 (Recommended version for RSA agent) and we installed the RSA agent.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;web.conf
trustedIP = server ip

server.conf
[general]
serverName = server hostname
trustedIP = server ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It seems that everything is working but the remote user is not being passed.  The following is my apache config&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;VirtualHost my server ip:80&amp;gt;
    # Proxy Configurations
    &amp;lt;Proxy *&amp;gt;
        Order allow,deny
        Allow from all
    &amp;lt;/Proxy&amp;gt;
    ProxyPass / &lt;A href="http://mysplunksever:8000/" target="test_blank"&gt;http://mysplunksever:8000/&lt;/A&gt;
    ProxyPassReverse / &lt;A href="http://mysplunkserver:8000/" target="test_blank"&gt;http://mysplunkserver:8000/&lt;/A&gt;
    #SSLProxyEngine On
    RequestHeader set User %{REMOTE_USER}e
    AllowCONNECT 8000
&amp;lt;/VirtualHost&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Has anybody gotten RSA authentication factor working with splunk? &lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2011 03:18:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36223#M1203</guid>
      <dc:creator>bsteelz93</dc:creator>
      <dc:date>2011-02-01T03:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk RSA Authentication</title>
      <link>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36224#M1204</link>
      <description>&lt;P&gt;I'm no apache wizard, but in our example configurations for internal testing, we do things like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;RequestHeader set REMOTE_USER %{REMOTE_USER}s   
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think you're sending the user as "User" not as "REMOTE_USER".  You can do this, but you'd have to tell Splunk to expect this by setting the remoteUser setting in web.conf&lt;/P&gt;

&lt;P&gt;You can turn on splunkweb debugging if you like to try to see what's going on in more detail here &lt;A href="http://www.splunk.com/base/Documentation/latest/admin/ContactSupport#Debug_Splunk_Web" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/ContactSupport#Debug_Splunk_Web&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note that this may log all http headers to web_service.log, if you mind that sort of thing.  (Of course, you can always delete after).&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2011 08:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36224#M1204</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2011-02-01T08:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk RSA Authentication</title>
      <link>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36225#M1205</link>
      <description>&lt;P&gt;You can also use the &lt;A href="http://splunkserver:8000/debug/sso"&gt;http://splunkserver:8000/debug/sso&lt;/A&gt; URL to see the headers that are being seen by the Splunk server.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2011 14:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36225#M1205</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-01T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk RSA Authentication</title>
      <link>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36226#M1206</link>
      <description>&lt;P&gt;jrodman.  Thanks for the reply.  Sorry having User in there was me just trying multiple things.  I have used:&lt;BR /&gt;
RequestHeader set REMOTE_USER %{REMOTE_USER}s   &lt;/P&gt;

&lt;P&gt;Also the s at the end is if you are using ssl.  I have shut off ssl thinking maybe that was complicating the problem.  e is for non ssl from my understanding in the apache docs.  Of course I am not an apache expert either.  I am wondering if the RSA agent is not sending the remote user.  I tried harding coding a user in there as well:&lt;/P&gt;

&lt;P&gt;RequestHeader set REMOTE_USER userid&lt;/P&gt;

&lt;P&gt;That failed as well.  &lt;/P&gt;

&lt;P&gt;Any Thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36226#M1206</guid>
      <dc:creator>bsteelz93</dc:creator>
      <dc:date>2020-09-28T09:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk RSA Authentication</title>
      <link>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36227#M1207</link>
      <description>&lt;P&gt;When I'm unsure about this many components I look for verifiable quantities.  The debug endpoint is useful.  If we distrust that, a sniffer is useful.  To that end, I suggested to hexx to possibly try ruling out variables by axing the trusted IP and other settings for now and seeing if user login can be gotten working at all.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 07:00:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36227#M1207</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2011-02-04T07:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk RSA Authentication</title>
      <link>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36228#M1208</link>
      <description>&lt;P&gt;Currently our believe is that RSA is not passing the remote_user variable.  If we hardcode a user in the apache config then we are able to successfully log into to splunk.  Right now we are trying to see how we could pass the remote_user variable ...possibly though RSAs api.  Any thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-RSA-Authentication/m-p/36228#M1208</guid>
      <dc:creator>bsteelz93</dc:creator>
      <dc:date>2020-09-28T09:24:28Z</dc:date>
    </item>
  </channel>
</rss>

