<?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: How to enable SSO? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134232#M4107</link>
    <description>&lt;P&gt;See my updated question. None of these have worked, and I'm still seeing SSO Enabled: No.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2015 18:14:59 GMT</pubDate>
    <dc:creator>JoshWhaley</dc:creator>
    <dc:date>2015-07-21T18:14:59Z</dc:date>
    <item>
      <title>How to enable SSO?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134230#M4105</link>
      <description>&lt;P&gt;I am working on enabling SSO with a Splunk Enterprise instance, and have set up the reverse proxy on our Windows server. When viewing the &lt;CODE&gt;/debug/sso&lt;/CODE&gt; page, I am correctly receiving the &lt;CODE&gt;Remote-User&lt;/CODE&gt; parameter, but it is showing that SSO is not enabled ( &lt;CODE&gt;SSO Enabled: No&lt;/CODE&gt; ). I have the following in &lt;CODE&gt;system/local/web.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SSOMode = permissive # I've tried strict as well, which doesn't seem to be affecting anything (even after a restart). I'm still taken to a login page, which shouldn't happen.
remoteUser = Remote-User
trustedIP = &amp;lt;ip of my reverse proxy&amp;gt;,127.0.0.1
tools.proxy.on = false # true takes me to a page saying "Forbidden: Strict SSO" when trying to view anything other than debug pages
                       # I get this same error even if SSOMode is set to permissive
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;system/local/server.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;trustedIP = 127.0.0.1,&amp;lt;ip of reverse proxy&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What else needs to be changed in order to enable SSO on my Splunk instance? To me, it seems like my SSOMode option is being totally ignored by Splunk.&lt;/P&gt;

&lt;P&gt;Here's a screenshot of what &lt;CODE&gt;/debug/sso&lt;/CODE&gt; looks like:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="debug/sso"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/484iA09D446CE95A97B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="debug/sso" alt="debug/sso" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; For clarification, I added more info from my web.conf, and from server.conf as well.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 17:22:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134230#M4105</guid>
      <dc:creator>JoshWhaley</dc:creator>
      <dc:date>2015-07-21T17:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSO?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134231#M4106</link>
      <description>&lt;P&gt;You might be missing an attribute. And if that doesn't work, you might try setting SSOMode=strict. Also make sure you have the trusted IP listed in server.conf. &lt;/P&gt;

&lt;P&gt;Here's a code sample for web.conf from the Security Manual:&lt;/P&gt;

&lt;P&gt;SSOMode = strict&lt;BR /&gt;
trustedIP = 127.0.0.1,10.3.1.61,10.1.8.81&lt;BR /&gt;
remoteUser = X-Remote-User&lt;BR /&gt;
tools.proxy.on = True&lt;/P&gt;

&lt;P&gt;The following topic in the Securing Splunk manual might be helpful: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Security/ConfigureSplunkSSO"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Security/ConfigureSplunkSSO&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 17:33:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134231#M4106</guid>
      <dc:creator>jworthington_sp</dc:creator>
      <dc:date>2015-07-21T17:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSO?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134232#M4107</link>
      <description>&lt;P&gt;See my updated question. None of these have worked, and I'm still seeing SSO Enabled: No.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 18:14:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134232#M4107</guid>
      <dc:creator>JoshWhaley</dc:creator>
      <dc:date>2015-07-21T18:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSO?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134233#M4108</link>
      <description>&lt;P&gt;I was having the same problem. I ended up fixing it by adding the following lines to web.conf. I did not add any trustedIP to server.conf because I could not determine what section it should fall in.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  # If set to 1, and if appServerPorts is set to a non-zero value, this
  # will allow SSO to work even if server.conf doesn't have a trustedIP
  # set (it still needs to be set in web.conf)
  allowSsoWithoutChangingServerConf = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;,I had the same problem. I added the following lines to my web.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# If set to 1, and if appServerPorts is set to a non-zero value, this
# will allow SSO to work even if server.conf doesn't have a trustedIP
# set (it still needs to be set in web.conf)
allowSsoWithoutChangingServerConf = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I did not set anything in server.conf&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2015 12:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134233#M4108</guid>
      <dc:creator>jokajak</dc:creator>
      <dc:date>2015-09-17T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSO?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134234#M4109</link>
      <description>&lt;P&gt;Maybe the fact that you didn't add anything to the &lt;CODE&gt;trustedIP&lt;/CODE&gt; in server.conf is what fixed it for you, believe it or not. I ended up resolving the issue when I realize that, unlike web.conf, server.conf's &lt;CODE&gt;trustedIP&lt;/CODE&gt; only allows a single IP address. Removing the second IP address (leaving only localhost) from server.conf's &lt;CODE&gt;trustedIP&lt;/CODE&gt; field resolved the issue for us.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2015 14:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134234#M4109</guid>
      <dc:creator>JoshWhaley</dc:creator>
      <dc:date>2015-09-17T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSO?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134235#M4110</link>
      <description>&lt;P&gt;I was finally able to resolve this issue once I realized that, unlike web.conf, server.conf's &lt;CODE&gt;trustedIP&lt;/CODE&gt; only allows for a single IP address. Removing the second IP address, leaving only localhost (127.0.0.1), fixed the problem, and SSO began to work as expected.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2015 14:28:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134235#M4110</guid>
      <dc:creator>JoshWhaley</dc:creator>
      <dc:date>2015-09-17T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSO?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134236#M4111</link>
      <description>&lt;P&gt;Can you please share the steps to Edit the properties on your proxy server to authenticate against your external authentication system? We are using IIS 8.5 as Reverse Proxy....But only redirection happens but SSO didn't work. We got see only Splunk login page. No value for X-Remote-User variable when checked in Splunk SSO debug page.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 14:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSO/m-p/134236#M4111</guid>
      <dc:creator>vidyadharms</dc:creator>
      <dc:date>2016-09-26T14:02:06Z</dc:date>
    </item>
  </channel>
</rss>

