<?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 assertionconsumerservice URL is missing from samlrequest in SP-initiated SSO flow. in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388090#M6658</link>
    <description>&lt;P&gt;I am currently working with our Okta team to get SSO working with Splunk. However, we cannot get the assertionconsumerservice URL to send. We've tried adding the field manually in authentications.conf and the field still doesn't send. &lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 14:34:38 GMT</pubDate>
    <dc:creator>scassesse</dc:creator>
    <dc:date>2018-11-19T14:34:38Z</dc:date>
    <item>
      <title>assertionconsumerservice URL is missing from samlrequest in SP-initiated SSO flow.</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388090#M6658</link>
      <description>&lt;P&gt;I am currently working with our Okta team to get SSO working with Splunk. However, we cannot get the assertionconsumerservice URL to send. We've tried adding the field manually in authentications.conf and the field still doesn't send. &lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 14:34:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388090#M6658</guid>
      <dc:creator>scassesse</dc:creator>
      <dc:date>2018-11-19T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: assertionconsumerservice URL is missing from samlrequest in SP-initiated SSO flow.</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388091#M6659</link>
      <description>&lt;P&gt;post your authentication.conf on the search head &lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 01:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388091#M6659</guid>
      <dc:creator>chrisprangnell</dc:creator>
      <dc:date>2018-11-20T01:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: assertionconsumerservice URL is missing from samlrequest in SP-initiated SSO flow.</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388092#M6660</link>
      <description>&lt;P&gt;Here's the authentication.conf with some things removed. &lt;/P&gt;

&lt;P&gt;[authentication]&lt;BR /&gt;
authSettings = saml&lt;BR /&gt;
authType = SAML&lt;/P&gt;

&lt;P&gt;[roleMap_SAML]&lt;BR /&gt;
admin = &lt;/P&gt;

&lt;P&gt;[userToRoleMap_SAML]&lt;/P&gt;

&lt;P&gt;[saml]&lt;BR /&gt;
entityId = splunk-&lt;BR /&gt;
fqdn = &lt;A href="https://10.97.193.128:8000" target="_blank"&gt;https://10.97.193.128:8000&lt;/A&gt;&lt;BR /&gt;
idpCertPath = idpCert.pem&lt;BR /&gt;
idpSSOUrl = https://(removed).okta.com/appgroup_splunkawsdev_1/exkl1nyhftY6VWwy40x7/sso/saml&lt;BR /&gt;
issuerId = &lt;A href="http://www.okta.com/exkl1nyhftY6VWwy40x7" target="_blank"&gt;http://www.okta.com/exkl1nyhftY6VWwy40x7&lt;/A&gt;&lt;BR /&gt;
redirectAfterLogoutToUrl = &lt;A href="http://www.splunk.com" target="_blank"&gt;http://www.splunk.com&lt;/A&gt;&lt;BR /&gt;
redirectPort = 0&lt;BR /&gt;
AssertionConsumerServiceURL = &lt;A href="https://10.97.193.128:8000/saml/acs" target="_blank"&gt;https://10.97.193.128:8000/saml/acs&lt;/A&gt;&lt;BR /&gt;
replicateCertificates = true&lt;BR /&gt;
signAuthnRequest = false&lt;BR /&gt;
signatureAlgorithm = RSA-SHA1&lt;BR /&gt;
signedAssertion = true&lt;BR /&gt;
sloBinding = HTTPPost&lt;BR /&gt;
sslKeysfile = /opt/splunk/etc/auth/server.pem&lt;BR /&gt;
sslKeysfilePassword = &lt;BR /&gt;
ssoBinding = HTTPPost&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388092#M6660</guid>
      <dc:creator>scassesse</dc:creator>
      <dc:date>2020-09-29T22:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: assertionconsumerservice URL is missing from samlrequest in SP-initiated SSO flow.</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388093#M6661</link>
      <description>&lt;P&gt;remove that AssertionConsumeServerURL&lt;/P&gt;

&lt;P&gt;create an okta local group on okta and map it to your admin user, and put it on the config there&lt;/P&gt;

&lt;P&gt;[roleMap_SAML]&lt;BR /&gt;
admin = OktaGroupCreatedinOkta&lt;/P&gt;

&lt;P&gt;test iDP initated login to splunk? if that works then SP initiated login should work now as well.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 02:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/assertionconsumerservice-URL-is-missing-from-samlrequest-in-SP/m-p/388093#M6661</guid>
      <dc:creator>chrisprangnell</dc:creator>
      <dc:date>2018-11-21T02:40:21Z</dc:date>
    </item>
  </channel>
</rss>

