<?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 Several SSO issues ( user issues &amp; logout page) in Security</title>
    <link>https://community.splunk.com/t5/Security/Several-SSO-issues-user-issues-logout-page/m-p/43879#M1458</link>
    <description>&lt;P&gt;I just set up our Splunk server to authenticate against our SSO infrastructure using the Apache proxy (on Linux).  I am also doing SSL encryption on the Apache web proxy as well using purchased SSL certs for the web server on the apache server. &lt;/P&gt;

&lt;P&gt;It seems to work (took a while to get the right settings), but I ran into a couple issues.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;If I try to log into Splunk with a user that doesn't exist, I get dropped to the Splunk login page. I would like to see if there is a way to get directed to a "user not found" page. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If I log in as one user (user1) and then don't log out of Splunk (just close the IE window) and then log in with SSO as user2, I will actually get user1's account in Splunk. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If I log out of Splunk, I really want it to log out of our SSO infrastructure as well going to a web site like " &lt;A href="https://ssologin.company.com/logoff/logoff.jsp?referrer=http://splunk.company.com" rel="nofollow"&gt;https://ssologin.company.com/logoff/logoff.jsp?referrer=http://splunk.company.com&lt;/A&gt;" Is there a way that the logout link can call this page as well. When you log out of Splunk, I would like it to just come up with a "Logged out" page, and not come back to the login page.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;BTW, the only way I got our SSO to work was to use 'remoteUser = SM-USER' , remoteUser = REMOTE_USER (or REMOTE-USER) did not seem to ever work. &lt;/P&gt;</description>
    <pubDate>Sat, 04 Sep 2010 03:49:03 GMT</pubDate>
    <dc:creator>tawollen</dc:creator>
    <dc:date>2010-09-04T03:49:03Z</dc:date>
    <item>
      <title>Several SSO issues ( user issues &amp; logout page)</title>
      <link>https://community.splunk.com/t5/Security/Several-SSO-issues-user-issues-logout-page/m-p/43879#M1458</link>
      <description>&lt;P&gt;I just set up our Splunk server to authenticate against our SSO infrastructure using the Apache proxy (on Linux).  I am also doing SSL encryption on the Apache web proxy as well using purchased SSL certs for the web server on the apache server. &lt;/P&gt;

&lt;P&gt;It seems to work (took a while to get the right settings), but I ran into a couple issues.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;If I try to log into Splunk with a user that doesn't exist, I get dropped to the Splunk login page. I would like to see if there is a way to get directed to a "user not found" page. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If I log in as one user (user1) and then don't log out of Splunk (just close the IE window) and then log in with SSO as user2, I will actually get user1's account in Splunk. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If I log out of Splunk, I really want it to log out of our SSO infrastructure as well going to a web site like " &lt;A href="https://ssologin.company.com/logoff/logoff.jsp?referrer=http://splunk.company.com" rel="nofollow"&gt;https://ssologin.company.com/logoff/logoff.jsp?referrer=http://splunk.company.com&lt;/A&gt;" Is there a way that the logout link can call this page as well. When you log out of Splunk, I would like it to just come up with a "Logged out" page, and not come back to the login page.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;BTW, the only way I got our SSO to work was to use 'remoteUser = SM-USER' , remoteUser = REMOTE_USER (or REMOTE-USER) did not seem to ever work. &lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2010 03:49:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Several-SSO-issues-user-issues-logout-page/m-p/43879#M1458</guid>
      <dc:creator>tawollen</dc:creator>
      <dc:date>2010-09-04T03:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Several SSO issues ( user issues &amp; logout page)</title>
      <link>https://community.splunk.com/t5/Security/Several-SSO-issues-user-issues-logout-page/m-p/43880#M1459</link>
      <description>&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;There is not. This is kind a failsafe in case SSO is not configured correctly. The right way to ensure this is to configure SiteMinder (I'm assuming from &lt;CODE&gt;SM-USER&lt;/CODE&gt;) to only allow the same set of users as you configure for Splunk to access the Splunk/Apache resource.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I don't know if SM has a way to force a session or browser cookies to be cleared when you auth with a new user. Perhaps it doesn't by default clear the CherryPy cookie, which is called &lt;CODE&gt;session_id_&amp;lt;port&amp;gt;&lt;/CODE&gt;, e.g. &lt;CODE&gt;session_id_8000&lt;/CODE&gt;. This is kind of a general problem with SSO and web applications, so I would expect it to be the case that the proxy would intercept and clear those when switching users.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;This is a good Enhancement Request for Splunk that you should file. In the meantime, you would have to edit $SPLUNK_HOME/share/splunk/search_mrsparkle/modules/nav/AccountBar.html. Unfortunately any change you make to this will probably be overwritten with every patch or upgrade of Splunk, but hopefully the change should be pretty minor.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The HTTP header name &lt;CODE&gt;REMOTE_USER&lt;/CODE&gt; should refer to the name of the header that contains the trusted/authenticated user ID. By default, SiteMinder puts this id into the header &lt;CODE&gt;SM-USER&lt;/CODE&gt;, but other SSO systems use a different header name.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2010 05:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Several-SSO-issues-user-issues-logout-page/m-p/43880#M1459</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-06T05:40:24Z</dc:date>
    </item>
  </channel>
</rss>

