<?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 ProxySSO – Logout or session time-out redirection not working as expected in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-ProxySSO-Logout-or-session-time-out-redirection-not/m-p/495663#M11323</link>
    <description>&lt;P&gt;Here are the configurations I am using:&lt;BR /&gt;
&lt;STRONG&gt;web.conf&lt;/STRONG&gt;&lt;BR /&gt;
[root@searchead01 local]# cat web.conf&lt;BR /&gt;
[settings]&lt;BR /&gt;
updateCheckerBaseURL = 0&lt;BR /&gt;
enableSplunkWebSSL = true&lt;BR /&gt;
splunkdConnectionTimeout = 10800&lt;BR /&gt;
sslVersions = *,-ssl2,-ssl3,-tls1.0,-tls1.1&lt;BR /&gt;
cipherSuite = TLSv1.2:!eNULL:!aNULL&lt;BR /&gt;
ecdhCurves = prime256v1,secp384r1,secp521r1&lt;BR /&gt;
dhFile = /opt/splunk/etc/auth/splunkweb/dh2048.pem&lt;BR /&gt;
allowSslCompression = false&lt;BR /&gt;
enableWebDebug = true&lt;BR /&gt;
x_frame_options_sameorigin = False&lt;BR /&gt;
remoteUser = REMOTE_USER&lt;BR /&gt;
remoteGroups = REMOTE_GROUPS&lt;BR /&gt;
remoteUserMatchExact = 0&lt;BR /&gt;
remoteGroupsMatchExact = 0&lt;BR /&gt;
SSOMode = strict&lt;BR /&gt;
trustedIP = 127.0.0.1,10.20.30.40&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;authentication.conf&lt;/STRONG&gt;&lt;BR /&gt;
[root@searchhead01 local]# cat authentication.conf&lt;BR /&gt;
[authentication]&lt;BR /&gt;
authType = ProxySSO&lt;BR /&gt;
authSettings = ssosettings&lt;/P&gt;

&lt;P&gt;[ssosettings]&lt;/P&gt;

&lt;H1&gt;idpSLOUrl = &lt;A href="https://Path/To/Custom/logout.html" target="_blank"&gt;https://Path/To/Custom/logout.html&lt;/A&gt;&lt;/H1&gt;

&lt;P&gt;redirectAfterLogoutToUrl = &lt;A href="https://Path/To/Custom/logout.html" target="_blank"&gt;https://Path/To/Custom/logout.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[roleMap_proxySSO]&lt;BR /&gt;
splunkrole1 = cn=activedirectorygroup1&lt;BR /&gt;
splunkrole2 = cn=activedirectorygroup2&lt;BR /&gt;
splunkrole3 = cn=activedirectorygroup3&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:10:43 GMT</pubDate>
    <dc:creator>pbadhe_2</dc:creator>
    <dc:date>2020-09-30T03:10:43Z</dc:date>
    <item>
      <title>Splunk ProxySSO – Logout or session time-out redirection not working as expected</title>
      <link>https://community.splunk.com/t5/Security/Splunk-ProxySSO-Logout-or-session-time-out-redirection-not/m-p/495662#M11322</link>
      <description>&lt;P&gt;We have a Splunk cluster setup configured to use ProxySSO. Our LB is playing role of Proxy server and it passes all the required credentials, group Info, user identity etc. to the Splunk Web through HTTP headers. After getting this information Splunk properly authenticates and displays expected dashboards using appropriate authorization. &lt;/P&gt;

&lt;P&gt;The issue comes when user either clicks the Logout option of Splunk OR session timeout happen due to in-activity. The expectation is - Splunk should redirect to the URL as configured in Proxy server but actually the redirection doesn’t work and after logging out the Splunk Login page is displayed. Proxy server URL is configured to property redirectAfterLogoutToUrl under [ssosettings] stanza. But its not working. We want to redirect the user to a separate page but ends up in displaying Splunk Login page. &lt;/P&gt;

&lt;P&gt;How to configure this with ProxySSO authentication method?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 12:17:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-ProxySSO-Logout-or-session-time-out-redirection-not/m-p/495662#M11322</guid>
      <dc:creator>pbadhe_2</dc:creator>
      <dc:date>2019-12-02T12:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk ProxySSO – Logout or session time-out redirection not working as expected</title>
      <link>https://community.splunk.com/t5/Security/Splunk-ProxySSO-Logout-or-session-time-out-redirection-not/m-p/495663#M11323</link>
      <description>&lt;P&gt;Here are the configurations I am using:&lt;BR /&gt;
&lt;STRONG&gt;web.conf&lt;/STRONG&gt;&lt;BR /&gt;
[root@searchead01 local]# cat web.conf&lt;BR /&gt;
[settings]&lt;BR /&gt;
updateCheckerBaseURL = 0&lt;BR /&gt;
enableSplunkWebSSL = true&lt;BR /&gt;
splunkdConnectionTimeout = 10800&lt;BR /&gt;
sslVersions = *,-ssl2,-ssl3,-tls1.0,-tls1.1&lt;BR /&gt;
cipherSuite = TLSv1.2:!eNULL:!aNULL&lt;BR /&gt;
ecdhCurves = prime256v1,secp384r1,secp521r1&lt;BR /&gt;
dhFile = /opt/splunk/etc/auth/splunkweb/dh2048.pem&lt;BR /&gt;
allowSslCompression = false&lt;BR /&gt;
enableWebDebug = true&lt;BR /&gt;
x_frame_options_sameorigin = False&lt;BR /&gt;
remoteUser = REMOTE_USER&lt;BR /&gt;
remoteGroups = REMOTE_GROUPS&lt;BR /&gt;
remoteUserMatchExact = 0&lt;BR /&gt;
remoteGroupsMatchExact = 0&lt;BR /&gt;
SSOMode = strict&lt;BR /&gt;
trustedIP = 127.0.0.1,10.20.30.40&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;authentication.conf&lt;/STRONG&gt;&lt;BR /&gt;
[root@searchhead01 local]# cat authentication.conf&lt;BR /&gt;
[authentication]&lt;BR /&gt;
authType = ProxySSO&lt;BR /&gt;
authSettings = ssosettings&lt;/P&gt;

&lt;P&gt;[ssosettings]&lt;/P&gt;

&lt;H1&gt;idpSLOUrl = &lt;A href="https://Path/To/Custom/logout.html" target="_blank"&gt;https://Path/To/Custom/logout.html&lt;/A&gt;&lt;/H1&gt;

&lt;P&gt;redirectAfterLogoutToUrl = &lt;A href="https://Path/To/Custom/logout.html" target="_blank"&gt;https://Path/To/Custom/logout.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[roleMap_proxySSO]&lt;BR /&gt;
splunkrole1 = cn=activedirectorygroup1&lt;BR /&gt;
splunkrole2 = cn=activedirectorygroup2&lt;BR /&gt;
splunkrole3 = cn=activedirectorygroup3&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:10:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-ProxySSO-Logout-or-session-time-out-redirection-not/m-p/495663#M11323</guid>
      <dc:creator>pbadhe_2</dc:creator>
      <dc:date>2020-09-30T03:10:43Z</dc:date>
    </item>
  </channel>
</rss>

